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

Unified Diff: test/benchmarks/benchmarks.gyp

Issue 1411213002: [swarming] Isolate more tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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') | test/benchmarks/benchmarks.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/benchmarks/benchmarks.gyp
diff --git a/test/preparser/preparser.gyp b/test/benchmarks/benchmarks.gyp
similarity index 87%
copy from test/preparser/preparser.gyp
copy to test/benchmarks/benchmarks.gyp
index cb763d6dc599e429ce1f742d50a1ca6f5287be7c..3884b0901f846dad942cd969ca715b7d2ca2acab 100644
--- a/test/preparser/preparser.gyp
+++ b/test/benchmarks/benchmarks.gyp
@@ -7,7 +7,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'preparser_run',
+ 'target_name': 'benchmarks_run',
'type': 'none',
'dependencies': [
'../../src/d8.gyp:d8_run',
@@ -17,7 +17,7 @@
'../../build/isolate.gypi',
],
'sources': [
- 'preparser.isolate',
+ 'benchmarks.isolate',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | test/benchmarks/benchmarks.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698