Changeset 286161 in webkit
- Timestamp:
- Nov 25, 2021, 1:27:58 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
CMakeLists.txt (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
-
PlatformMac.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/CMakeLists.txt
r286152 r286161 1701 1701 set(WebCoreTestSupport_FRAMEWORKS ${WebCore_FRAMEWORKS}) 1702 1702 set(WebCoreTestSupport_DEPENDENCIES WebCoreTestSupportBindings) 1703 set(WebCoreTestSupport_PRIVATE_HEADERS testing/js/WebCoreTestSupport.h) 1703 1704 1704 1705 if (ENABLE_LEGACY_ENCRYPTED_MEDIA) … … 2425 2426 WEBKIT_COPY_FILES(Copy_WebCoreTestSupportPrivateHeaders 2426 2427 DESTINATION ${WebCore_PRIVATE_FRAMEWORK_HEADERS_DIR}/WebCoreTestSupport 2427 FILES testing/js/WebCoreTestSupport.h testing/cocoa/WebArchiveDumpSupport.h2428 FILES ${WebCoreTestSupport_PRIVATE_HEADERS} 2428 2429 FLATTENED 2429 2430 ) -
trunk/Source/WebCore/ChangeLog
r286160 r286161 1 2021-11-25 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix GTK distcheck build 4 5 Remove platform specific file from cross-platform makefile. 6 7 * CMakeLists.txt: Add WebCoreTestSupport_PRIVATE_HEADERS and use it in WEBKIT_COPY_FILES. 8 * PlatformMac.cmake: Append testing/cocoa/WebArchiveDumpSupport.h to WebCoreTestSupport_PRIVATE_HEADERS. 9 1 10 2021-11-25 Kimmo Kinnunen <kkinnunen@apple.com> 2 11 -
trunk/Source/WebCore/PlatformMac.cmake
r285444 r286161 915 915 916 916 list(APPEND WebCoreTestSupport_LIBRARIES PRIVATE WebCore) 917 list(APPEND WebCoreTestSupport_PRIVATE_HEADERS testing/cocoa/WebArchiveDumpSupport.h) 917 918 list(APPEND WebCoreTestSupport_SOURCES 918 919 testing/Internals.mm
Note:
See TracChangeset
for help on using the changeset viewer.