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

Unified Diff: chrome/browser/devtools/devtools_protocol_constants_generator.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
« no previous file with comments | « chrome/browser/devtools/devtools_protocol_constants.gyp ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_protocol_constants_generator.py
diff --git a/chrome/browser/devtools/devtools_protocol_constants_generator.py b/chrome/browser/devtools/devtools_protocol_constants_generator.py
index 7e53ac1c9a13f86d0d6d878c5ca8f600c45d511c..1c84bbdc8df8834d81de0889df8a3a497fa5a472 100755
--- a/chrome/browser/devtools/devtools_protocol_constants_generator.py
+++ b/chrome/browser/devtools/devtools_protocol_constants_generator.py
@@ -24,7 +24,7 @@ template_h = string.Template("""\
// THIS FILE IS AUTOGENERATED. DO NOT EDIT.
// Generated by
// chrome/browser/devtools/devtools_protocol_constants_generator.py from
-// third_party/WebKit/Source/devtools/protocol.json and
+// gen/blink/core/inspector/protocol.json and
// content/browser/devtools/browser_protocol.json
#include <string>
@@ -53,7 +53,7 @@ template_cc = string.Template("""\
// THIS FILE IS AUTOGENERATED. DO NOT EDIT.
// Generated by
// chrome/browser/devtools/devtools_protocol_constants_generator.py from
-// third_party/WebKit/Source/devtools/protocol.json and
+// gen/blink/core/inspector/protocol.json and
// content/browser/devtools/browser_protocol.json
#include "base/strings/string_number_conversions.h"
« no previous file with comments | « chrome/browser/devtools/devtools_protocol_constants.gyp ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698