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

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

Issue 2100883002: DevTools: merge browser_protocol.json files from content and core/inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix Created 4 years, 5 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 6e23876ab5d221fde20eef04b2187d3afc234519..44ba629b4c3afd5863951813ba30574e775c40a1 100644
--- a/chrome/browser/devtools/devtools_protocol_constants.gyp
+++ b/chrome/browser/devtools/devtools_protocol_constants.gyp
@@ -15,13 +15,11 @@
'action_name': 'devtools_protocol_constants',
'variables': {
'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'
},
'inputs': [
'<(blink_protocol)',
- '<(browser_protocol)',
'<(generator)',
],
'outputs': [
@@ -35,9 +33,8 @@
'<(SHARED_INTERMEDIATE_DIR)/<(package)/browser/devtools/devtools_protocol_constants.cc',
'<(SHARED_INTERMEDIATE_DIR)/<(package)/browser/devtools/devtools_protocol_constants.h',
'<(blink_protocol)',
- '<(browser_protocol)',
],
- 'message': 'Generating DevTools protocol constants from <(blink_protocol) and <(browser_protocol)'
+ 'message': 'Generating DevTools protocol constants from <(blink_protocol)'
}
],
},
« 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