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