OLD | NEW |
1 # Copyright 2016 the V8 project authors. All rights reserved. | 1 # Copyright 2016 the V8 project 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 'inspector_generated_sources': [ | 7 'inspector_generated_sources': [ |
8 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Forward.h', | 8 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Forward.h', |
9 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.cpp', | 9 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.cpp', |
10 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.h', | 10 '<(SHARED_INTERMEDIATE_DIR)/src/inspector/protocol/Protocol.h', |
(...skipping 18 matching lines...) Expand all Loading... |
29 'inspector_generated_injected_script': '<(SHARED_INTERMEDIATE_DIR)/src/inspe
ctor/InjectedScriptSource.h', | 29 'inspector_generated_injected_script': '<(SHARED_INTERMEDIATE_DIR)/src/inspe
ctor/InjectedScriptSource.h', |
30 'inspector_debugger_script_source': 'DebuggerScript.js', | 30 'inspector_debugger_script_source': 'DebuggerScript.js', |
31 'inspector_generated_debugger_script': '<(SHARED_INTERMEDIATE_DIR)/src/inspe
ctor/DebuggerScript.h', | 31 'inspector_generated_debugger_script': '<(SHARED_INTERMEDIATE_DIR)/src/inspe
ctor/DebuggerScript.h', |
32 | 32 |
33 'inspector_all_sources': [ | 33 'inspector_all_sources': [ |
34 '<@(inspector_generated_sources)', | 34 '<@(inspector_generated_sources)', |
35 '<(inspector_generated_injected_script)', | 35 '<(inspector_generated_injected_script)', |
36 '<(inspector_generated_debugger_script)', | 36 '<(inspector_generated_debugger_script)', |
37 '../../include/v8-inspector.h', | 37 '../../include/v8-inspector.h', |
38 '../../include/v8-inspector-protocol.h', | 38 '../../include/v8-inspector-protocol.h', |
39 'inspector/Allocator.h', | |
40 'inspector/InjectedScript.cpp', | 39 'inspector/InjectedScript.cpp', |
41 'inspector/InjectedScript.h', | 40 'inspector/InjectedScript.h', |
42 'inspector/InjectedScriptNative.cpp', | 41 'inspector/InjectedScriptNative.cpp', |
43 'inspector/InjectedScriptNative.h', | 42 'inspector/InjectedScriptNative.h', |
44 'inspector/InspectedContext.cpp', | 43 'inspector/InspectedContext.cpp', |
45 'inspector/InspectedContext.h', | 44 'inspector/InspectedContext.h', |
46 'inspector/JavaScriptCallFrame.cpp', | 45 'inspector/JavaScriptCallFrame.cpp', |
47 'inspector/JavaScriptCallFrame.h', | 46 'inspector/JavaScriptCallFrame.h', |
48 'inspector/ProtocolPlatform.h', | 47 'inspector/ProtocolPlatform.h', |
49 'inspector/RemoteObjectId.cpp', | 48 'inspector/RemoteObjectId.cpp', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'inspector/V8RuntimeAgentImpl.h', | 86 'inspector/V8RuntimeAgentImpl.h', |
88 'inspector/V8SchemaAgentImpl.cpp', | 87 'inspector/V8SchemaAgentImpl.cpp', |
89 'inspector/V8SchemaAgentImpl.h', | 88 'inspector/V8SchemaAgentImpl.h', |
90 'inspector/V8StackTraceImpl.cpp', | 89 'inspector/V8StackTraceImpl.cpp', |
91 'inspector/V8StackTraceImpl.h', | 90 'inspector/V8StackTraceImpl.h', |
92 'inspector/V8ValueCopier.cpp', | 91 'inspector/V8ValueCopier.cpp', |
93 'inspector/V8ValueCopier.h', | 92 'inspector/V8ValueCopier.h', |
94 ] | 93 ] |
95 } | 94 } |
96 } | 95 } |
OLD | NEW |