blob: 286be2f24abf76d185c4a246f64ab39d247d1ae8 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# 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{
6 'variables': {
7 'files': [
8 '<(PRODUCT_DIR)/json_fuzzer<(EXECUTABLE_SUFFIX)',
9 '<(PRODUCT_DIR)/parser_fuzzer<(EXECUTABLE_SUFFIX)',
10 '<(PRODUCT_DIR)/regexp_fuzzer<(EXECUTABLE_SUFFIX)',
11 './fuzzer.status',
12 './testcfg.py',
13 './json/',
14 './parser/',
15 './regexp/',
16 ],
17 },
18 'includes': [
19 '../../src/base.isolate',
20 '../../tools/testrunner/testrunner.isolate',
21 ],
22}