Changeset 181538 in webkit
- Timestamp:
- Mar 16, 2015, 3:42:44 AM (11 years ago)
- Location:
- releases/WebKitGTK/webkit-2.8/Source/JavaScriptCore
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.8/Source/JavaScriptCore/CMakeLists.txt
r180834 r181538 991 991 OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/KeywordLookup.h 992 992 MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/KeywordLookupGenerator.py 993 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/parser/Keywords.table 993 994 COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/KeywordLookupGenerator.py ${CMAKE_CURRENT_SOURCE_DIR}/parser/Keywords.table > ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/KeywordLookup.h 994 995 VERBATIM) -
releases/WebKitGTK/webkit-2.8/Source/JavaScriptCore/ChangeLog
r181534 r181538 1 2015-03-12 Csaba Osztrogonác <ossy@webkit.org> 2 3 [cmake] Fix the incremental build issue revealed by r181419 4 https://bugs.webkit.org/show_bug.cgi?id=142613 5 6 Reviewed by Carlos Garcia Campos. 7 8 * CMakeLists.txt: 9 1 10 2015-03-11 Geoffrey Garen <ggaren@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.