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 'variables': { | |
6 'files': [ | |
7 './console/', | |
8 './cpu-profiler/', | |
9 './debugger/', | |
10 './inspector.status', | |
11 './json-parse-expected.txt', | |
12 './json-parse.js', | |
13 './protocol-test.js', | |
14 './runtime/', | |
15 './testcfg.py', | |
16 ], | |
17 }, | |
18 'conditions': [ | 5 'conditions': [ |
19 ['v8_enable_inspector==1', { | 6 ['v8_enable_inspector==1', { |
20 'variables': { | 7 'variables': { |
21 'files': [ | 8 'files': [ |
| 9 './console/', |
| 10 './cpu-profiler/', |
| 11 './debugger/', |
| 12 './inspector.status', |
| 13 './json-parse-expected.txt', |
| 14 './json-parse.js', |
| 15 './protocol-test.js', |
| 16 './runtime/', |
| 17 './testcfg.py', |
22 '<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)', | 18 '<(PRODUCT_DIR)/inspector-test<(EXECUTABLE_SUFFIX)', |
23 ], | 19 ], |
24 }, | 20 }, |
25 }], | 21 }], |
26 ], | 22 ], |
27 'includes': [ | 23 'includes': [ |
28 '../../src/base.isolate', | 24 '../../src/base.isolate', |
29 '../../tools/testrunner/testrunner.isolate', | 25 '../../tools/testrunner/testrunner.isolate', |
30 ], | 26 ], |
31 } | 27 } |
OLD | NEW |