OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2017 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 'files': [ | |
7 './mkgrokdump.status', | |
8 './testcfg.py', | |
9 '../../tools/v8heapconst.py', | |
10 '<(PRODUCT_DIR)/mkgrokdump<(EXECUTABLE_SUFFIX)', | |
11 ], | |
12 }, | |
13 'includes': [ | |
14 '../../src/base.isolate', | |
15 '../../tools/testrunner/testrunner.isolate', | |
16 ], | |
17 } | |
OLD | NEW |