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

Unified Diff: tools/run-valgrind.gyp

Issue 1700673002: [Swarming] Isolate valgrind runner. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review 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/standalone.gypi ('k') | tools/run-valgrind.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-valgrind.gyp
diff --git a/test/ignition.gyp b/tools/run-valgrind.gyp
similarity index 75%
copy from test/ignition.gyp
copy to tools/run-valgrind.gyp
index 6aebec9e194b1431bdbb89a496d5847c988ba1ee..d06be933a9d3ab94e52fea92874ef8310a43ac5b 100644
--- a/test/ignition.gyp
+++ b/tools/run-valgrind.gyp
@@ -7,18 +7,17 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'ignition_run',
+ 'target_name': 'run_valgrind_run',
'type': 'none',
'dependencies': [
- 'cctest/cctest.gyp:cctest_run',
- 'mjsunit/mjsunit.gyp:mjsunit_run',
+ '../src/d8.gyp:d8_run',
],
'includes': [
'../build/features.gypi',
'../build/isolate.gypi',
],
'sources': [
- 'ignition.isolate',
+ 'run-valgrind.isolate',
],
},
],
« no previous file with comments | « build/standalone.gypi ('k') | tools/run-valgrind.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698