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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 ], | 177 ], |
178 ] | 178 ] |
179 }, | 179 }, |
180 { | 180 { |
181 'target_name': 'packages', | 181 'target_name': 'packages', |
182 'type': 'none', | 182 'type': 'none', |
183 'dependencies': [ | 183 'dependencies': [ |
184 'pkg/pkg.gyp:pkg_packages', | 184 'pkg/pkg.gyp:pkg_packages', |
185 ], | 185 ], |
186 }, | 186 }, |
| 187 { |
| 188 'target_name': 'try', |
| 189 'type': 'none', |
| 190 'dependencies': [ |
| 191 'create_sdk', |
| 192 'site/try/build_try.gyp:try_site', |
| 193 ], |
| 194 }, |
187 ], | 195 ], |
188 } | 196 } |
OLD | NEW |