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

Side by Side Diff: dart.gyp

Issue 10091038: Revert "Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « compiler/scripts/generate_my_projects.py ('k') | tools/create_sdk.py » ('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 'variables': { 6 'variables': {
7 # These variables are used in the creation of the .vcproj file on 7 # These variables are used in the creation of the .vcproj file on
8 # Windows. 8 # Windows.
9 }, 9 },
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'compiler', 12 'target_name': 'compiler',
13 'type': 'none', 13 'type': 'none',
14 'dependencies': [ 14 'dependencies': [
15 'compiler/dart-compiler.gyp:dart_analyzer', 15 'compiler/dart-compiler.gyp:dartc',
16 ], 16 ],
17 'actions': [] 17 'actions': []
18 }, 18 },
19 { 19 {
20 'target_name': 'runtime', 20 'target_name': 'runtime',
21 'type': 'none', 21 'type': 'none',
22 'dependencies': [ 22 'dependencies': [
23 'runtime/dart-runtime.gyp:dart', 23 'runtime/dart-runtime.gyp:dart',
24 'runtime/dart-runtime.gyp:run_vm_tests', 24 'runtime/dart-runtime.gyp:run_vm_tests',
25 'runtime/dart-runtime.gyp:process_test', 25 'runtime/dart-runtime.gyp:process_test',
26 ], 26 ],
27 }, 27 },
28 { 28 {
29 'target_name': 'create_sdk', 29 'target_name': 'create_sdk',
30 'type': 'none', 30 'type': 'none',
31 'dependencies': [ 31 'dependencies': [
32 'runtime', 32 'runtime',
33 'compiler',
34 ], 33 ],
35 'actions': [ 34 'actions': [
36 { 35 {
37 'action_name': 'create_sdk_py', 36 'action_name': 'create_sdk_py',
38 'inputs': [ 37 'inputs': [
39 '<!@(["python", "frog/scripts/list_frog_files.py", "frog"])', 38 '<!@(["python", "frog/scripts/list_frog_files.py", "frog"])',
40 # TODO(dgrove) - change these to dependencies and add dom 39 # TODO(dgrove) - change these to dependencies and add dom
41 # dependences once issues 754 and 755 are fixed 40 # dependences once issues 754 and 755 are fixed
42 'lib/html/html_frog.dart', 41 'lib/html/html_frog.dart',
43 'lib/html/html_dartium.dart', 42 'lib/html/html_dartium.dart',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 }, 96 },
98 { 97 {
99 'target_name': 'api_docs', 98 'target_name': 'api_docs',
100 'type': 'none', 99 'type': 'none',
101 'dependencies': [ 100 'dependencies': [
102 'utils/apidoc/apidoc.gyp:api_docs', 101 'utils/apidoc/apidoc.gyp:api_docs',
103 ], 102 ],
104 } 103 }
105 ], 104 ],
106 } 105 }
OLDNEW
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698