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': 'compiler', | 8 'target_name': 'compiler', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 ], | 76 ], |
77 }, | 77 }, |
78 ], | 78 ], |
79 }, | 79 }, |
80 { | 80 { |
81 'target_name': 'dart2js', | 81 'target_name': 'dart2js', |
82 'type': 'none', | 82 'type': 'none', |
83 'dependencies': [ | 83 'dependencies': [ |
84 'utils/compiler/compiler.gyp:dart2js', | 84 'utils/compiler/compiler.gyp:dart2js', |
85 | 85 |
86 # TODO(ahe): Remove dependencies on frog and frogsh, they are | 86 # TODO(ahe): Remove dependency on frog, it is just here to |
87 # just here to simplify | 87 # simplify frog/scripts/buildbot_annotated_steps.py |
88 # frog/scripts/buildbot_annotated_steps.py temporarily. | 88 # temporarily. |
89 'frog/dart-frog.gyp:frog', | 89 'frog/dart-frog.gyp:frog', |
90 'frog/dart-frog.gyp:frogsh', | |
91 ], | 90 ], |
92 }, | 91 }, |
93 { | 92 { |
94 'target_name': 'api_docs', | 93 'target_name': 'api_docs', |
95 'type': 'none', | 94 'type': 'none', |
96 'dependencies': [ | 95 'dependencies': [ |
97 'utils/apidoc/apidoc.gyp:api_docs', | 96 'utils/apidoc/apidoc.gyp:api_docs', |
98 ], | 97 ], |
99 } | 98 } |
100 ], | 99 ], |
101 } | 100 } |
OLD | NEW |