Title: [260742] trunk/Source/WebInspectorUI
- Revision
- 260742
- Author
- [email protected]
- Date
- 2020-04-27 00:37:37 -0700 (Mon, 27 Apr 2020)
Log Message
Unreviewed, reverting r260728.
Build fix after r260672, no needed since r260672 is also being reverted.
Reverted changeset:
"[Win] Fix windows build with MSBuild after 260672"
https://bugs.webkit.org/show_bug.cgi?id=211047
https://trac.webkit.org/changeset/260728
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/CMakeLists.txt (260741 => 260742)
--- trunk/Source/WebInspectorUI/CMakeLists.txt 2020-04-27 07:35:42 UTC (rev 260741)
+++ trunk/Source/WebInspectorUI/CMakeLists.txt 2020-04-27 07:37:37 UTC (rev 260742)
@@ -45,8 +45,7 @@
# expected in DerivedSources/WebInspectorUI/UserInterface/Protocol/.
add_custom_command(
OUTPUT ${WebInspectorUI_DERIVED_SOURCES_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
- DEPENDS _javascript_Core
- ${_javascript_Core_DERIVED_SOURCES_DIR}/inspector/InspectorBackendCommands.js
+ DEPENDS ${_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 (260741 => 260742)
--- trunk/Source/WebInspectorUI/ChangeLog 2020-04-27 07:35:42 UTC (rev 260741)
+++ trunk/Source/WebInspectorUI/ChangeLog 2020-04-27 07:37:37 UTC (rev 260742)
@@ -1,5 +1,17 @@
2020-04-27 Diego Pino Garcia <[email protected]>
+ Unreviewed, reverting r260728.
+
+ Build fix after r260672, no needed since r260672 is also being reverted.
+
+ Reverted changeset:
+
+ "[Win] Fix windows build with MSBuild after 260672"
+ https://bugs.webkit.org/show_bug.cgi?id=211047
+ https://trac.webkit.org/changeset/260728
+
+2020-04-27 Diego Pino Garcia <[email protected]>
+
Unreviewed, reverting r260696.
Build fix after r260672, no needed since r260672 is also being reverted.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes