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

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

Issue 1703853002: [Swarming] Add missing files to gcmole isolate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | 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 '../gyp/v8.gyp', 15 '../gyp/v8.gyp',
16 '../../include/',
16 '../../src/', 17 '../../src/',
17 '../../test/cctest/', 18 '../../test/cctest/',
18 ], 19 ],
19 }, 20 },
20 'conditions': [ 21 'conditions': [
21 ['gcmole==1', { 22 ['gcmole==1', {
22 'variables': { 23 'variables': {
23 'files': [ 24 'files': [
24 # This assumes gcmole tools have been fetched by a hook 25 # This assumes gcmole tools have been fetched by a hook
25 # into v8/tools/gcmole/gcmole_tools. 26 # into v8/tools/gcmole/gcmole_tools.
26 'gcmole-tools/', 27 'gcmole-tools/',
27 ], 28 ],
28 }, 29 },
29 }], 30 }],
30 ], 31 ],
31 } 32 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698