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

Side by Side Diff: dart.gyp

Issue 131103025: Fixes ABI bug in MIPS. (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 | runtime/dart-runtime.gyp » ('j') | runtime/vm/stub_code_mips.cc » ('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 13 matching lines...) Expand all
24 'target_name': 'runtime', 24 'target_name': 'runtime',
25 'type': 'none', 25 'type': 'none',
26 'dependencies': [ 26 'dependencies': [
27 'runtime/dart-runtime.gyp:dart', 27 'runtime/dart-runtime.gyp:dart',
28 'runtime/dart-runtime.gyp:dart_no_snapshot', 28 'runtime/dart-runtime.gyp:dart_no_snapshot',
29 'runtime/dart-runtime.gyp:run_vm_tests', 29 'runtime/dart-runtime.gyp:run_vm_tests',
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 'runtime/dart-runtime.gyp:sample_extension_no_autoscope',
34 ], 35 ],
35 }, 36 },
36 { 37 {
37 'target_name': 'create_sdk', 38 'target_name': 'create_sdk',
38 'type': 'none', 39 'type': 'none',
39 'dependencies': [ 40 'dependencies': [
40 'runtime/dart-runtime.gyp:dart', 41 'runtime/dart-runtime.gyp:dart',
41 'utils/compiler/compiler.gyp:dart2js', 42 'utils/compiler/compiler.gyp:dart2js',
42 'utils/pub/pub.gyp:pub', 43 'utils/pub/pub.gyp:pub',
43 'analyzer', 44 'analyzer',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 ], 166 ],
166 }, 167 },
167 { 168 {
168 'target_name': 'samples', 169 'target_name': 'samples',
169 'type': 'none', 170 'type': 'none',
170 'dependencies': [], 171 'dependencies': [],
171 'conditions': [ 172 'conditions': [
172 ['OS!="android"', { 173 ['OS!="android"', {
173 'dependencies': [ 174 'dependencies': [
174 'runtime/dart-runtime.gyp:sample_extension', 175 'runtime/dart-runtime.gyp:sample_extension',
176 'runtime/dart-runtime.gyp:sample_extension_no_autoscope',
175 ], 177 ],
176 }, 178 },
177 ], 179 ],
178 ] 180 ]
179 }, 181 },
180 { 182 {
181 'target_name': 'packages', 183 'target_name': 'packages',
182 'type': 'none', 184 'type': 'none',
183 'dependencies': [ 185 'dependencies': [
184 'pkg/pkg.gyp:pkg_packages', 186 'pkg/pkg.gyp:pkg_packages',
185 ], 187 ],
186 }, 188 },
187 { 189 {
188 'target_name': 'try', 190 'target_name': 'try',
189 'type': 'none', 191 'type': 'none',
190 'dependencies': [ 192 'dependencies': [
191 'create_sdk', 193 'create_sdk',
192 'site/try/build_try.gyp:try_site', 194 'site/try/build_try.gyp:try_site',
193 ], 195 ],
194 }, 196 },
195 ], 197 ],
196 } 198 }
OLDNEW
« no previous file with comments | « no previous file | runtime/dart-runtime.gyp » ('j') | runtime/vm/stub_code_mips.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698