Changeset 219493 in webkit
- Timestamp:
- Jul 13, 2017, 8:09:54 PM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Tools/ChangeLog ¶
r219492 r219493 1 2017-07-13 Matthew Hanson <matthew_hanson@apple.com> 2 3 Use the old WebKit/WebKit2 targets for CMake builds. (v2) 4 5 Unreviewed build fix. 6 7 r219492 missed one hunk from its partial revert of r219489. 8 This patch reverts that hunk. 9 10 * TestWebKitAPI/CMakeLists.txt: 11 1 12 2017-07-13 Matthew Hanson <matthew_hanson@apple.com> 2 13 -
TabularUnified trunk/Tools/TestWebKitAPI/CMakeLists.txt ¶
r219492 r219493 24 24 ) 25 25 list(APPEND TestWebKitAPI_LIBRARIES 26 WebKit 26 WebKit2 27 27 ) 28 28 else ()
Note:
See TracChangeset
for help on using the changeset viewer.