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', |
], |
}, |
], |