blob: 533ef68c8feef8e4a931782685a2ad17a77461d0 [file] [log] [blame]
# 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',
'./'
],
},
'conditions': [
['coverage==1 and sanitizer_coverage=="bb"', {
'variables': {
'files': [
'../sanitizers/sancov_merger.py',
'../../third_party/llvm/projects/compiler-rt/lib/sanitizer_common/scripts/sancov.py',
],
},
}],
['is_gn==1', {
'variables': {
'files': [
'<(PRODUCT_DIR)/v8_build_config.json',
],
},
}],
],
}