Index: tools/jsfunfuzz/jsfunfuzz.gyp |
diff --git a/test/message/message.gyp b/tools/jsfunfuzz/jsfunfuzz.gyp |
similarity index 78% |
copy from test/message/message.gyp |
copy to tools/jsfunfuzz/jsfunfuzz.gyp |
index dac6d9ffffa52ffb3044bfa748cbc96437719843..fb0e5f4949c1b30cd2a7b13fdf003f270ca5e48c 100644 |
--- a/test/message/message.gyp |
+++ b/tools/jsfunfuzz/jsfunfuzz.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,7 +7,7 @@ |
['test_isolation_mode != "noop"', { |
'targets': [ |
{ |
- 'target_name': 'message_run', |
+ 'target_name': 'jsfunfuzz_run', |
'type': 'none', |
'dependencies': [ |
'../../src/d8.gyp:d8_run', |
@@ -17,7 +17,7 @@ |
'../../build/isolate.gypi', |
], |
'sources': [ |
- 'message.isolate', |
+ 'jsfunfuzz.isolate', |
], |
}, |
], |