Title: [86940] trunk/Source/WebCore
- Revision
- 86940
- Author
- [email protected]
- Date
- 2011-05-20 05:18:44 -0700 (Fri, 20 May 2011)
Log Message
2011-05-20 Kent Tamura <[email protected]>
Try to fix Windows CE build.
* CMakeLists.txt: Add --preprocessor flag.
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (86939 => 86940)
--- trunk/Source/WebCore/CMakeLists.txt 2011-05-20 11:45:22 UTC (rev 86939)
+++ trunk/Source/WebCore/CMakeLists.txt 2011-05-20 12:18:44 UTC (rev 86940)
@@ -2069,7 +2069,7 @@
OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h
MAIN_DEPENDENCY ${WEBCORE_DIR}/css/make-css-file-arrays.pl
DEPENDS ${WebCore_USER_AGENT_STYLE_SHEETS} ${WEBCORE_DIR}/bindings/scripts/preprocessor.pm
- COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES}" ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${WebCore_USER_AGENT_STYLE_SHEETS}
+ COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/css/make-css-file-arrays.pl --defines "${FEATURE_DEFINES}" --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheets.h ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp ${WebCore_USER_AGENT_STYLE_SHEETS}
VERBATIM)
LIST(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentStyleSheetsData.cpp)
ADD_SOURCE_WEBCORE_DERIVED_DEPENDENCIES(${WEBCORE_DIR}/css/CSSStyleSelector.cpp UserAgentStyleSheetsData.cpp UserAgentStyleSheets.h)
Modified: trunk/Source/WebCore/ChangeLog (86939 => 86940)
--- trunk/Source/WebCore/ChangeLog 2011-05-20 11:45:22 UTC (rev 86939)
+++ trunk/Source/WebCore/ChangeLog 2011-05-20 12:18:44 UTC (rev 86940)
@@ -1,5 +1,11 @@
2011-05-20 Kent Tamura <[email protected]>
+ Try to fix Windows CE build.
+
+ * CMakeLists.txt: Add --preprocessor flag.
+
+2011-05-20 Kent Tamura <[email protected]>
+
Reviewed by Hajime Morita.
Apply feature flags to user-agent style sheets
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes