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

Side by Side Diff: dart.gyp

Issue 2346163005: Remove package root target and support scripts (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | pkg/BUILD.gn » ('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': [
11 'analysis_server', 11 'analysis_server',
12 'create_sdk', 12 'create_sdk',
13 'dart2js', 13 'dart2js',
14 'dartanalyzer', 14 'dartanalyzer',
15 'dartdevc', 15 'dartdevc',
16 'packages',
17 'runtime', 16 'runtime',
18 'samples', 17 'samples',
19 ], 18 ],
20 }, 19 },
21 { 20 {
22 # 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
23 # must depend on anything that is required by the VM test 22 # must depend on anything that is required by the VM test
24 # suites. 23 # suites.
25 'target_name': 'runtime', 24 'target_name': 'runtime',
26 'type': 'none', 25 'type': 'none',
27 'dependencies': [ 26 'dependencies': [
28 'runtime/dart-runtime.gyp:dart', 27 'runtime/dart-runtime.gyp:dart',
29 'runtime/dart-runtime.gyp:dart_bootstrap#host', 28 'runtime/dart-runtime.gyp:dart_bootstrap#host',
30 'runtime/dart-runtime.gyp:run_vm_tests', 29 'runtime/dart-runtime.gyp:run_vm_tests',
31 'runtime/dart-runtime.gyp:process_test', 30 'runtime/dart-runtime.gyp:process_test',
32 'packages',
33 'runtime/dart-runtime.gyp:test_extension', 31 'runtime/dart-runtime.gyp:test_extension',
34 'runtime/dart-runtime.gyp:sample_extension', 32 'runtime/dart-runtime.gyp:sample_extension',
35 ], 33 ],
36 }, 34 },
37 { 35 {
38 # This is the target that is built on the VM build bots. It 36 # This is the target that is built on the VM build bots. It
39 # must depend on anything that is required by the VM test 37 # must depend on anything that is required by the VM test
40 # suites. 38 # suites.
41 'target_name': 'runtime_precompiled', 39 'target_name': 'runtime_precompiled',
42 'type': 'none', 40 'type': 'none',
43 'dependencies': [ 41 'dependencies': [
44 'runtime/dart-runtime.gyp:dart_precompiled_runtime', 42 'runtime/dart-runtime.gyp:dart_precompiled_runtime',
45 'runtime/dart-runtime.gyp:dart_bootstrap#host', 43 'runtime/dart-runtime.gyp:dart_bootstrap#host',
46 'packages',
47 ], 44 ],
48 }, 45 },
49 { 46 {
50 # This is the target that is built on the VM build bots. It 47 # This is the target that is built on the VM build bots. It
51 # must depend on anything that is required by the VM test 48 # must depend on anything that is required by the VM test
52 # suites. 49 # suites.
53 'target_name': 'runtime_and_noopt', 50 'target_name': 'runtime_and_noopt',
54 'type': 'none', 51 'type': 'none',
55 'dependencies': [ 52 'dependencies': [
56 'runtime/dart-runtime.gyp:dart', 53 'runtime/dart-runtime.gyp:dart',
57 'runtime/dart-runtime.gyp:dart_noopt', 54 'runtime/dart-runtime.gyp:dart_noopt',
58 'runtime/dart-runtime.gyp:dart_bootstrap#host', 55 'runtime/dart-runtime.gyp:dart_bootstrap#host',
59 'runtime/dart-runtime.gyp:run_vm_tests', 56 'runtime/dart-runtime.gyp:run_vm_tests',
60 'runtime/dart-runtime.gyp:process_test', 57 'runtime/dart-runtime.gyp:process_test',
61 'packages',
62 'runtime/dart-runtime.gyp:test_extension', 58 'runtime/dart-runtime.gyp:test_extension',
63 'runtime/dart-runtime.gyp:sample_extension', 59 'runtime/dart-runtime.gyp:sample_extension',
64 ], 60 ],
65 }, 61 },
66 { 62 {
67 'target_name': 'create_sdk', 63 'target_name': 'create_sdk',
68 'type': 'none', 64 'type': 'none',
69 'dependencies': [ 65 'dependencies': [
70 'create_sdk.gyp:create_sdk_internal', 66 'create_sdk.gyp:create_sdk_internal',
71 ], 67 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ], 102 ],
107 }, 103 },
108 { 104 {
109 # This is the target that is built on the dart2js build bots. 105 # This is the target that is built on the dart2js build bots.
110 # It must depend on anything that is required by the dart2js 106 # It must depend on anything that is required by the dart2js
111 # test suites. 107 # test suites.
112 'target_name': 'dart2js_bot', 108 'target_name': 'dart2js_bot',
113 'type': 'none', 109 'type': 'none',
114 'dependencies': [ 110 'dependencies': [
115 'create_sdk', 111 'create_sdk',
116 'packages',
117 ], 112 ],
118 }, 113 },
119 { 114 {
120 'target_name': 'samples', 115 'target_name': 'samples',
121 'type': 'none', 116 'type': 'none',
122 'dependencies': [], 117 'dependencies': [],
123 'conditions': [ 118 'conditions': [
124 ['OS!="android"', { 119 ['OS!="android"', {
125 'dependencies': [ 120 'dependencies': [
126 'runtime/dart-runtime.gyp:sample_extension', 121 'runtime/dart-runtime.gyp:sample_extension',
127 ], 122 ],
128 }, 123 },
129 ], 124 ],
130 ] 125 ]
131 }, 126 },
132 {
133 'target_name': 'packages',
134 'type': 'none',
135 'dependencies': [
136 'pkg/pkg.gyp:pkg_packages',
137 ],
138 },
139 ], 127 ],
140 } 128 }
OLDNEW
« no previous file with comments | « no previous file | pkg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698