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' |