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

Unified Diff: tools/gcmole/run_gcmole.gyp

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
« build/standalone.gypi ('K') | « tools/gcmole/run-gcmole.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gcmole/run_gcmole.gyp
diff --git a/test/intl/intl.gyp b/tools/gcmole/run_gcmole.gyp
similarity index 66%
copy from test/intl/intl.gyp
copy to tools/gcmole/run_gcmole.gyp
index 8fa7f0674f2293fe16ec8462c26d2d28d985b03f..9d13f7606a5de54e20b71577d0e215c0140f9b1e 100644
--- a/test/intl/intl.gyp
+++ b/tools/gcmole/run_gcmole.gyp
@@ -1,4 +1,4 @@
-# Copyright 2015 the V8 project authors. All rights reserved.
+# 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.
@@ -7,17 +7,14 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'intl_run',
+ 'target_name': 'run_gcmole_run',
'type': 'none',
- 'dependencies': [
- '../../src/d8.gyp:d8_run',
- ],
'includes': [
'../../build/features.gypi',
'../../build/isolate.gypi',
],
'sources': [
- 'intl.isolate',
+ 'run-gcmole.isolate',
],
},
],
« build/standalone.gypi ('K') | « tools/gcmole/run-gcmole.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698