Title: [260728] trunk/Source/WebInspectorUI
Revision
260728
Author
chris.r...@sony.com
Date
2020-04-26 12:51:38 -0700 (Sun, 26 Apr 2020)

Log Message

[Win] Fix windows build with MSBuild after 260672
https://bugs.webkit.org/show_bug.cgi?id=211047

Unreviewed build fix.


* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/CMakeLists.txt (260727 => 260728)


--- trunk/Source/WebInspectorUI/CMakeLists.txt	2020-04-26 18:55:20 UTC (rev 260727)
+++ trunk/Source/WebInspectorUI/CMakeLists.txt	2020-04-26 19:51:38 UTC (rev 260728)
@@ -45,7 +45,8 @@
 # expected in DerivedSources/WebInspectorUI/UserInterface/Protocol/.
 add_custom_command(
     OUTPUT ${WebInspectorUI_DERIVED_SOURCES_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
-    DEPENDS ${_javascript_Core_DERIVED_SOURCES_DIR}/inspector/InspectorBackendCommands.js
+    DEPENDS _javascript_Core
+            ${_javascript_Core_DERIVED_SOURCES_DIR}/inspector/InspectorBackendCommands.js
     COMMAND ${CMAKE_COMMAND} -E copy ${_javascript_Core_DERIVED_SOURCES_DIR}/inspector/InspectorBackendCommands.js ${WebInspectorUI_DERIVED_SOURCES_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
     VERBATIM
 )

Modified: trunk/Source/WebInspectorUI/ChangeLog (260727 => 260728)


--- trunk/Source/WebInspectorUI/ChangeLog	2020-04-26 18:55:20 UTC (rev 260727)
+++ trunk/Source/WebInspectorUI/ChangeLog	2020-04-26 19:51:38 UTC (rev 260728)
@@ -1,3 +1,12 @@
+2020-04-26  Christopher Reid  <chris.r...@sony.com>
+
+        [Win] Fix windows build with MSBuild after 260672
+        https://bugs.webkit.org/show_bug.cgi?id=211047
+
+        Unreviewed build fix.
+
+        * CMakeLists.txt:
+
 2020-04-25  Darin Adler  <da...@apple.com>
 
         [Cocoa] Deal with another round of Xcode upgrade checks
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to