Title: [195902] trunk/Source/WebKit2
Revision
195902
Author
[email protected]
Date
2016-01-30 12:01:45 -0800 (Sat, 30 Jan 2016)

Log Message

[GTK] Use configured python executable when executing generate-inspector-gresource-manifest.py
https://bugs.webkit.org/show_bug.cgi?id=153712

Patch by Jeremy Huddleston Sequoia <[email protected]> on 2016-01-30
Reviewed by Michael Catanzaro.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195901 => 195902)


--- trunk/Source/WebKit2/ChangeLog	2016-01-30 19:30:49 UTC (rev 195901)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-30 20:01:45 UTC (rev 195902)
@@ -1,3 +1,12 @@
+2016-01-30  Jeremy Huddleston Sequoia  <[email protected]>
+
+        [GTK] Use configured python executable when executing generate-inspector-gresource-manifest.py
+        https://bugs.webkit.org/show_bug.cgi?id=153712
+
+        Reviewed by Michael Catanzaro.
+
+        * PlatformGTK.cmake:
+
 2016-01-29  Ada Chan  <[email protected]>
 
         Enable VIDEO_PRESENTATION_MODE only in Debug and Release builds on Mac

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (195901 => 195902)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2016-01-30 19:30:49 UTC (rev 195901)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2016-01-30 20:01:45 UTC (rev 195902)
@@ -645,7 +645,7 @@
     DEPENDS ${InspectorFilesDependencies}
             ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
             ${TOOLS_DIR}/gtk/generate-inspector-gresource-manifest.py
-    COMMAND ${TOOLS_DIR}/gtk/generate-inspector-gresource-manifest.py --output=${DERIVED_SOURCES_WEBKIT2GTK_DIR}/InspectorGResourceBundle.xml ${InspectorFiles} ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
+    COMMAND ${PYTHON_EXECUTABLE} ${TOOLS_DIR}/gtk/generate-inspector-gresource-manifest.py --output=${DERIVED_SOURCES_WEBKIT2GTK_DIR}/InspectorGResourceBundle.xml ${InspectorFiles} ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
     VERBATIM
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to