Home | History | Annotate | Download | only in gcmole
      1 # 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   'variables': {
      6     'command': [
      7       'run-gcmole.py',
      8     ],
      9     'files': [
     10       'gccause.lua',
     11       'gcmole.lua',
     12       'parallel.py',
     13       'run-gcmole.py',
     14       # The following contains all relevant source and gyp files.
     15       '../../BUILD.gn',
     16       '../../base/',
     17       '../../include/',
     18       '../../src/',
     19       '../../test/cctest/',
     20       '../../testing/gtest/include/gtest/gtest_prod.h',
     21       '../../third_party/icu/source/',
     22     ],
     23   },
     24   'conditions': [
     25     ['gcmole==1', {
     26       'variables': {
     27         'files': [
     28           # This assumes gcmole tools have been fetched by a hook
     29           # into v8/tools/gcmole/gcmole_tools.
     30           'gcmole-tools/',
     31         ],
     32       },
     33     }],
     34   ],
     35 }
     36