Title: [179249] trunk/Source/WebKit2
Revision
179249
Author
[email protected]
Date
2015-01-28 06:47:07 -0800 (Wed, 28 Jan 2015)

Log Message

Unreviewed. Add missing file to WebInspector compilation for GTK+.

* PlatformGTK.cmake: Add UserInterface/External/ESLint/eslint.js

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (179248 => 179249)


--- trunk/Source/WebKit2/ChangeLog	2015-01-28 13:44:56 UTC (rev 179248)
+++ trunk/Source/WebKit2/ChangeLog	2015-01-28 14:47:07 UTC (rev 179249)
@@ -1,3 +1,9 @@
+2015-01-28  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Add missing file to WebInspector compilation for GTK+.
+
+        * PlatformGTK.cmake: Add UserInterface/External/ESLint/eslint.js
+
 2015-01-28  Chris Dumez  <[email protected]>
 
         Rename pageCache() to PageCache::shared() and return a reference

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (179248 => 179249)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2015-01-28 13:44:56 UTC (rev 179248)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2015-01-28 14:47:07 UTC (rev 179249)
@@ -407,6 +407,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/ESLint/*.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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to