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

Unified Diff: tools/jsfunfuzz/jsfunfuzz.gyp

Issue 1706223002: [Swarming] Isolate jsfunfuzz. (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/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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698