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

Unified Diff: test/bot_default.gyp

Issue 1414713002: [swarming] Isolate bot_default. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: typo 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/bot_default.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/bot_default.gyp
diff --git a/test/default.gyp b/test/bot_default.gyp
similarity index 86%
copy from test/default.gyp
copy to test/bot_default.gyp
index 53a8d7d4a2b228543a0c726bbf1fffaea7bc6e96..ccdf42a7d74ae1666667ae404e8db63f1196e31b 100644
--- a/test/default.gyp
+++ b/test/bot_default.gyp
@@ -7,7 +7,7 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'default_run',
+ 'target_name': 'bot_default_run',
'type': 'none',
'dependencies': [
'cctest/cctest.gyp:cctest_run',
@@ -16,13 +16,14 @@
'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',
+ 'bot_default.isolate',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | test/bot_default.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698