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 'variables': { | |
7 # These variables are used in the creation of the .vcproj file on | |
8 # Windows. | |
9 }, | |
10 'targets': [ | 6 'targets': [ |
11 { | 7 { |
12 'target_name': 'compiler', | 8 'target_name': 'compiler', |
13 'type': 'none', | 9 'type': 'none', |
14 'dependencies': [ | 10 'dependencies': [ |
15 'compiler/dart-compiler.gyp:dartc', | 11 'compiler/dart-compiler.gyp:dartc', |
16 ], | 12 ], |
17 'actions': [] | 13 'actions': [] |
18 }, | 14 }, |
19 { | 15 { |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 }, | 92 }, |
97 { | 93 { |
98 'target_name': 'api_docs', | 94 'target_name': 'api_docs', |
99 'type': 'none', | 95 'type': 'none', |
100 'dependencies': [ | 96 'dependencies': [ |
101 'utils/apidoc/apidoc.gyp:api_docs', | 97 'utils/apidoc/apidoc.gyp:api_docs', |
102 ], | 98 ], |
103 } | 99 } |
104 ], | 100 ], |
105 } | 101 } |
OLD | NEW |