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

Side by Side Diff: dart.gyp

Issue 8597016: - Remove uses of the dart_bin binary. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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 | frog/dart-frog.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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:dartc', 11 'compiler/dart-compiler.gyp:dartc',
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_bin',
21 'runtime/dart-runtime.gyp:run_vm_tests', 20 'runtime/dart-runtime.gyp:run_vm_tests',
22 'runtime/dart-runtime.gyp:process_test', 21 'runtime/dart-runtime.gyp:process_test',
23 ], 22 ],
24 }, 23 },
25 { 24 {
26 'target_name': 'frog', 25 'target_name': 'frog',
27 'type': 'none', 26 'type': 'none',
28 'dependencies': [ 27 'dependencies': [
29 'frog/dart-frog.gyp:frog', 28 'frog/dart-frog.gyp:frog',
30 ], 29 ],
31 }, 30 },
32 { 31 {
33 'target_name': 'frogsh', 32 'target_name': 'frogsh',
34 'type': 'none', 33 'type': 'none',
35 'dependencies': [ 34 'dependencies': [
36 'frog/dart-frog.gyp:frogsh', 35 'frog/dart-frog.gyp:frogsh',
37 ], 36 ],
38 }, 37 },
39 # TODO(ngeoffray): Fling does not have proper dependencies, 38 # TODO(ngeoffray): Fling does not have proper dependencies,
40 # so don't build it for now. 39 # so don't build it for now.
41 #{ 40 #{
42 # 'target_name': 'client', 41 # 'target_name': 'client',
43 # 'type': 'none', 42 # 'type': 'none',
44 # 'dependencies': [ 43 # 'dependencies': [
45 # 'client/dart.gyp:fling', 44 # 'client/dart.gyp:fling',
46 # ], 45 # ],
47 #}, 46 #},
48 ], 47 ],
49 } 48 }
OLDNEW
« no previous file with comments | « no previous file | frog/dart-frog.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698