Index: content/browser/devtools/devtools.gyp |
diff --git a/content/browser/devtools/devtools.gyp b/content/browser/devtools/devtools.gyp |
index a67eca87890aeeceaf196e82a2a9810d26d43ff3..8957d721e9cb491c7c44c1b5d5f3a48265671d1c 100644 |
--- a/content/browser/devtools/devtools.gyp |
+++ b/content/browser/devtools/devtools.gyp |
@@ -12,12 +12,14 @@ |
'action_name': 'devtools_protocol_handler', |
'variables': { |
'blink_protocol': '../../../third_party/WebKit/Source/devtools/protocol.json', |
+ 'browser_protocol': 'browser_protocol.json', |
'generator': 'protocol/devtools_protocol_handler_generator.py', |
'output_cc': '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_protocol_handler_impl.cc', |
'output_h': '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_protocol_handler_impl.h', |
}, |
'inputs': [ |
'<(blink_protocol)', |
+ '<(browser_protocol)', |
'<(generator)', |
], |
'outputs': [ |
@@ -28,10 +30,11 @@ |
'python', |
'<(generator)', |
'<(blink_protocol)', |
+ '<(browser_protocol)', |
'<(output_cc)', |
'<(output_h)', |
], |
- 'message': 'Generating DevTools protocol browser-side handlers from <(blink_protocol)' |
+ 'message': 'Generating DevTools protocol browser-side handlers from <(blink_protocol) and <(browser_protocol)' |
}, |
], |
'direct_dependent_settings': { |