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': { | 5 'variables': { |
6 'command': [ | 6 'command': [ |
7 'run-gcmole.py', | 7 'run-gcmole.py', |
8 ], | 8 ], |
9 'files': [ | 9 'files': [ |
10 'gccause.lua', | 10 'gccause.lua', |
11 'gcmole.lua', | 11 'gcmole.lua', |
12 'parallel.py', | 12 'parallel.py', |
13 'run-gcmole.py', | 13 'run-gcmole.py', |
14 # The following contains all relevant source and gyp files. | 14 # The following contains all relevant source and gyp files. |
15 '../gyp/v8.gyp', | |
16 '../../base/', | 15 '../../base/', |
17 '../../include/', | 16 '../../include/', |
18 '../../src/', | 17 '../../src/', |
19 '../../test/cctest/', | 18 '../../test/cctest/', |
20 '../../third_party/icu/source/', | 19 '../../third_party/icu/source/', |
21 ], | 20 ], |
22 }, | 21 }, |
23 'conditions': [ | 22 'conditions': [ |
24 ['gcmole==1', { | 23 ['gcmole==1', { |
25 'variables': { | 24 'variables': { |
26 'files': [ | 25 'files': [ |
27 # This assumes gcmole tools have been fetched by a hook | 26 # This assumes gcmole tools have been fetched by a hook |
28 # into v8/tools/gcmole/gcmole_tools. | 27 # into v8/tools/gcmole/gcmole_tools. |
29 'gcmole-tools/', | 28 'gcmole-tools/', |
30 ], | 29 ], |
31 }, | 30 }, |
32 }], | 31 }], |
33 ], | 32 ], |
34 } | 33 } |
OLD | NEW |