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

Unified Diff: dart.gyp

Issue 270593003: Don't build dart2js_bot on debug dart2js bots (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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 | tools/bots/compiler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 35843)
+++ dart.gyp (working copy)
@@ -104,6 +104,19 @@
],
},
{
+ # 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',
+ 'type': 'none',
+ 'dependencies': [
+ 'create_sdk',
+ 'packages',
+ ],
+ },
+ {
'target_name': 'api_docs',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | tools/bots/compiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698