Changeset 219492 in webkit


Ignore:
Timestamp:
Jul 13, 2017 7:56:11 PM (7 years ago)
Author:
matthew_hanson@apple.com
Message:

Use the old WebKit/WebKit2 targets for CMake builds.

Unreviewed build fix.

We can update the target names to match the Framework names in a future patch.
This is a partial revert of r219489.

  • TestWebKitAPI/CMakeLists.txt:

WebKitLegacy => WebKit
WebKit => WebKit2

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r219489 r219492  
     12017-07-13  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Use the old WebKit/WebKit2 targets for CMake builds.
     4
     5        Unreviewed build fix.
     6
     7        We can update the target names to match the Framework names in a future patch.
     8        This is a partial revert of r219489.
     9
     10        * TestWebKitAPI/CMakeLists.txt:
     11        WebKitLegacy => WebKit
     12        WebKit => WebKit2
     13
    1142017-07-13  Matthew Hanson  <matthew_hanson@apple.com>
    215
  • trunk/Tools/TestWebKitAPI/CMakeLists.txt

    r219489 r219492  
    2020        TestWebKitAPIBase
    2121        WTF
     22        WebKit2
     23        gtest
     24    )
     25    list(APPEND TestWebKitAPI_LIBRARIES
    2226        WebKit
    23         gtest
    24     )
    25     list(APPEND TestWebKitAPI_LIBRARIES
    26         WebKitLegacy
    2727    )
    2828else ()
    2929    list(APPEND TestWebKitAPI_LIBRARIES
    30         WebKitLegacy${DEBUG_SUFFIX}
     30        WebKit${DEBUG_SUFFIX}
    3131    )
    3232endif ()
     
    206206    )
    207207
    208     target_link_libraries(TestWebKitAPIBase JavaScriptCore WTF WebKit gtest)
    209 
    210     add_dependencies(TestWebKitAPIBase WebKit ${ForwardingHeadersForTestWebKitAPI_NAME} ${ForwardingNetworkHeadersForTestWebKitAPI_NAME})
     208    target_link_libraries(TestWebKitAPIBase JavaScriptCore WTF WebKit2 gtest)
     209
     210    add_dependencies(TestWebKitAPIBase WebKit2 ${ForwardingHeadersForTestWebKitAPI_NAME} ${ForwardingNetworkHeadersForTestWebKitAPI_NAME})
    211211
    212212    foreach (testName ${test_webkit2_api_BINARIES})
Note: See TracChangeset for help on using the changeset viewer.