2016-02-17 10:07:58 +00:00
|
|
|
# Copyright 2016 the V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
'command': [
|
|
|
|
'run-gcmole.py',
|
|
|
|
],
|
|
|
|
'files': [
|
|
|
|
'gccause.lua',
|
|
|
|
'gcmole.lua',
|
|
|
|
'parallel.py',
|
|
|
|
'run-gcmole.py',
|
|
|
|
# The following contains all relevant source and gyp files.
|
2016-09-21 11:44:10 +00:00
|
|
|
'../../BUILD.gn',
|
2016-02-17 13:26:33 +00:00
|
|
|
'../../base/',
|
2016-02-17 12:50:41 +00:00
|
|
|
'../../include/',
|
2016-02-17 10:07:58 +00:00
|
|
|
'../../src/',
|
|
|
|
'../../test/cctest/',
|
2016-08-03 13:30:23 +00:00
|
|
|
'../../testing/gtest/include/gtest/gtest_prod.h',
|
2016-02-17 13:26:33 +00:00
|
|
|
'../../third_party/icu/source/',
|
2016-02-17 10:07:58 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'conditions': [
|
|
|
|
['gcmole==1', {
|
|
|
|
'variables': {
|
|
|
|
'files': [
|
|
|
|
# This assumes gcmole tools have been fetched by a hook
|
|
|
|
# into v8/tools/gcmole/gcmole_tools.
|
|
|
|
'gcmole-tools/',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
],
|
|
|
|
}
|