| 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 { |
| 38 # This is the target that is built on the VM build bots. It | 45 # This is the target that is built on the VM build bots. It |
| 39 # must depend on anything that is required by the VM test | 46 # must depend on anything that is required by the VM test |
| 40 # suites. | 47 # suites. |
| 41 'target_name': 'runtime_precompiled', | 48 'target_name': 'runtime_precompiled', |
| 42 'type': 'none', | 49 'type': 'none', |
| 43 'dependencies': [ | 50 'dependencies': [ |
| 44 'runtime/dart-runtime.gyp:dart_precompiled_runtime', | 51 'runtime/dart-runtime.gyp:dart_precompiled_runtime', |
| 45 'runtime/dart-runtime.gyp:dart_bootstrap#host', | 52 'runtime/dart-runtime.gyp:dart_bootstrap#host', |
| 46 'packages', | 53 'packages', |
| 47 ], | 54 ], |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 }, | 159 }, |
| 153 { | 160 { |
| 154 'target_name': 'try', | 161 'target_name': 'try', |
| 155 'type': 'none', | 162 'type': 'none', |
| 156 'dependencies': [ | 163 'dependencies': [ |
| 157 'site/try/build_try.gyp:try_site', | 164 'site/try/build_try.gyp:try_site', |
| 158 ], | 165 ], |
| 159 }, | 166 }, |
| 160 ], | 167 ], |
| 161 } | 168 } |
| OLD | NEW |