Chromium Code Reviews| 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', |
| ], |
| }, |
| { |