Changeset 246590 in webkit
- Timestamp:
- Jun 19, 2019, 8:41:25 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/PlatformGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r246578 r246590 1 2019-06-19 Michael Catanzaro <mcatanzaro@igalia.com> 2 3 Unreviewed, fix build warnings in TestWebKitAPIInjectedBundle 4 5 System headers are being included without SYSTEM again here. 6 7 * TestWebKitAPI/PlatformGTK.cmake: 8 1 9 2019-06-18 Yusuke Suzuki <ysuzuki@apple.com> 2 10 -
trunk/Tools/TestWebKitAPI/PlatformGTK.cmake
r246095 r246590 91 91 target_include_directories(TestWebKitAPIInjectedBundle PRIVATE 92 92 "${CMAKE_SOURCE_DIR}/Source" 93 ) 94 target_include_directories(TestWebKitAPIInjectedBundle SYSTEM PRIVATE 93 95 ${GLIB_INCLUDE_DIRS} 94 96 ${GTK3_INCLUDE_DIRS}
Note:
See TracChangeset
for help on using the changeset viewer.