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

Side by Side Diff: runtime/vm/vm.gypi

Issue 8472007: Fix gclient runhooks on Windows for a full checkout. (Closed) Base URL: https://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 | « runtime/tools/generate_projects.py ('k') | tools/generate_projects.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) 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 'corelib_in_cc_file': 'corelib_in.cc', 7 'corelib_in_cc_file': 'corelib_in.cc',
8 'corelib_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_gen.cc', 8 'corelib_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_gen.cc',
9 'corelib_impl_in_cc_file': 'corelib_impl_in.cc', 9 'corelib_impl_in_cc_file': 'corelib_impl_in.cc',
10 'corelib_impl_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_impl_gen.cc', 10 'corelib_impl_cc_file': '<(SHARED_INTERMEDIATE_DIR)/corelib_impl_gen.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ], 82 ],
83 'sources': [ 83 'sources': [
84 '../vm/dart_api_impl.cc', 84 '../vm/dart_api_impl.cc',
85 ], 85 ],
86 }, 86 },
87 { 87 {
88 'target_name': 'generate_corelib_cc_file', 88 'target_name': 'generate_corelib_cc_file',
89 'type': 'none', 89 'type': 'none',
90 'conditions': [ 90 'conditions': [
91 ['OS=="win"', { 91 ['OS=="win"', {
92 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'], 92 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
93 }], 93 }],
94 ], 94 ],
95 'includes': [ 95 'includes': [
96 # Load the runtime implementation sources. 96 # Load the runtime implementation sources.
97 '../lib/lib_sources.gypi', 97 '../lib/lib_sources.gypi',
98 # Load the shared core library sources. 98 # Load the shared core library sources.
99 '../../corelib/src/corelib_sources.gypi', 99 '../../corelib/src/corelib_sources.gypi',
100 ], 100 ],
101 'sources/': [ 101 'sources/': [
102 # Exclude all .[cc|h] files. 102 # Exclude all .[cc|h] files.
(...skipping 22 matching lines...) Expand all
125 ], 125 ],
126 'message': 'Generating ''<(corelib_cc_file)'' file.' 126 'message': 'Generating ''<(corelib_cc_file)'' file.'
127 }, 127 },
128 ] 128 ]
129 }, 129 },
130 { 130 {
131 'target_name': 'generate_corelib_impl_cc_file', 131 'target_name': 'generate_corelib_impl_cc_file',
132 'type': 'none', 132 'type': 'none',
133 'conditions': [ 133 'conditions': [
134 ['OS=="win"', { 134 ['OS=="win"', {
135 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'], 135 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
136 }], 136 }],
137 ], 137 ],
138 'includes': [ 138 'includes': [
139 # Load the runtime implementation sources. 139 # Load the runtime implementation sources.
140 '../lib/lib_impl_sources.gypi', 140 '../lib/lib_impl_sources.gypi',
141 # Load the shared core library sources. 141 # Load the shared core library sources.
142 '../../corelib/src/implementation/corelib_impl_sources.gypi', 142 '../../corelib/src/implementation/corelib_impl_sources.gypi',
143 ], 143 ],
144 'sources/': [ 144 'sources/': [
145 # Exclude all .[cc|h] files. 145 # Exclude all .[cc|h] files.
(...skipping 22 matching lines...) Expand all
168 ], 168 ],
169 'message': 'Generating ''<(corelib_impl_cc_file)'' file.' 169 'message': 'Generating ''<(corelib_impl_cc_file)'' file.'
170 }, 170 },
171 ] 171 ]
172 }, 172 },
173 { 173 {
174 'target_name': 'generate_snapshot_test_dat_file', 174 'target_name': 'generate_snapshot_test_dat_file',
175 'type': 'none', 175 'type': 'none',
176 'conditions': [ 176 'conditions': [
177 ['OS=="win"', { 177 ['OS=="win"', {
178 'msvs_cygwin_dirs': ['<(DEPTH)/../third_party/cygwin'], 178 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
179 }], 179 }],
180 ], 180 ],
181 'actions': [ 181 'actions': [
182 { 182 {
183 'action_name': 'generate_snapshot_test_dat', 183 'action_name': 'generate_snapshot_test_dat',
184 'inputs': [ 184 'inputs': [
185 '../tools/create_string_literal.py', 185 '../tools/create_string_literal.py',
186 '<(snapshot_test_in_dat_file)', 186 '<(snapshot_test_in_dat_file)',
187 '<(snapshot_test_dart_file)', 187 '<(snapshot_test_dart_file)',
188 ], 188 ],
189 'outputs': [ 189 'outputs': [
190 '<(snapshot_test_dat_file)', 190 '<(snapshot_test_dat_file)',
191 ], 191 ],
192 'action': [ 192 'action': [
193 'python', 193 'python',
194 'tools/create_string_literal.py', 194 'tools/create_string_literal.py',
195 '--output', '<(snapshot_test_dat_file)', 195 '--output', '<(snapshot_test_dat_file)',
196 '--input_cc', '<(snapshot_test_in_dat_file)', 196 '--input_cc', '<(snapshot_test_in_dat_file)',
197 '<(snapshot_test_dart_file)', 197 '<(snapshot_test_dart_file)',
198 ], 198 ],
199 'message': 'Generating ''<(snapshot_test_dat_file)'' file.' 199 'message': 'Generating ''<(snapshot_test_dat_file)'' file.'
200 }, 200 },
201 ] 201 ]
202 }, 202 },
203 ] 203 ]
204 } 204 }
OLDNEW
« no previous file with comments | « runtime/tools/generate_projects.py ('k') | tools/generate_projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698