Title: [174316] trunk/Source/WebKit2
Revision
174316
Author
[email protected]
Date
2014-10-04 02:07:36 -0700 (Sat, 04 Oct 2014)

Log Message

Unreviewed. Add missing inspector files to compilation.

* PlatformGTK.cmake: Add _javascript_ sources in
WebInspectorUI/UserInterface/External/Esprima to the list of
inspector files.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (174315 => 174316)


--- trunk/Source/WebKit2/ChangeLog	2014-10-04 08:47:04 UTC (rev 174315)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-04 09:07:36 UTC (rev 174316)
@@ -1,3 +1,11 @@
+2014-10-04  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Add missing inspector files to compilation.
+
+        * PlatformGTK.cmake: Add _javascript_ sources in
+        WebInspectorUI/UserInterface/External/Esprima to the list of
+        inspector files.
+
 2014-10-03  Anders Carlsson  <[email protected]>
 
         Remove a workaround for a bug that's been fixed

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (174315 => 174316)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2014-10-04 08:47:04 UTC (rev 174315)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2014-10-04 09:07:36 UTC (rev 174316)
@@ -378,6 +378,7 @@
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Controllers/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/External/CodeMirror/*.css
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/External/CodeMirror/*.js
+    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/External/Esprima/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Models/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Protocol/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.css
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to