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

Unified Diff: test/optimize_for_size.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/optimize_for_size.gyp
diff --git a/test/default.gyp b/test/optimize_for_size.gyp
similarity index 73%
copy from test/default.gyp
copy to test/optimize_for_size.gyp
index 53a8d7d4a2b228543a0c726bbf1fffaea7bc6e96..ac40ba8499de18ad7ed467744a82349279e3b393 100644
--- a/test/default.gyp
+++ b/test/optimize_for_size.gyp
@@ -7,22 +7,20 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'default_run',
+ 'target_name': 'optimize_for_size_run',
Michael Achenbach 2015/10/14 14:52:27 This is a collection of four test suites.
'type': 'none',
'dependencies': [
'cctest/cctest.gyp:cctest_run',
'intl/intl.gyp:intl_run',
- 'message/message.gyp:message_run',
'mjsunit/mjsunit.gyp:mjsunit_run',
- 'preparser/preparser.gyp:preparser_run',
- 'unittests/unittests.gyp:unittests_run',
+ 'webkit/webkit.gyp:webkit_run',
],
'includes': [
'../build/features.gypi',
'../build/isolate.gypi',
],
'sources': [
- 'default.isolate',
+ 'optimize_for_size.isolate',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | test/optimize_for_size.isolate » ('j') | test/webkit/webkit.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698