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

Unified Diff: tools/gcmole/run-gcmole.isolate

Issue 1709503002: [Swarming] Isolate gcmole. (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 side-by-side diff with in-line comments
Download patch
Index: tools/gcmole/run-gcmole.isolate
diff --git a/tools/gcmole/run-gcmole.isolate b/tools/gcmole/run-gcmole.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..c7c2ae668f23140f76f4f7dd123677ab70687cf4
--- /dev/null
+++ b/tools/gcmole/run-gcmole.isolate
@@ -0,0 +1,31 @@
+# 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',
+ '../../src/',
+ '../../test/cctest/',
+ ],
+ },
+ 'conditions': [
+ ['gcmole==1', {
+ 'variables': {
+ 'files': [
+ # This assumes gcmole tools have been fetched by a hook
+ # into v8/tools/gcmole/gcmole_tools.
+ 'gcmole-tools/',
+ ],
+ },
+ }],
+ ],
+}
« build/standalone.gypi ('K') | « build/standalone.gypi ('k') | tools/gcmole/run_gcmole.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698