Title: [127249] trunk/Source/WebCore
- Revision
- 127249
- Author
- [email protected]
- Date
- 2012-08-31 05:46:50 -0700 (Fri, 31 Aug 2012)
Log Message
[CMake] Changes on the bindings generator does not trigger generation of the bindings
https://bugs.webkit.org/show_bug.cgi?id=95552
Patch by Thiago Marcos P. Santos <[email protected]> on 2012-08-31
Reviewed by Kenneth Rohde Christiansen.
Added the engine especific part of the generator to the dependency
list.
* UseJSC.cmake:
* UseV8.cmake:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (127248 => 127249)
--- trunk/Source/WebCore/ChangeLog 2012-08-31 12:28:14 UTC (rev 127248)
+++ trunk/Source/WebCore/ChangeLog 2012-08-31 12:46:50 UTC (rev 127249)
@@ -1,3 +1,16 @@
+2012-08-31 Thiago Marcos P. Santos <[email protected]>
+
+ [CMake] Changes on the bindings generator does not trigger generation of the bindings
+ https://bugs.webkit.org/show_bug.cgi?id=95552
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Added the engine especific part of the generator to the dependency
+ list.
+
+ * UseJSC.cmake:
+ * UseV8.cmake:
+
2012-08-31 Andrey Adaikin <[email protected]>
Web Inspector: [WebGL] Link WebGL calls to the source code where it was made
Modified: trunk/Source/WebCore/UseJSC.cmake (127248 => 127249)
--- trunk/Source/WebCore/UseJSC.cmake 2012-08-31 12:28:14 UTC (rev 127248)
+++ trunk/Source/WebCore/UseJSC.cmake 2012-08-31 12:46:50 UTC (rev 127249)
@@ -292,6 +292,7 @@
LIST(APPEND SCRIPTS_BINDINGS
${WEBCORE_DIR}/bindings/scripts/CodeGenerator.pm
+ ${WEBCORE_DIR}/bindings/scripts/CodeGeneratorJS.pm
)
SET(IDL_INCLUDES "")
Modified: trunk/Source/WebCore/UseV8.cmake (127248 => 127249)
--- trunk/Source/WebCore/UseV8.cmake 2012-08-31 12:28:14 UTC (rev 127248)
+++ trunk/Source/WebCore/UseV8.cmake 2012-08-31 12:46:50 UTC (rev 127249)
@@ -219,6 +219,7 @@
LIST(APPEND SCRIPTS_BINDINGS
${WEBCORE_DIR}/bindings/scripts/CodeGenerator.pm
+ ${WEBCORE_DIR}/bindings/scripts/CodeGeneratorV8.pm
)
SET(IDL_INCLUDES "")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes