| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'inspector/v8-regex.cc', | 83 'inspector/v8-regex.cc', |
| 84 'inspector/v8-regex.h', | 84 'inspector/v8-regex.h', |
| 85 'inspector/v8-runtime-agent-impl.cc', | 85 'inspector/v8-runtime-agent-impl.cc', |
| 86 'inspector/v8-runtime-agent-impl.h', | 86 'inspector/v8-runtime-agent-impl.h', |
| 87 'inspector/v8-schema-agent-impl.cc', | 87 'inspector/v8-schema-agent-impl.cc', |
| 88 'inspector/v8-schema-agent-impl.h', | 88 'inspector/v8-schema-agent-impl.h', |
| 89 'inspector/v8-stack-trace-impl.cc', | 89 'inspector/v8-stack-trace-impl.cc', |
| 90 'inspector/v8-stack-trace-impl.h', | 90 'inspector/v8-stack-trace-impl.h', |
| 91 'inspector/v8-value-copier.cc', | 91 'inspector/v8-value-copier.cc', |
| 92 'inspector/v8-value-copier.h', | 92 'inspector/v8-value-copier.h', |
| 93 'inspector/wasm-translation.cc', |
| 94 'inspector/wasm-translation.h', |
| 93 ] | 95 ] |
| 94 } | 96 } |
| 95 } | 97 } |
| OLD | NEW |