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

Unified Diff: chrome/browser/devtools/devtools_protocol_constants.gyp

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/BUILD.gn ('k') | chrome/browser/devtools/devtools_protocol_constants_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_protocol_constants.gyp
diff --git a/chrome/browser/devtools/devtools_protocol_constants.gyp b/chrome/browser/devtools/devtools_protocol_constants.gyp
index edaa1f9257af5f5338de332ff0ec376406c31eec..c68197f4733d4c2f79c0716022fb7b46e6f4e58c 100644
--- a/chrome/browser/devtools/devtools_protocol_constants.gyp
+++ b/chrome/browser/devtools/devtools_protocol_constants.gyp
@@ -10,8 +10,11 @@
'actions': [
{
'action_name': 'devtools_protocol_constants',
+ 'dependencies': [
+ '//third_party/WebKit/Source/core/inspector:protocol_version'
+ ],
'variables': {
- 'blink_protocol': '../../../third_party/WebKit/Source/devtools/protocol.json',
+ 'blink_protocol': '<(SHARED_INTERMEDIATE_DIR)/blink/core/inspector/protocol.json',
'browser_protocol': '../../../content/browser/devtools/browser_protocol.json',
'generator': 'devtools_protocol_constants_generator.py',
'package': 'chrome'
« no previous file with comments | « chrome/browser/devtools/BUILD.gn ('k') | chrome/browser/devtools/devtools_protocol_constants_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698