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

Side by Side Diff: dart/dart.gyp

Issue 218893003: Change target name to avoid conflict in Makefile generator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « dart/create_sdk.gyp ('k') | dart/site/try/build_try.gyp » ('j') | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'most', 8 'target_name': 'most',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 19 matching lines...) Expand all
30 'runtime/dart-runtime.gyp:process_test', 30 'runtime/dart-runtime.gyp:process_test',
31 'packages', 31 'packages',
32 'runtime/dart-runtime.gyp:test_extension', 32 'runtime/dart-runtime.gyp:test_extension',
33 'runtime/dart-runtime.gyp:sample_extension', 33 'runtime/dart-runtime.gyp:sample_extension',
34 ], 34 ],
35 }, 35 },
36 { 36 {
37 'target_name': 'create_sdk', 37 'target_name': 'create_sdk',
38 'type': 'none', 38 'type': 'none',
39 'dependencies': [ 39 'dependencies': [
40 'create_sdk.gyp:create_sdk', 40 'create_sdk.gyp:create_sdk_internal',
41 ], 41 ],
42 }, 42 },
43 { 43 {
44 'target_name': 'dart2js', 44 'target_name': 'dart2js',
45 'type': 'none', 45 'type': 'none',
46 'dependencies': [ 46 'dependencies': [
47 'utils/compiler/compiler.gyp:dart2js', 47 'utils/compiler/compiler.gyp:dart2js',
48 ], 48 ],
49 }, 49 },
50 { 50 {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 }, 163 },
164 { 164 {
165 'target_name': 'try', 165 'target_name': 'try',
166 'type': 'none', 166 'type': 'none',
167 'dependencies': [ 167 'dependencies': [
168 'site/try/build_try.gyp:try_site', 168 'site/try/build_try.gyp:try_site',
169 ], 169 ],
170 }, 170 },
171 ], 171 ],
172 } 172 }
OLDNEW
« no previous file with comments | « dart/create_sdk.gyp ('k') | dart/site/try/build_try.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698