Title: [222385] trunk/Source/WebKit
Revision
222385
Author
[email protected]
Date
2017-09-22 07:30:24 -0700 (Fri, 22 Sep 2017)

Log Message

[GTK] Web Inspector: Can't load three.js
https://bugs.webkit.org/show_bug.cgi?id=177340

Patch by Fujii Hironori <[email protected]> on 2017-09-22
Reviewed by Carlos Garcia Campos.

* PlatformGTK.cmake: Add JS files of three.js to InspectorFiles variable.
* PlatformWPE.cmake: Ditto.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (222384 => 222385)


--- trunk/Source/WebKit/ChangeLog	2017-09-22 12:19:54 UTC (rev 222384)
+++ trunk/Source/WebKit/ChangeLog	2017-09-22 14:30:24 UTC (rev 222385)
@@ -1,3 +1,13 @@
+2017-09-22  Fujii Hironori  <[email protected]>
+
+        [GTK] Web Inspector: Can't load three.js
+        https://bugs.webkit.org/show_bug.cgi?id=177340
+
+        Reviewed by Carlos Garcia Campos.
+
+        * PlatformGTK.cmake: Add JS files of three.js to InspectorFiles variable.
+        * PlatformWPE.cmake: Ditto.
+
 2017-09-21  Ryosuke Niwa  <[email protected]>
 
         Enable dataTransfer.items on macOS and iOS

Modified: trunk/Source/WebKit/PlatformGTK.cmake (222384 => 222385)


--- trunk/Source/WebKit/PlatformGTK.cmake	2017-09-22 12:19:54 UTC (rev 222384)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2017-09-22 14:30:24 UTC (rev 222385)
@@ -728,6 +728,7 @@
     ${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/External/three.js/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Models/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Protocol/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Proxies/*.js

Modified: trunk/Source/WebKit/PlatformWPE.cmake (222384 => 222385)


--- trunk/Source/WebKit/PlatformWPE.cmake	2017-09-22 12:19:54 UTC (rev 222384)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2017-09-22 14:30:24 UTC (rev 222385)
@@ -451,6 +451,7 @@
     ${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/External/three.js/*.js
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/gtk/*.png
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Images/gtk/*.svg
     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Models/*.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to