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

Unified Diff: dart.gyp

Issue 2232273004: Delete site/try (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | pkg/pkg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index b942371e3114f344a89941bcb0f1226b95e2e66b..f3e6e8206ad0bc6b307df53447a4c3908e3bb0ea 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -114,20 +114,6 @@
'dependencies': [
'create_sdk',
'packages',
- 'try',
- ],
- },
- {
- # This is the target that is built on the dart2js debug build bots.
- # It must depend on anything that is required by the dart2js
- # test suites.
- # We have this additional target because the try target takes to long
- # to build in debug mode and will make the build step time out.
- 'target_name': 'dart2js_bot_debug',
Siggi Cherem (dart-lang) 2016/08/12 16:52:29 Bill - I checked the bot recipes and this is not c
- 'type': 'none',
- 'dependencies': [
- 'create_sdk',
- 'packages',
],
},
{
@@ -150,12 +136,5 @@
'pkg/pkg.gyp:pkg_packages',
],
},
- {
- 'target_name': 'try',
- 'type': 'none',
- 'dependencies': [
- 'site/try/build_try.gyp:try_site',
- ],
- },
],
}
« no previous file with comments | « no previous file | pkg/pkg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698