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

Unified Diff: tools/jsfunfuzz/jsfunfuzz.isolate

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
« tools/jsfunfuzz/fuzz-harness.sh ('K') | « tools/jsfunfuzz/jsfunfuzz.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/jsfunfuzz/jsfunfuzz.isolate
diff --git a/tools/check-static-initializers.isolate b/tools/jsfunfuzz/jsfunfuzz.isolate
similarity index 57%
copy from tools/check-static-initializers.isolate
copy to tools/jsfunfuzz/jsfunfuzz.isolate
index d1197d3d6c998faf82ab4b3d5721f9d3a8cbdcc8..56cb4a733f3052af14bb51b38a77ebe44391b670 100644
--- a/tools/check-static-initializers.isolate
+++ b/tools/jsfunfuzz/jsfunfuzz.isolate
@@ -4,13 +4,15 @@
{
'variables': {
'command': [
- 'check-static-initializers.sh',
+ 'fuzz-harness.sh',
],
'files': [
- 'check-static-initializers.sh',
+ # Grab current directory. This avoids adding logic for checking the
+ # existence of the jsfunfuzz subdirectory.
+ './',
],
},
'includes': [
- '../src/d8.isolate',
+ '../../src/d8.isolate',
],
}
« tools/jsfunfuzz/fuzz-harness.sh ('K') | « tools/jsfunfuzz/jsfunfuzz.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698