Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: dart/dart.gyp

Issue 9985009: Remove unused 'variables' section. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698