1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'devtools_protocol_constants',
12 'action_name': 'devtools_protocol_constants',
14 'blink_protocol': '../../../third_party/WebKit/Source/devtools/protocol.json',
15 'browser_protocol': '../../../content/browser/devtools/browser_protocol.json',
16 'generator': 'devtools_protocol_constants_generator.py',
21 '<(browser_protocol)',
25 '<(SHARED_INTERMEDIATE_DIR)/<(package)/browser/devtools/devtools_protocol_constants.cc',
26 '<(SHARED_INTERMEDIATE_DIR)/<(package)/browser/devtools/devtools_protocol_constants.h'
32 '<(SHARED_INTERMEDIATE_DIR)/<(package)/browser/devtools/devtools_protocol_constants.cc',
33 '<(SHARED_INTERMEDIATE_DIR)/<(package)/browser/devtools/devtools_protocol_constants.h',
35 '<(browser_protocol)',
37 'message': 'Generating DevTools protocol constants from <(blink_protocol) and <(browser_protocol)'