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

Unified Diff: dart.gyp

Issue 13674027: Change back to building everything if no argument to build.py was given (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/build.py » ('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 23b00228bba4544b56b7b220b8cef92de6d2a6ac..fec9afd1a8e7b9de3457e858b07ee9c18853f982 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -10,7 +10,7 @@
'type': 'none',
'dependencies': [
# Most dependencies.
- 'default',
+ 'most',
# All other targets.
'api_docs',
'dartc_bot',
@@ -19,9 +19,7 @@
],
},
{
- # Contains all the dependencies that will run by default.
- # Excludes api_docs.
- 'target_name': 'default',
+ 'target_name': 'most',
'type': 'none',
'dependencies': [
'analyzer',
« no previous file with comments | « no previous file | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698