Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: tools/gcmole/run-gcmole.isolate

Issue 2352103002: [gn] Add gn support to gcmole (Closed)
Patch Set: Added todo Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/gcmole/gcmole.lua ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 the V8 project authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'command': [ 6 'command': [
7 'run-gcmole.py', 7 'run-gcmole.py',
8 ], 8 ],
9 'files': [ 9 'files': [
10 'gccause.lua', 10 'gccause.lua',
11 'gcmole.lua', 11 'gcmole.lua',
12 'parallel.py', 12 'parallel.py',
13 'run-gcmole.py', 13 'run-gcmole.py',
14 # The following contains all relevant source and gyp files. 14 # The following contains all relevant source and gyp files.
15 '../../BUILD.gn',
15 '../../base/', 16 '../../base/',
16 '../../include/', 17 '../../include/',
17 '../../src/', 18 '../../src/',
18 '../../test/cctest/', 19 '../../test/cctest/',
19 '../../testing/gtest/include/gtest/gtest_prod.h', 20 '../../testing/gtest/include/gtest/gtest_prod.h',
20 '../../third_party/icu/source/', 21 '../../third_party/icu/source/',
21 ], 22 ],
22 }, 23 },
23 'conditions': [ 24 'conditions': [
24 ['gcmole==1', { 25 ['gcmole==1', {
25 'variables': { 26 'variables': {
26 'files': [ 27 'files': [
27 # This assumes gcmole tools have been fetched by a hook 28 # This assumes gcmole tools have been fetched by a hook
28 # into v8/tools/gcmole/gcmole_tools. 29 # into v8/tools/gcmole/gcmole_tools.
29 'gcmole-tools/', 30 'gcmole-tools/',
30 ], 31 ],
31 }, 32 },
32 }], 33 }],
33 ], 34 ],
34 } 35 }
OLDNEW
« no previous file with comments | « tools/gcmole/gcmole.lua ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698