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

Unified Diff: tools/run-deopt-fuzzer.gyp

Issue 1707963003: [Swarming] Isolate deopt fuzzer. (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
« no previous file with comments | « build/all.gyp ('k') | tools/run-deopt-fuzzer.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-deopt-fuzzer.gyp
diff --git a/tools/run-valgrind.gyp b/tools/run-deopt-fuzzer.gyp
similarity index 85%
copy from tools/run-valgrind.gyp
copy to tools/run-deopt-fuzzer.gyp
index d06be933a9d3ab94e52fea92874ef8310a43ac5b..73f0aaf7a521cdd7e6272703dc12988ab79b22cd 100644
--- a/tools/run-valgrind.gyp
+++ b/tools/run-deopt-fuzzer.gyp
@@ -7,7 +7,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'run_valgrind_run',
+ 'target_name': 'run_deopt_fuzzer_run',
'type': 'none',
'dependencies': [
'../src/d8.gyp:d8_run',
@@ -17,7 +17,7 @@
'../build/isolate.gypi',
],
'sources': [
- 'run-valgrind.isolate',
+ 'run-deopt-fuzzer.isolate',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | tools/run-deopt-fuzzer.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698