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

Side by Side Diff: dart.gyp

Issue 9465034: Prettified Windows scripts and allowed Windows scripts to handle paths that have spaces. Also moved… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 | « no previous file | frog/frogc » ('j') | frog/scripts/bootstrap/frogc » ('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': { 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 'cygwin_dir': 'third_party/cygwin', 9 'cygwin_dir': 'third_party/cygwin',
10 }, 10 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'action_name': 'create_sdk_py', 56 'action_name': 'create_sdk_py',
57 'inputs': [ 57 'inputs': [
58 '<!@(["python", "frog/scripts/list_frog_files.py", "frog"])', 58 '<!@(["python", "frog/scripts/list_frog_files.py", "frog"])',
59 # TODO(dgrove) - change these to dependencies and add dom 59 # TODO(dgrove) - change these to dependencies and add dom
60 # dependences once issues 754 and 755 are fixed 60 # dependences once issues 754 and 755 are fixed
61 'client/html/html.dart', 61 'client/html/html.dart',
62 'client/html/htmlimpl.dart', 62 'client/html/htmlimpl.dart',
63 'client/dom/dom.dart', 63 'client/dom/dom.dart',
64 'client/dom/generated', 64 'client/dom/generated',
65 'client/dom/src', 65 'client/dom/src',
66 'frog/frogc', 66 'frog/scripts/bootstrap/frogc',
67 'tools/create_sdk.py', 67 'tools/create_sdk.py',
68 ], 68 ],
69 'outputs': [ 69 'outputs': [
70 '<(PRODUCT_DIR)/dart-sdk', 70 '<(PRODUCT_DIR)/dart-sdk',
71 ], 71 ],
72 'action': [ 72 'action': [
73 'python', 73 'python',
74 'tools/create_sdk.py', 74 'tools/create_sdk.py',
75 '<(PRODUCT_DIR)/dart-sdk', 75 '<(PRODUCT_DIR)/dart-sdk',
76 ], 76 ],
(...skipping 25 matching lines...) Expand all
102 'action': [ 102 'action': [
103 'python', 103 'python',
104 'tools/upload_sdk.py', 104 'tools/upload_sdk.py',
105 '<(PRODUCT_DIR)/dart-sdk' 105 '<(PRODUCT_DIR)/dart-sdk'
106 ], 106 ],
107 }, 107 },
108 ], 108 ],
109 } 109 }
110 ], 110 ],
111 } 111 }
OLDNEW
« no previous file with comments | « no previous file | frog/frogc » ('j') | frog/scripts/bootstrap/frogc » ('J')

Powered by Google App Engine
This is Rietveld 408576698