summaryrefslogtreecommitdiff
path: root/deps/v8/tools/gcmole/run-gcmole.isolate
blob: df6e9a267f2563fffa110ad384af9d2f5cd29883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.
      '../gyp/v8.gyp',
      '../../base/',
      '../../include/',
      '../../src/',
      '../../test/cctest/',
      '../../third_party/icu/source/',
    ],
  },
  'conditions': [
    ['gcmole==1', {
      'variables': {
        'files': [
          # This assumes gcmole tools have been fetched by a hook
          # into v8/tools/gcmole/gcmole_tools.
          'gcmole-tools/',
        ],
      },
    }],
  ],
}