Title: [200183] trunk/Source/WebKit2
Revision
200183
Author
[email protected]
Date
2016-04-28 03:01:20 -0700 (Thu, 28 Apr 2016)

Log Message

Unreviewed. Add missing files to the compilation of GTK+ inspector.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (200182 => 200183)


--- trunk/Source/WebKit2/ChangeLog	2016-04-28 09:27:55 UTC (rev 200182)
+++ trunk/Source/WebKit2/ChangeLog	2016-04-28 10:01:20 UTC (rev 200183)
@@ -1,3 +1,9 @@
+2016-04-28  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Add missing files to the compilation of GTK+ inspector.
+
+        * PlatformGTK.cmake:
+
 2016-04-27  Dan Bernstein  <[email protected]>
 
         <rdar://problem/25915253> REGRESSION (r199628): Netflix playback fails in Safari Technology Preview with error code S7363-1260-FFFF58D8

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (200182 => 200183)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2016-04-28 09:27:55 UTC (rev 200182)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2016-04-28 10:01:20 UTC (rev 200183)
@@ -465,6 +465,8 @@
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Test/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.css
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.js
+    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Workers/Formatter/*.js
+    ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Workers/HeapSnapshot/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/gtk/*.png
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/gtk/*.svg
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to