2015-10-05 09:48:25 +00:00
|
|
|
# Copyright 2015 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-tests.py',
|
|
|
|
],
|
|
|
|
'files': [
|
|
|
|
'../run-tests.py',
|
|
|
|
'./'
|
|
|
|
],
|
|
|
|
},
|
2016-03-10 12:04:01 +00:00
|
|
|
'conditions': [
|
|
|
|
['coverage==1 and sanitizer_coverage=="bb"', {
|
|
|
|
'variables': {
|
|
|
|
'files': [
|
2016-03-10 13:11:28 +00:00
|
|
|
'../sanitizers/sancov_merger.py',
|
2016-03-10 12:04:01 +00:00
|
|
|
'../../third_party/llvm/projects/compiler-rt/lib/sanitizer_common/scripts/sancov.py',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
2016-10-12 07:31:53 +00:00
|
|
|
['is_gn==1', {
|
|
|
|
'variables': {
|
|
|
|
'files': [
|
|
|
|
'<(PRODUCT_DIR)/v8_build_config.json',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
2016-03-10 12:04:01 +00:00
|
|
|
],
|
|
|
|
}
|