Changeset 181275 in webkit


Ignore:
Timestamp:
Mar 9, 2015 12:02:23 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[CMake] Enable WorkQueue tests for CMake ports
https://bugs.webkit.org/show_bug.cgi?id=142473

Patch by Martin Robinson <mrobinson@igalia.com> on 2015-03-09
Reviewed by Darin Adler.

  • TestWebKitAPI/CMakeLists.txt: Add the WorkQueue tests source file to

the list of source files.

  • Tools/TestWebKitAPI/PlatformEfl.cmake: Add the DispatchQueueEfl directory

to the list of include directories for EFL.

Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181267 r181275  
     12015-03-09  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [CMake] Enable WorkQueue tests for CMake ports
     4        https://bugs.webkit.org/show_bug.cgi?id=142473
     5
     6        Reviewed by Darin Adler.
     7
     8        * TestWebKitAPI/CMakeLists.txt: Add the WorkQueue tests source file to
     9        the list of source files.
     10        * Tools/TestWebKitAPI/PlatformEfl.cmake: Add the DispatchQueueEfl directory
     11        to the list of include directories for EFL.
     12
    1132015-03-09  David Kilzer  <ddkilzer@apple.com>
    214
  • trunk/Tools/TestWebKitAPI/CMakeLists.txt

    r178316 r181275  
    101101    ${TESTWEBKITAPI_DIR}/Tests/WTF/Vector.cpp
    102102    ${TESTWEBKITAPI_DIR}/Tests/WTF/WTFString.cpp
     103    ${TESTWEBKITAPI_DIR}/Tests/WTF/WorkQueue.cpp
    103104)
    104105
  • trunk/Tools/TestWebKitAPI/PlatformEfl.cmake

    r175930 r181275  
    1010include_directories(
    1111    ${DERIVED_SOURCES_WEBKIT2_DIR}/include
     12    ${WTF_DIR}/wtf/efl
    1213    ${WEBKIT2_DIR}/UIProcess/API/C/CoordinatedGraphics
    1314    ${WEBKIT2_DIR}/UIProcess/API/C/soup
Note: See TracChangeset for help on using the changeset viewer.