| 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 19 matching lines...) Expand all Loading... |
| 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', | 39 'inspector/Allocator.h', |
| 40 'inspector/Atomics.h', | |
| 41 'inspector/InjectedScript.cpp', | 40 'inspector/InjectedScript.cpp', |
| 42 'inspector/InjectedScript.h', | 41 'inspector/InjectedScript.h', |
| 43 'inspector/InjectedScriptNative.cpp', | 42 'inspector/InjectedScriptNative.cpp', |
| 44 'inspector/InjectedScriptNative.h', | 43 'inspector/InjectedScriptNative.h', |
| 45 'inspector/InspectedContext.cpp', | 44 'inspector/InspectedContext.cpp', |
| 46 'inspector/InspectedContext.h', | 45 'inspector/InspectedContext.h', |
| 47 'inspector/JavaScriptCallFrame.cpp', | 46 'inspector/JavaScriptCallFrame.cpp', |
| 48 'inspector/JavaScriptCallFrame.h', | 47 'inspector/JavaScriptCallFrame.h', |
| 49 'inspector/ProtocolPlatform.h', | 48 'inspector/ProtocolPlatform.h', |
| 50 'inspector/RemoteObjectId.cpp', | 49 'inspector/RemoteObjectId.cpp', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'inspector/V8RuntimeAgentImpl.h', | 87 'inspector/V8RuntimeAgentImpl.h', |
| 89 'inspector/V8SchemaAgentImpl.cpp', | 88 'inspector/V8SchemaAgentImpl.cpp', |
| 90 'inspector/V8SchemaAgentImpl.h', | 89 'inspector/V8SchemaAgentImpl.h', |
| 91 'inspector/V8StackTraceImpl.cpp', | 90 'inspector/V8StackTraceImpl.cpp', |
| 92 'inspector/V8StackTraceImpl.h', | 91 'inspector/V8StackTraceImpl.h', |
| 93 'inspector/V8ValueCopier.cpp', | 92 'inspector/V8ValueCopier.cpp', |
| 94 'inspector/V8ValueCopier.h', | 93 'inspector/V8ValueCopier.h', |
| 95 ] | 94 ] |
| 96 } | 95 } |
| 97 } | 96 } |
| OLD | NEW |