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

Unified Diff: dart/dart.gyp

Issue 11280053: Add dependencies for bots that doesn't build everything. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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/dart.gyp
diff --git a/dart/dart.gyp b/dart/dart.gyp
index fee1b1b27e47cf2f5c5d9ba0a64e3f90db113763..3dfae65c180ebae09c2e067ab44265b32e889700 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -13,6 +13,9 @@
'actions': []
},
{
+ # This is the target that is built on the VM build bots. It
+ # must depend on anything that is required by the VM test
+ # suites.
'target_name': 'runtime',
'type': 'none',
'dependencies': [
@@ -21,6 +24,7 @@
'runtime/dart-runtime.gyp:run_vm_tests',
'runtime/dart-runtime.gyp:process_test',
'runtime/dart-runtime.gyp:test_extension',
+ 'packages',
],
},
{
@@ -104,11 +108,15 @@
],
},
{
+ # This is the target that is built on the dart2js build bots.
+ # It must depend on anything that is required by the VM test
ricow1 2012/11/19 10:10:07 VM -> dart2js (which is actually also what got com
+ # suites.
'target_name': 'dart2js_bot',
'type': 'none',
'dependencies': [
'third_party/v8/src/d8.gyp:d8',
'create_sdk',
+ 'packages',
],
},
{
« 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