| 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 19 matching lines...) Expand all Loading... |
| 30 'runtime/dart-runtime.gyp:process_test', | 30 'runtime/dart-runtime.gyp:process_test', |
| 31 'packages', | 31 'packages', |
| 32 'runtime/dart-runtime.gyp:test_extension', | 32 'runtime/dart-runtime.gyp:test_extension', |
| 33 'runtime/dart-runtime.gyp:sample_extension', | 33 'runtime/dart-runtime.gyp:sample_extension', |
| 34 ], | 34 ], |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 'target_name': 'create_sdk', | 37 'target_name': 'create_sdk', |
| 38 'type': 'none', | 38 'type': 'none', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 'create_sdk.gyp:create_sdk', | 40 'create_sdk.gyp:create_sdk_internal', |
| 41 ], | 41 ], |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 'target_name': 'dart2js', | 44 'target_name': 'dart2js', |
| 45 'type': 'none', | 45 'type': 'none', |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 'utils/compiler/compiler.gyp:dart2js', | 47 'utils/compiler/compiler.gyp:dart2js', |
| 48 ], | 48 ], |
| 49 }, | 49 }, |
| 50 { | 50 { |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 'target_name': 'try', | 165 'target_name': 'try', |
| 166 'type': 'none', | 166 'type': 'none', |
| 167 'dependencies': [ | 167 'dependencies': [ |
| 168 'site/try/build_try.gyp:try_site', | 168 'site/try/build_try.gyp:try_site', |
| 169 ], | 169 ], |
| 170 }, | 170 }, |
| 171 ], | 171 ], |
| 172 } | 172 } |
| OLD | NEW |