Title: [179813] trunk/Source/WebCore
Revision
179813
Author
[email protected]
Date
2015-02-08 17:50:50 -0800 (Sun, 08 Feb 2015)

Log Message

Fix CMake-based build.

* CMakeLists.txt: Added a dependency on the CMakeLists.txt itself, analogous
to the one I added in DerivedSources.make.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (179812 => 179813)


--- trunk/Source/WebCore/CMakeLists.txt	2015-02-09 01:40:07 UTC (rev 179812)
+++ trunk/Source/WebCore/CMakeLists.txt	2015-02-09 01:50:50 UTC (rev 179813)
@@ -3372,7 +3372,7 @@
 
 add_custom_command(
     OUTPUT ${SUPPLEMENTAL_DEPENDENCY_FILE} ${WINDOW_CONSTRUCTORS_FILE} ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE} ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
-    DEPENDS ${WEBCORE_DIR}/bindings/scripts/preprocess-idls.pl ${SCRIPTS_PREPROCESS_IDLS} ${WebCore_IDL_FILES} ${WebCoreTestSupport_IDL_FILES}
+    DEPENDS ${WEBCORE_DIR}/bindings/scripts/preprocess-idls.pl ${SCRIPTS_PREPROCESS_IDLS} ${WebCore_IDL_FILES} ${WebCoreTestSupport_IDL_FILES} ${WEBCORE_DIR}/CMakeLists.txt
     COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${WEBCORE_DIR}/bindings/scripts/preprocess-idls.pl --defines "${FEATURE_DEFINES_JAVASCRIPT}" --idlFilesList ${IDL_FILES_TMP} --supplementalDependencyFile ${SUPPLEMENTAL_DEPENDENCY_FILE} --windowConstructorsFile ${WINDOW_CONSTRUCTORS_FILE} --workerGlobalScopeConstructorsFile ${WORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
 --dedicatedWorkerGlobalScopeConstructorsFile ${DEDICATEDWORKERGLOBALSCOPE_CONSTRUCTORS_FILE}
     VERBATIM)

Modified: trunk/Source/WebCore/ChangeLog (179812 => 179813)


--- trunk/Source/WebCore/ChangeLog	2015-02-09 01:40:07 UTC (rev 179812)
+++ trunk/Source/WebCore/ChangeLog	2015-02-09 01:50:50 UTC (rev 179813)
@@ -1,7 +1,14 @@
 2015-02-08  Darin Adler  <[email protected]>
 
-        Fix build.
+        Fix CMake-based build.
 
+        * CMakeLists.txt: Added a dependency on the CMakeLists.txt itself, analogous
+        to the one I added in DerivedSources.make.
+
+2015-02-08  Darin Adler  <[email protected]>
+
+        Fix debug build.
+
         * bindings/js/JSEventListener.h: Removed a call to forwardEventListeners.
 
 2015-02-08  Darin Adler  <[email protected]>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to