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

Unified Diff: test/webkit/webkit.gyp

Issue 1402953004: [swarming] Isolate webkit and optimize_for_size. (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
Index: test/webkit/webkit.gyp
diff --git a/test/intl/intl.gyp b/test/webkit/webkit.gyp
similarity index 88%
copy from test/intl/intl.gyp
copy to test/webkit/webkit.gyp
index 8fa7f0674f2293fe16ec8462c26d2d28d985b03f..8d655feb2272976cd46cb52597a53e65b6c4d3c1 100644
--- a/test/intl/intl.gyp
+++ b/test/webkit/webkit.gyp
@@ -7,7 +7,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'intl_run',
+ 'target_name': 'webkit_run',
'type': 'none',
'dependencies': [
'../../src/d8.gyp:d8_run',
@@ -17,7 +17,7 @@
'../../build/isolate.gypi',
],
'sources': [
- 'intl.isolate',
+ 'webkit.isolate',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698