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

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

Issue 2035653005: DevTools: split protocol.json into files per domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 9a9a0a74cf1c133a013e54b591ba6e0b4a366276..a235f1e72e5456afd5a7e056b4431c8967b86d33 100755
--- a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
+++ b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
@@ -53,7 +53,7 @@ except Exception:
# Work with python 2 and 3 http://docs.python.org/py3k/howto/pyporting.html
exc = sys.exc_info()[1]
sys.stderr.write("Failed to parse command-line arguments: %s\n\n" % exc)
- sys.stderr.write("Usage: <script> protocol.json --output_js_dir <output_js_dir>\n")
+ sys.stderr.write("Usage: <script> some.json --output_js_dir <output_js_dir>\n")
exit(1)
« no previous file with comments | « third_party/WebKit/Source/devtools/protocol.json ('k') | third_party/WebKit/Source/devtools/scripts/compile_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698