| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'most', | 8 'target_name': 'most', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 'runtime/dart-runtime.gyp:dart', | 28 'runtime/dart-runtime.gyp:dart', |
| 29 'runtime/dart-runtime.gyp:dart_bootstrap#host', | 29 'runtime/dart-runtime.gyp:dart_bootstrap#host', |
| 30 'runtime/dart-runtime.gyp:run_vm_tests', | 30 'runtime/dart-runtime.gyp:run_vm_tests', |
| 31 'runtime/dart-runtime.gyp:process_test', | 31 'runtime/dart-runtime.gyp:process_test', |
| 32 'packages', | 32 'packages', |
| 33 'runtime/dart-runtime.gyp:test_extension', | 33 'runtime/dart-runtime.gyp:test_extension', |
| 34 'runtime/dart-runtime.gyp:sample_extension', | 34 'runtime/dart-runtime.gyp:sample_extension', |
| 35 ], | 35 ], |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 'target_name': 'fuchsia_test', | |
| 39 'type': 'none', | |
| 40 'dependencies': [ | |
| 41 'runtime/dart-runtime.gyp:fuchsia_test', | |
| 42 ], | |
| 43 }, | |
| 44 { | |
| 45 # This is the target that is built on the VM build bots. It | 38 # This is the target that is built on the VM build bots. It |
| 46 # must depend on anything that is required by the VM test | 39 # must depend on anything that is required by the VM test |
| 47 # suites. | 40 # suites. |
| 48 'target_name': 'runtime_precompiled', | 41 'target_name': 'runtime_precompiled', |
| 49 'type': 'none', | 42 'type': 'none', |
| 50 'dependencies': [ | 43 'dependencies': [ |
| 51 'runtime/dart-runtime.gyp:dart_precompiled_runtime', | 44 'runtime/dart-runtime.gyp:dart_precompiled_runtime', |
| 52 'runtime/dart-runtime.gyp:dart_bootstrap#host', | 45 'runtime/dart-runtime.gyp:dart_bootstrap#host', |
| 53 'packages', | 46 'packages', |
| 54 ], | 47 ], |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 }, | 152 }, |
| 160 { | 153 { |
| 161 'target_name': 'try', | 154 'target_name': 'try', |
| 162 'type': 'none', | 155 'type': 'none', |
| 163 'dependencies': [ | 156 'dependencies': [ |
| 164 'site/try/build_try.gyp:try_site', | 157 'site/try/build_try.gyp:try_site', |
| 165 ], | 158 ], |
| 166 }, | 159 }, |
| 167 ], | 160 ], |
| 168 } | 161 } |
| OLD | NEW |