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

Unified Diff: test/simdjs/simdjs.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 | « test/mozilla/mozilla.isolate ('k') | test/simdjs/simdjs.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/simdjs.gyp
diff --git a/test/webkit/webkit.gyp b/test/simdjs/simdjs.gyp
similarity index 88%
copy from test/webkit/webkit.gyp
copy to test/simdjs/simdjs.gyp
index 8d655feb2272976cd46cb52597a53e65b6c4d3c1..df0aa5e972e5ac67e1b395d29e03ecd9a8228591 100644
--- a/test/webkit/webkit.gyp
+++ b/test/simdjs/simdjs.gyp
@@ -7,7 +7,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'webkit_run',
+ 'target_name': 'simdjs_run',
'type': 'none',
'dependencies': [
'../../src/d8.gyp:d8_run',
@@ -17,7 +17,7 @@
'../../build/isolate.gypi',
],
'sources': [
- 'webkit.isolate',
+ 'simdjs.isolate',
],
},
],
« no previous file with comments | « test/mozilla/mozilla.isolate ('k') | test/simdjs/simdjs.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698