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

Side by Side Diff: dart.gyp

Issue 1760063003: - Unify dart_no_snapshot and dart_bootstrap into one binary. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('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 10 matching lines...) Expand all
21 # This is the target that is built on the VM build bots. It 21 # This is the target that is built on the VM build bots. It
22 # must depend on anything that is required by the VM test 22 # must depend on anything that is required by the VM test
23 # suites. 23 # suites.
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_noopt', 28 'runtime/dart-runtime.gyp:dart_noopt',
29 'runtime/dart-runtime.gyp:dart_precompiled_runtime', 29 'runtime/dart-runtime.gyp:dart_precompiled_runtime',
30 'runtime/dart-runtime.gyp:dart_product', 30 'runtime/dart-runtime.gyp:dart_product',
31 'runtime/dart-runtime.gyp:dart_no_snapshot', 31 'runtime/dart-runtime.gyp:dart_bootstrap#host',
32 'runtime/dart-runtime.gyp:run_vm_tests', 32 'runtime/dart-runtime.gyp:run_vm_tests',
33 'runtime/dart-runtime.gyp:process_test', 33 'runtime/dart-runtime.gyp:process_test',
34 'packages', 34 'packages',
35 'runtime/dart-runtime.gyp:test_extension', 35 'runtime/dart-runtime.gyp:test_extension',
36 'runtime/dart-runtime.gyp:sample_extension', 36 'runtime/dart-runtime.gyp:sample_extension',
37 ], 37 ],
38 }, 38 },
39 { 39 {
40 'target_name': 'create_sdk', 40 'target_name': 'create_sdk',
41 'type': 'none', 41 'type': 'none',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 }, 118 },
119 { 119 {
120 'target_name': 'try', 120 'target_name': 'try',
121 'type': 'none', 121 'type': 'none',
122 'dependencies': [ 122 'dependencies': [
123 'site/try/build_try.gyp:try_site', 123 'site/try/build_try.gyp:try_site',
124 ], 124 ],
125 }, 125 },
126 ], 126 ],
127 } 127 }
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698