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

Side by Side Diff: dart.gyp

Issue 9005002: Revert "Fix build so we can make a Windows SDK!" (tbr) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 'variables': {
7 # These variables are used in the creation of the .vcproj file on
8 # Windows.
9 'cygwin_dir': 'third_party/cygwin',
10 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
11 },
12 'targets': [ 6 'targets': [
13 { 7 {
14 'target_name': 'compiler', 8 'target_name': 'compiler',
15 'type': 'none', 9 'type': 'none',
16 'dependencies': [ 10 'dependencies': [
17 'compiler/dart-compiler.gyp:dartc', 11 'compiler/dart-compiler.gyp:dartc',
18 ], 12 ],
19 'actions': [] 13 'actions': []
20 }, 14 },
21 { 15 {
(...skipping 16 matching lines...) Expand all
38 'target_name': 'frogsh', 32 'target_name': 'frogsh',
39 'type': 'none', 33 'type': 'none',
40 'dependencies': [ 34 'dependencies': [
41 'frog/dart-frog.gyp:frogsh', 35 'frog/dart-frog.gyp:frogsh',
42 ], 36 ],
43 }, 37 },
44 { 38 {
45 'target_name': 'create_sdk', 39 'target_name': 'create_sdk',
46 'type': 'none', 40 'type': 'none',
47 'dependencies': [ 41 'dependencies': [
42 'compiler',
48 'frog', 43 'frog',
49 'runtime', 44 'runtime',
50 ], 45 ],
51 'actions': [ 46 'actions': [
52 { 47 {
53 'action_name': 'create_sdk_py', 48 'action_name': 'create_sdk_py',
54 'inputs': [ 49 'inputs': [
55 # TODO(dgrove) - change these to dependencies and add dom 50 # TODO(dgrove) - change these to dependencies and add dom
56 # dependences once issues 754 and 755 are fixed 51 # dependences once issues 754 and 755 are fixed
57 'client/html/html.dart', 52 'client/html/html.dart',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 # so don't build it for now. 97 # so don't build it for now.
103 #{ 98 #{
104 # 'target_name': 'client', 99 # 'target_name': 'client',
105 # 'type': 'none', 100 # 'type': 'none',
106 # 'dependencies': [ 101 # 'dependencies': [
107 # 'client/dart.gyp:fling', 102 # 'client/dart.gyp:fling',
108 # ], 103 # ],
109 #}, 104 #},
110 ], 105 ],
111 } 106 }
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