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

Unified Diff: dart.gyp

Issue 13722025: Add dart2dart_bot rule. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add packages as dependency of create_sdk 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 | no next file » | 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 a40eae5ce827a5954c61b49bb83221ebb61bdced..65a883e8742211bb285b7a8714b73b67c66e49d7 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -66,6 +66,7 @@
'runtime/dart-runtime.gyp:dart',
'utils/compiler/compiler.gyp:dart2js',
'compiler',
+ 'packages'
Ivan Posva 2013/04/06 00:09:45 Please add a TODO or make sure in some other way t
],
'actions': [
{
@@ -133,6 +134,17 @@
],
},
{
+ # This is the target that is built on the dart2dart bots.
+ # It must depend on anything that is required by dart2dart
+ # tests.
+ 'target_name': 'dart2dart_bot',
+ 'type': 'none',
+ 'dependencies': [
+ 'create_sdk',
+ 'packages',
+ ],
+ },
+ {
# This is the target that is built on the dartc bots.
# It must depend on anything that is required by dartc
# tests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698