| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'type': 'none', | 113 'type': 'none', |
| 114 'dependencies': [ | 114 'dependencies': [ |
| 115 'create_sdk', | 115 'create_sdk', |
| 116 'packages', | 116 'packages', |
| 117 ], | 117 ], |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 'target_name': 'api_docs', | 120 'target_name': 'api_docs', |
| 121 'type': 'none', | 121 'type': 'none', |
| 122 'dependencies': [ | 122 'dependencies': [ |
| 123 # TODO(alanknight) : Once we're fully switched over to the new | |
| 124 # viewer remove the old api_docs gyp file. | |
| 125 'utils/apidoc/apidoc.gyp:api_docs', | |
| 126 'utils/apidoc/docgen.gyp:docgen', | 123 'utils/apidoc/docgen.gyp:docgen', |
| 127 ], | 124 ], |
| 128 }, | 125 }, |
| 129 { | 126 { |
| 130 'target_name': 'editor', | 127 'target_name': 'editor', |
| 131 'type': 'none', | 128 'type': 'none', |
| 132 'dependencies': [ | 129 'dependencies': [ |
| 133 'editor/build/generated/editor_deps.gyp:editor_deps', | 130 'editor/build/generated/editor_deps.gyp:editor_deps', |
| 134 | 131 |
| 135 # This dependency on create_sdk does not mean that the Editor | 132 # This dependency on create_sdk does not mean that the Editor |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 { | 184 { |
| 188 'target_name': 'try', | 185 'target_name': 'try', |
| 189 'type': 'none', | 186 'type': 'none', |
| 190 'dependencies': [ | 187 'dependencies': [ |
| 191 'create_sdk', | 188 'create_sdk', |
| 192 'site/try/build_try.gyp:try_site', | 189 'site/try/build_try.gyp:try_site', |
| 193 ], | 190 ], |
| 194 }, | 191 }, |
| 195 ], | 192 ], |
| 196 } | 193 } |
| OLD | NEW |