fuzzer.isolate 587 Bytes
Newer Older
1 2 3 4 5 6 7
# 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': {
    'files': [
jochen's avatar
jochen committed
8
      '<(PRODUCT_DIR)/json_fuzzer<(EXECUTABLE_SUFFIX)',
9
      '<(PRODUCT_DIR)/parser_fuzzer<(EXECUTABLE_SUFFIX)',
10
      '<(PRODUCT_DIR)/regexp_fuzzer<(EXECUTABLE_SUFFIX)',
11 12
      './fuzzer.status',
      './testcfg.py',
jochen's avatar
jochen committed
13
      './json/',
14
      './parser/',
15
      './regexp/',
16 17 18 19 20 21 22
    ],
  },
  'includes': [
    '../../src/base.isolate',
    '../../tools/testrunner/testrunner.isolate',
  ],
}