Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py

Issue 2109243003: Introduce --remote-debugging-frontend switch for custom remote debugging front-end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support absolute path instead of HTTP endpoint Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
diff --git a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
index a235f1e72e5456afd5a7e056b4431c8967b86d33..b5da21bd6a0ea0097e07e50c5dc0e425367e438b 100755
--- a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
@@ -277,7 +277,7 @@ class Generator:
Generator.go()
-backend_js_file = open(output_js_dirname + "/InspectorBackendCommands.js", "w")
+backend_js_file = open(output_js_dirname + "/gen/InspectorBackendCommands.js", "w")
backend_js_file.write(Templates.backend_js.substitute(None,
domainInitializers="".join(Generator.backend_js_domain_initializer_list)))
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698