Changeset 219493 in webkit


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

Use the old WebKit/WebKit2 targets for CMake builds. (v2)

Unreviewed build fix.

r219492 missed one hunk from its partial revert of r219489.
This patch reverts that hunk.

  • TestWebKitAPI/CMakeLists.txt:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r219492 r219493  
     12017-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
    1122017-07-13  Matthew Hanson  <matthew_hanson@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/CMakeLists.txt

    r219492 r219493  
    2424    )
    2525    list(APPEND TestWebKitAPI_LIBRARIES
    26         WebKit
     26        WebKit2
    2727    )
    2828else ()
Note: See TracChangeset for help on using the changeset viewer.