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

Side by Side Diff: dart.gyp

Issue 156863006: Step 1 in removing the old dartdoc code from repo. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 | utils/apidoc/apidoc.gyp » ('j') | utils/apidoc/docgen.gyp » ('J')
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 '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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | utils/apidoc/apidoc.gyp » ('j') | utils/apidoc/docgen.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698