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

Side by Side Diff: dart.gyp

Issue 9004001: Fix build so we can make a Windows SDK! (Closed) Base URL: http://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') | frog/dart-frog.gyp » ('J')
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 'cygwin_dir': 'third_party/cygwin',
8 'msvs_cygwin_dirs': ['<(cygwin_dir)'],
dgrove 2011/12/20 01:53:29 not sure where these are being used.
Emily Fortuna 2011/12/20 02:00:19 vcproj file. I added a comment. On 2011/12/20 01
9 },
6 'targets': [ 10 'targets': [
7 { 11 {
8 'target_name': 'compiler', 12 'target_name': 'compiler',
9 'type': 'none', 13 'type': 'none',
10 'dependencies': [ 14 'dependencies': [
11 'compiler/dart-compiler.gyp:dartc', 15 'compiler/dart-compiler.gyp:dartc',
12 ], 16 ],
13 'actions': [] 17 'actions': []
14 }, 18 },
15 { 19 {
(...skipping 16 matching lines...) Expand all
32 'target_name': 'frogsh', 36 'target_name': 'frogsh',
33 'type': 'none', 37 'type': 'none',
34 'dependencies': [ 38 'dependencies': [
35 'frog/dart-frog.gyp:frogsh', 39 'frog/dart-frog.gyp:frogsh',
36 ], 40 ],
37 }, 41 },
38 { 42 {
39 'target_name': 'create_sdk', 43 'target_name': 'create_sdk',
40 'type': 'none', 44 'type': 'none',
41 'dependencies': [ 45 'dependencies': [
42 'compiler',
43 'frog', 46 'frog',
44 'runtime', 47 'runtime',
45 ], 48 ],
46 'actions': [ 49 'actions': [
47 { 50 {
48 'action_name': 'create_sdk_py', 51 'action_name': 'create_sdk_py',
49 'inputs': [ 52 'inputs': [
50 # TODO(dgrove) - change these to dependencies and add dom 53 # TODO(dgrove) - change these to dependencies and add dom
51 # dependences once issues 754 and 755 are fixed 54 # dependences once issues 754 and 755 are fixed
52 'client/html/html.dart', 55 'client/html/html.dart',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 # so don't build it for now. 100 # so don't build it for now.
98 #{ 101 #{
99 # 'target_name': 'client', 102 # 'target_name': 'client',
100 # 'type': 'none', 103 # 'type': 'none',
101 # 'dependencies': [ 104 # 'dependencies': [
102 # 'client/dart.gyp:fling', 105 # 'client/dart.gyp:fling',
103 # ], 106 # ],
104 #}, 107 #},
105 ], 108 ],
106 } 109 }
OLDNEW
« no previous file with comments | « no previous file | frog/dart-frog.gyp » ('j') | frog/dart-frog.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698