| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', | 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 '<@(jinja_module_files)', | 76 '<@(jinja_module_files)', |
| 77 # The python script in action below. | 77 # The python script in action below. |
| 78 '../inspector_protocol/CodeGenerator.py', | 78 '../inspector_protocol/CodeGenerator.py', |
| 79 # Source code templates. | 79 # Source code templates. |
| 80 '../inspector_protocol/TypeBuilder_h.template', | 80 '../inspector_protocol/TypeBuilder_h.template', |
| 81 '../inspector_protocol/TypeBuilder_cpp.template', | 81 '../inspector_protocol/TypeBuilder_cpp.template', |
| 82 '../inspector_protocol/Exported_h.template', | 82 '../inspector_protocol/Exported_h.template', |
| 83 '../inspector_protocol/Imported_h.template', | 83 '../inspector_protocol/Imported_h.template', |
| 84 # Protocol definitions | 84 # Protocol definitions |
| 85 'js_protocol.json', | 85 'js_protocol.json', |
| 86 # Config |
| 87 'inspector_protocol_config.json', |
| 86 ], | 88 ], |
| 87 'outputs': [ | 89 'outputs': [ |
| 88 '<(blink_platform_output_dir)/v8_inspector/protocol/Console.cpp', | 90 '<(blink_platform_output_dir)/v8_inspector/protocol/Console.cpp', |
| 89 '<(blink_platform_output_dir)/v8_inspector/protocol/Console.h', | 91 '<(blink_platform_output_dir)/v8_inspector/protocol/Console.h', |
| 90 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', | 92 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', |
| 91 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.h', | 93 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.h', |
| 92 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp
', | 94 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp
', |
| 93 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.h', | 95 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.h', |
| 94 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', | 96 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', |
| 95 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.h', | 97 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.h', |
| 96 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', | 98 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', |
| 97 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.h', | 99 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.h', |
| 98 '<(blink_platform_output_dir)/v8_inspector/public/protocol/Runtime.h
', | 100 '<(blink_platform_output_dir)/v8_inspector/public/protocol/Runtime.h
', |
| 99 '<(blink_platform_output_dir)/v8_inspector/public/protocol/Debugger.
h', | 101 '<(blink_platform_output_dir)/v8_inspector/public/protocol/Debugger.
h', |
| 100 ], | 102 ], |
| 101 'action': [ | 103 'action': [ |
| 102 'python', | 104 'python', |
| 103 '../inspector_protocol/CodeGenerator.py', | 105 '../inspector_protocol/CodeGenerator.py', |
| 104 '--protocol', 'js_protocol.json', | 106 '--output_base', '<(blink_platform_output_dir)', |
| 105 '--string_type', 'String16', | 107 '--config', 'v8_inspector/inspector_protocol_config.json', |
| 106 '--export_macro', 'PLATFORM_EXPORT', | |
| 107 '--output_dir', '<(blink_platform_output_dir)/v8_inspector/protocol'
, | |
| 108 '--output_package', 'platform/v8_inspector/protocol', | |
| 109 '--exported_dir', '<(blink_platform_output_dir)/v8_inspector/public/
protocol', | |
| 110 '--exported_package', 'platform/v8_inspector/public/protocol', | |
| 111 ], | 108 ], |
| 112 'message': 'Generating protocol backend sources from json definitions.
', | 109 'message': 'Generating protocol backend sources from json definitions.
', |
| 113 }, | 110 }, |
| 114 ] | 111 ] |
| 115 }, | 112 }, |
| 116 { | 113 { |
| 117 # GN version: //third_party/WebKit/Source/core/inspector:protocol_version | 114 # GN version: //third_party/WebKit/Source/core/inspector:protocol_version |
| 118 'target_name': 'protocol_version', | 115 'target_name': 'protocol_version', |
| 119 'type': 'none', | 116 'type': 'none', |
| 120 'actions': [ | 117 'actions': [ |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'public/V8HeapProfilerAgent.h', | 237 'public/V8HeapProfilerAgent.h', |
| 241 'public/V8InspectorSession.h', | 238 'public/V8InspectorSession.h', |
| 242 'public/V8StackTrace.h', | 239 'public/V8StackTrace.h', |
| 243 | 240 |
| 244 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 241 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 245 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 242 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 246 ], | 243 ], |
| 247 }, | 244 }, |
| 248 ], # targets | 245 ], # targets |
| 249 } | 246 } |
| OLD | NEW |