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

Side by Side Diff: dart.gyp

Issue 10909039: - Build dart_no_snapshot when building runtime from all.deps. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'compiler', 8 'target_name': 'compiler',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
11 'compiler/dart-compiler.gyp:dart_analyzer', 11 'compiler/dart-compiler.gyp:dart_analyzer',
12 ], 12 ],
13 'actions': [] 13 'actions': []
14 }, 14 },
15 { 15 {
16 'target_name': 'runtime', 16 'target_name': 'runtime',
17 'type': 'none', 17 'type': 'none',
18 'dependencies': [ 18 'dependencies': [
19 'runtime/dart-runtime.gyp:dart', 19 'runtime/dart-runtime.gyp:dart',
20 'runtime/dart-runtime.gyp:dart_no_snapshot',
20 'runtime/dart-runtime.gyp:run_vm_tests', 21 'runtime/dart-runtime.gyp:run_vm_tests',
21 'runtime/dart-runtime.gyp:process_test', 22 'runtime/dart-runtime.gyp:process_test',
22 'runtime/dart-runtime.gyp:test_extension', 23 'runtime/dart-runtime.gyp:test_extension',
23 ], 24 ],
24 }, 25 },
25 { 26 {
26 # Build the SDK. This target is separate from upload_sdk as the 27 # Build the SDK. This target is separate from upload_sdk as the
27 # editor needs to build the SDK without uploading it. 28 # editor needs to build the SDK without uploading it.
28 'target_name': 'create_sdk', 29 'target_name': 'create_sdk',
29 'type': 'none', 30 'type': 'none',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 }, 111 },
111 { 112 {
112 'target_name': 'samples', 113 'target_name': 'samples',
113 'type': 'none', 114 'type': 'none',
114 'dependencies': [ 115 'dependencies': [
115 'samples/sample_extension/sample_extension.gyp:sample_extension', 116 'samples/sample_extension/sample_extension.gyp:sample_extension',
116 ], 117 ],
117 }, 118 },
118 ], 119 ],
119 } 120 }
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