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

Side by Side Diff: Source/core/core_derived_sources.gyp

Issue 26414004: Move core/scripts to build/scripts so that platform can use them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'page/Settings.in', 47 'page/Settings.in',
48 ], 48 ],
49 'outputs': [ 49 'outputs': [
50 '<(SHARED_INTERMEDIATE_DIR)/blink/SettingsMacros.h', 50 '<(SHARED_INTERMEDIATE_DIR)/blink/SettingsMacros.h',
51 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 51 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
52 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp', 52 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp',
53 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h', 53 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h',
54 ], 54 ],
55 'action': [ 55 'action': [
56 'python', 56 'python',
57 'scripts/action_makenames.py', 57 '../build/scripts/action_makenames.py',
58 '<@(_outputs)', 58 '<@(_outputs)',
59 '--', 59 '--',
60 '<@(_inputs)', 60 '<@(_inputs)',
61 ], 61 ],
62 'msvs_cygwin_shell': 1, 62 'msvs_cygwin_shell': 1,
63 }, 63 },
64 { 64 {
65 'action_name': 'InternalRuntimeFlags', 65 'action_name': 'InternalRuntimeFlags',
66 'inputs': [ 66 'inputs': [
67 '<@(scripts_for_in_files)', 67 '<@(scripts_for_in_files)',
68 'scripts/make_internal_runtime_flags.py', 68 '../build/scripts/make_internal_runtime_flags.py',
69 'page/RuntimeEnabledFeatures.in', 69 'page/RuntimeEnabledFeatures.in',
70 'scripts/templates/InternalRuntimeFlags.h.tmpl', 70 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl',
71 'scripts/templates/InternalRuntimeFlags.idl.tmpl', 71 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl',
72 ], 72 ],
73 'outputs': [ 73 'outputs': [
74 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 74 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
75 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h', 75 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h',
76 ], 76 ],
77 'action': [ 77 'action': [
78 'python', 78 'python',
79 'scripts/make_internal_runtime_flags.py', 79 '../build/scripts/make_internal_runtime_flags.py',
80 'page/RuntimeEnabledFeatures.in', 80 'page/RuntimeEnabledFeatures.in',
81 '--output_dir', 81 '--output_dir',
82 '<(SHARED_INTERMEDIATE_DIR)/blink', 82 '<(SHARED_INTERMEDIATE_DIR)/blink',
83 ], 83 ],
84 }, 84 },
85 ] 85 ]
86 }, 86 },
87 { 87 {
88 'target_name': 'make_derived_sources', 88 'target_name': 'make_derived_sources',
89 'type': 'none', 89 'type': 'none',
(...skipping 14 matching lines...) Expand all
104 'action_name': 'generateV8ArrayBufferViewCustomScript', 104 'action_name': 'generateV8ArrayBufferViewCustomScript',
105 'inputs': [ 105 'inputs': [
106 '<(bindings_dir)/v8/custom/V8ArrayBufferViewCustomScript.js', 106 '<(bindings_dir)/v8/custom/V8ArrayBufferViewCustomScript.js',
107 ], 107 ],
108 'outputs': [ 108 'outputs': [
109 '<(SHARED_INTERMEDIATE_DIR)/blink/V8ArrayBufferViewCustomScript.h', 109 '<(SHARED_INTERMEDIATE_DIR)/blink/V8ArrayBufferViewCustomScript.h',
110 ], 110 ],
111 'msvs_cygwin_shell': 0, 111 'msvs_cygwin_shell': 0,
112 'action': [ 112 'action': [
113 '<(perl_exe)', 113 '<(perl_exe)',
114 'scripts/xxd.pl', 114 '../build/scripts/xxd.pl',
115 'V8ArrayBufferViewCustomScript_js', 115 'V8ArrayBufferViewCustomScript_js',
116 '<@(_inputs)', 116 '<@(_inputs)',
117 '<@(_outputs)' 117 '<@(_outputs)'
118 ], 118 ],
119 'message': 'Generating V8ArrayBufferViewCustomScript.h from V8ArrayBuf ferViewCustomScript.js', 119 'message': 'Generating V8ArrayBufferViewCustomScript.h from V8ArrayBuf ferViewCustomScript.js',
120 }, 120 },
121 { 121 {
122 'action_name': 'generateXMLViewerCSS', 122 'action_name': 'generateXMLViewerCSS',
123 'inputs': [ 123 'inputs': [
124 'xml/XMLViewer.css', 124 'xml/XMLViewer.css',
125 ], 125 ],
126 'outputs': [ 126 'outputs': [
127 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerCSS.h', 127 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerCSS.h',
128 ], 128 ],
129 'msvs_cygwin_shell': 0, 129 'msvs_cygwin_shell': 0,
130 'action': [ 130 'action': [
131 '<(perl_exe)', 131 '<(perl_exe)',
132 'scripts/xxd.pl', 132 '../build/scripts/xxd.pl',
133 'XMLViewer_css', 133 'XMLViewer_css',
134 '<@(_inputs)', 134 '<@(_inputs)',
135 '<@(_outputs)' 135 '<@(_outputs)'
136 ], 136 ],
137 }, 137 },
138 { 138 {
139 'action_name': 'generateXMLViewerJS', 139 'action_name': 'generateXMLViewerJS',
140 'inputs': [ 140 'inputs': [
141 'xml/XMLViewer.js', 141 'xml/XMLViewer.js',
142 ], 142 ],
143 'outputs': [ 143 'outputs': [
144 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerJS.h', 144 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerJS.h',
145 ], 145 ],
146 'msvs_cygwin_shell': 0, 146 'msvs_cygwin_shell': 0,
147 'action': [ 147 'action': [
148 '<(perl_exe)', 148 '<(perl_exe)',
149 'scripts/xxd.pl', 149 '../build/scripts/xxd.pl',
150 'XMLViewer_js', 150 'XMLViewer_js',
151 '<@(_inputs)', 151 '<@(_inputs)',
152 '<@(_outputs)' 152 '<@(_outputs)'
153 ], 153 ],
154 }, 154 },
155 { 155 {
156 'action_name': 'HTMLEntityTable', 156 'action_name': 'HTMLEntityTable',
157 'inputs': [ 157 'inputs': [
158 'html/parser/create-html-entity-table', 158 'html/parser/create-html-entity-table',
159 'html/parser/HTMLEntityNames.in', 159 'html/parser/HTMLEntityNames.in',
160 ], 160 ],
161 'outputs': [ 161 'outputs': [
162 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp' 162 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp'
163 ], 163 ],
164 'action': [ 164 'action': [
165 'python', 165 'python',
166 'html/parser/create-html-entity-table', 166 'html/parser/create-html-entity-table',
167 '-o', 167 '-o',
168 '<@(_outputs)', 168 '<@(_outputs)',
169 '<@(_inputs)' 169 '<@(_inputs)'
170 ], 170 ],
171 }, 171 },
172 { 172 {
173 'action_name': 'RuntimeEnabledFeatures', 173 'action_name': 'RuntimeEnabledFeatures',
174 'inputs': [ 174 'inputs': [
175 '<@(scripts_for_in_files)', 175 '<@(scripts_for_in_files)',
176 'scripts/make_runtime_features.py', 176 '../build/scripts/make_runtime_features.py',
177 'scripts/name_utilities.py', 177 '../build/scripts/name_utilities.py',
178 'page/RuntimeEnabledFeatures.in', 178 'page/RuntimeEnabledFeatures.in',
179 'scripts/templates/RuntimeEnabledFeatures.cpp.tmpl', 179 '../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl',
180 'scripts/templates/RuntimeEnabledFeatures.h.tmpl', 180 '../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl',
181 ], 181 ],
182 'outputs': [ 182 'outputs': [
183 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', 183 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
184 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', 184 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
185 ], 185 ],
186 'action': [ 186 'action': [
187 'python', 187 'python',
188 'scripts/make_runtime_features.py', 188 '../build/scripts/make_runtime_features.py',
189 'page/RuntimeEnabledFeatures.in', 189 'page/RuntimeEnabledFeatures.in',
190 '--output_dir', 190 '--output_dir',
191 '<(SHARED_INTERMEDIATE_DIR)/blink', 191 '<(SHARED_INTERMEDIATE_DIR)/blink',
192 ], 192 ],
193 }, 193 },
194 { 194 {
195 'action_name': 'CSSPropertyNames', 195 'action_name': 'CSSPropertyNames',
196 'variables': { 196 'variables': {
197 'in_files': [ 197 'in_files': [
198 'css/CSSPropertyNames.in', 198 'css/CSSPropertyNames.in',
199 'css/SVGCSSPropertyNames.in', 199 'css/SVGCSSPropertyNames.in',
200 ], 200 ],
201 }, 201 },
202 'inputs': [ 202 'inputs': [
203 '<@(scripts_for_in_files)', 203 '<@(scripts_for_in_files)',
204 'scripts/make_css_property_names.py', 204 '../build/scripts/make_css_property_names.py',
205 '<@(in_files)' 205 '<@(in_files)'
206 ], 206 ],
207 'outputs': [ 207 'outputs': [
208 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', 208 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp',
209 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.h', 209 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.h',
210 ], 210 ],
211 'action': [ 211 'action': [
212 'python', 212 'python',
213 'scripts/make_css_property_names.py', 213 '../build/scripts/make_css_property_names.py',
214 '<@(in_files)', 214 '<@(in_files)',
215 '--output_dir', 215 '--output_dir',
216 '<(SHARED_INTERMEDIATE_DIR)/blink', 216 '<(SHARED_INTERMEDIATE_DIR)/blink',
217 '--defines', '<(feature_defines)', 217 '--defines', '<(feature_defines)',
218 ], 218 ],
219 'msvs_cygwin_shell': 1, 219 'msvs_cygwin_shell': 1,
220 }, 220 },
221 { 221 {
222 'action_name': 'StylePropertyShorthand', 222 'action_name': 'StylePropertyShorthand',
223 'inputs': [ 223 'inputs': [
224 '<@(scripts_for_in_files)', 224 '<@(scripts_for_in_files)',
225 'scripts/make_style_shorthands.py', 225 '../build/scripts/make_style_shorthands.py',
226 'css/CSSShorthands.in', 226 'css/CSSShorthands.in',
227 'scripts/templates/StylePropertyShorthand.h.tmpl', 227 '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
228 'scripts/templates/StylePropertyShorthand.cpp.tmpl', 228 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
229 ], 229 ],
230 'outputs': [ 230 'outputs': [
231 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 231 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
232 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.h', 232 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.h',
233 ], 233 ],
234 'action': [ 234 'action': [
235 'python', 235 'python',
236 'scripts/make_style_shorthands.py', 236 '../build/scripts/make_style_shorthands.py',
237 'css/CSSShorthands.in', 237 'css/CSSShorthands.in',
238 '--output_dir', 238 '--output_dir',
239 '<(SHARED_INTERMEDIATE_DIR)/blink', 239 '<(SHARED_INTERMEDIATE_DIR)/blink',
240 ], 240 ],
241 }, 241 },
242 { 242 {
243 'action_name': 'StyleBuilder', 243 'action_name': 'StyleBuilder',
244 'inputs': [ 244 'inputs': [
245 '<@(scripts_for_in_files)', 245 '<@(scripts_for_in_files)',
246 'scripts/make_style_builder.py', 246 '../build/scripts/make_style_builder.py',
247 'css/CSSProperties.in', 247 'css/CSSProperties.in',
248 'scripts/templates/StyleBuilder.cpp.tmpl', 248 '../build/scripts/templates/StyleBuilder.cpp.tmpl',
249 'scripts/templates/StyleBuilderFunctions.h.tmpl', 249 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
250 'scripts/templates/StyleBuilderFunctions.cpp.tmpl', 250 '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl',
251 ], 251 ],
252 'outputs': [ 252 'outputs': [
253 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp',
254 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.h', 254 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.h',
255 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.cpp',
256 ], 256 ],
257 'action': [ 257 'action': [
258 'python', 258 'python',
259 'scripts/make_style_builder.py', 259 '../build/scripts/make_style_builder.py',
260 'css/CSSProperties.in', 260 'css/CSSProperties.in',
261 '--output_dir', 261 '--output_dir',
262 '<(SHARED_INTERMEDIATE_DIR)/blink', 262 '<(SHARED_INTERMEDIATE_DIR)/blink',
263 ], 263 ],
264 }, 264 },
265 { 265 {
266 'action_name': 'CSSValueKeywords', 266 'action_name': 'CSSValueKeywords',
267 'variables': { 267 'variables': {
268 'in_files': [ 268 'in_files': [
269 'css/CSSValueKeywords.in', 269 'css/CSSValueKeywords.in',
270 'css/SVGCSSValueKeywords.in', 270 'css/SVGCSSValueKeywords.in',
271 ], 271 ],
272 }, 272 },
273 'inputs': [ 273 'inputs': [
274 '<@(scripts_for_in_files)', 274 '<@(scripts_for_in_files)',
275 'scripts/make_css_value_keywords.py', 275 '../build/scripts/make_css_value_keywords.py',
276 '<@(in_files)' 276 '<@(in_files)'
277 ], 277 ],
278 'outputs': [ 278 'outputs': [
279 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.h', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.h',
281 ], 281 ],
282 'action': [ 282 'action': [
283 'scripts/make_css_value_keywords.py', 283 '../build/scripts/make_css_value_keywords.py',
284 '<@(in_files)', 284 '<@(in_files)',
285 '--output_dir', 285 '--output_dir',
286 '<(SHARED_INTERMEDIATE_DIR)/blink', 286 '<(SHARED_INTERMEDIATE_DIR)/blink',
287 '--defines', '<(feature_defines)', 287 '--defines', '<(feature_defines)',
288 ], 288 ],
289 'msvs_cygwin_shell': 1, 289 'msvs_cygwin_shell': 1,
290 }, 290 },
291 { 291 {
292 'action_name': 'HTMLNames', 292 'action_name': 'HTMLNames',
293 'inputs': [ 293 'inputs': [
294 'scripts/Hasher.pm', 294 '../build/scripts/Hasher.pm',
295 'scripts/StaticString.pm', 295 '../build/scripts/StaticString.pm',
296 'scripts/make_names.pl', 296 '../build/scripts/make_names.pl',
297 'html/HTMLTagNames.in', 297 'html/HTMLTagNames.in',
298 'html/HTMLAttributeNames.in', 298 'html/HTMLAttributeNames.in',
299 ], 299 ],
300 'outputs': [ 300 'outputs': [
301 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', 301 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp',
302 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.h', 302 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.h',
303 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp', 303 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp',
304 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp', 304 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp',
305 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.h', 305 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.h',
306 ], 306 ],
307 'action': [ 307 'action': [
308 'python', 308 'python',
309 'scripts/action_makenames.py', 309 '../build/scripts/action_makenames.py',
310 '<@(_outputs)', 310 '<@(_outputs)',
311 '--', 311 '--',
312 '<@(_inputs)', 312 '<@(_inputs)',
313 '--', 313 '--',
314 '--factory', 314 '--factory',
315 '--extraDefines', '<(feature_defines)' 315 '--extraDefines', '<(feature_defines)'
316 ], 316 ],
317 'msvs_cygwin_shell': 1, 317 'msvs_cygwin_shell': 1,
318 }, 318 },
319 { 319 {
320 'action_name': 'FontFamilyNames', 320 'action_name': 'FontFamilyNames',
321 'inputs': [ 321 'inputs': [
322 'scripts/Hasher.pm', 322 '../build/scripts/Hasher.pm',
323 'scripts/StaticString.pm', 323 '../build/scripts/StaticString.pm',
324 'scripts/make_names.pl', 324 '../build/scripts/make_names.pl',
325 'css/FontFamilyNames.in', 325 'css/FontFamilyNames.in',
326 ], 326 ],
327 'outputs': [ 327 'outputs': [
328 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp', 328 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
329 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.h', 329 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.h',
330 ], 330 ],
331 'action': [ 331 'action': [
332 'python', 332 'python',
333 'scripts/action_makenames.py', 333 '../build/scripts/action_makenames.py',
334 '<@(_outputs)', 334 '<@(_outputs)',
335 '--', 335 '--',
336 '<@(_inputs)', 336 '<@(_inputs)',
337 '--', 337 '--',
338 '--fonts', 338 '--fonts',
339 ], 339 ],
340 'msvs_cygwin_shell': 1, 340 'msvs_cygwin_shell': 1,
341 }, 341 },
342 { 342 {
343 'action_name': 'SVGNames', 343 'action_name': 'SVGNames',
344 'inputs': [ 344 'inputs': [
345 'scripts/Hasher.pm', 345 '../build/scripts/Hasher.pm',
346 'scripts/StaticString.pm', 346 '../build/scripts/StaticString.pm',
347 'scripts/make_names.pl', 347 '../build/scripts/make_names.pl',
348 'svg/SVGTagNames.in', 348 'svg/SVGTagNames.in',
349 'svg/SVGAttributeNames.in', 349 'svg/SVGAttributeNames.in',
350 ], 350 ],
351 'outputs': [ 351 'outputs': [
352 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', 352 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp',
353 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h', 353 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h',
354 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', 354 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp',
355 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.h', 355 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.h',
356 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', 356 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp',
357 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.h', 357 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.h',
358 ], 358 ],
359 'action': [ 359 'action': [
360 'python', 360 'python',
361 'scripts/action_makenames.py', 361 '../build/scripts/action_makenames.py',
362 '<@(_outputs)', 362 '<@(_outputs)',
363 '--', 363 '--',
364 '<@(_inputs)', 364 '<@(_inputs)',
365 '--', 365 '--',
366 '--factory', 366 '--factory',
367 '--extraDefines', '<(feature_defines)' 367 '--extraDefines', '<(feature_defines)'
368 ], 368 ],
369 'msvs_cygwin_shell': 1, 369 'msvs_cygwin_shell': 1,
370 }, 370 },
371 { 371 {
372 'action_name': 'EventFactory', 372 'action_name': 'EventFactory',
373 'inputs': [ 373 'inputs': [
374 '<@(scripts_for_in_files)', 374 '<@(scripts_for_in_files)',
375 'scripts/make_event_factory.py', 375 '../build/scripts/make_event_factory.py',
376 'scripts/name_utilities.py', 376 '../build/scripts/name_utilities.py',
377 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', 377 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
378 'events/EventAliases.in', 378 'events/EventAliases.in',
379 ], 379 ],
380 'outputs': [ 380 'outputs': [
381 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', 381 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
382 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', 382 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h',
383 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', 383 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h',
384 ], 384 ],
385 'action': [ 385 'action': [
386 'python', 386 'python',
387 'scripts/make_event_factory.py', 387 '../build/scripts/make_event_factory.py',
388 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', 388 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
389 'events/EventAliases.in', 389 'events/EventAliases.in',
390 '--output_dir', 390 '--output_dir',
391 '<(SHARED_INTERMEDIATE_DIR)/blink', 391 '<(SHARED_INTERMEDIATE_DIR)/blink',
392 ], 392 ],
393 }, 393 },
394 { 394 {
395 'action_name': 'EventTargetFactory', 395 'action_name': 'EventTargetFactory',
396 'inputs': [ 396 'inputs': [
397 '<@(scripts_for_in_files)', 397 '<@(scripts_for_in_files)',
398 'scripts/make_event_factory.py', 398 '../build/scripts/make_event_factory.py',
399 'scripts/name_utilities.py', 399 '../build/scripts/name_utilities.py',
400 'events/EventTargetFactory.in', 400 'events/EventTargetFactory.in',
401 ], 401 ],
402 'outputs': [ 402 'outputs': [
403 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', 403 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
404 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', 404 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
405 ], 405 ],
406 'action': [ 406 'action': [
407 'python', 407 'python',
408 'scripts/make_event_factory.py', 408 '../build/scripts/make_event_factory.py',
409 'events/EventTargetFactory.in', 409 'events/EventTargetFactory.in',
410 '--output_dir', 410 '--output_dir',
411 '<(SHARED_INTERMEDIATE_DIR)/blink', 411 '<(SHARED_INTERMEDIATE_DIR)/blink',
412 ], 412 ],
413 }, 413 },
414 { 414 {
415 'action_name': 'MathMLNames', 415 'action_name': 'MathMLNames',
416 'inputs': [ 416 'inputs': [
417 'scripts/Hasher.pm', 417 '../build/scripts/Hasher.pm',
418 'scripts/StaticString.pm', 418 '../build/scripts/StaticString.pm',
419 'scripts/make_names.pl', 419 '../build/scripts/make_names.pl',
420 'html/parser/MathMLTagNames.in', 420 'html/parser/MathMLTagNames.in',
421 'html/parser/MathMLAttributeNames.in', 421 'html/parser/MathMLAttributeNames.in',
422 ], 422 ],
423 'outputs': [ 423 'outputs': [
424 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp', 424 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp',
425 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.h', 425 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.h',
426 ], 426 ],
427 'action': [ 427 'action': [
428 'python', 428 'python',
429 'scripts/action_makenames.py', 429 '../build/scripts/action_makenames.py',
430 '<@(_outputs)', 430 '<@(_outputs)',
431 '--', 431 '--',
432 '<@(_inputs)', 432 '<@(_inputs)',
433 '--', 433 '--',
434 '--extraDefines', '<(feature_defines)' 434 '--extraDefines', '<(feature_defines)'
435 ], 435 ],
436 'msvs_cygwin_shell': 1, 436 'msvs_cygwin_shell': 1,
437 }, 437 },
438 { 438 {
439 'action_name': 'UserAgentStyleSheets', 439 'action_name': 'UserAgentStyleSheets',
440 'variables': { 440 'variables': {
441 'scripts': [ 441 'scripts': [
442 'css/make-css-file-arrays.pl', 442 'css/make-css-file-arrays.pl',
443 'scripts/preprocessor.pm', 443 '../build/scripts/preprocessor.pm',
444 ], 444 ],
445 'stylesheets': [ 445 'stylesheets': [
446 'css/html.css', 446 'css/html.css',
447 'css/quirks.css', 447 'css/quirks.css',
448 'css/view-source.css', 448 'css/view-source.css',
449 'css/themeChromium.css', 449 'css/themeChromium.css',
450 'css/themeChromiumAndroid.css', 450 'css/themeChromiumAndroid.css',
451 'css/themeChromiumLinux.css', 451 'css/themeChromiumLinux.css',
452 'css/themeChromiumSkia.css', 452 'css/themeChromiumSkia.css',
453 'css/themeWin.css', 453 'css/themeWin.css',
454 'css/themeWinQuirks.css', 454 'css/themeWinQuirks.css',
455 'css/svg.css', 455 'css/svg.css',
456 'css/mediaControls.css', 456 'css/mediaControls.css',
457 'css/mediaControlsAndroid.css', 457 'css/mediaControlsAndroid.css',
458 'css/fullscreen.css', 458 'css/fullscreen.css',
459 'css/xhtmlmp.css', 459 'css/xhtmlmp.css',
460 ], 460 ],
461 }, 461 },
462 'inputs': [ 462 'inputs': [
463 '<@(scripts)', 463 '<@(scripts)',
464 '<@(stylesheets)' 464 '<@(stylesheets)'
465 ], 465 ],
466 'outputs': [ 466 'outputs': [
467 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h', 467 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h',
468 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', 468 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp',
469 ], 469 ],
470 'action': [ 470 'action': [
471 'python', 471 'python',
472 'scripts/action_useragentstylesheets.py', 472 '../build/scripts/action_useragentstylesheets.py',
473 '<@(_outputs)', 473 '<@(_outputs)',
474 '<@(stylesheets)', 474 '<@(stylesheets)',
475 '--', 475 '--',
476 '<@(scripts)', 476 '<@(scripts)',
477 '--', 477 '--',
478 '--defines', '<(feature_defines)', 478 '--defines', '<(feature_defines)',
479 ], 479 ],
480 'msvs_cygwin_shell': 1, 480 'msvs_cygwin_shell': 1,
481 }, 481 },
482 { 482 {
483 'action_name': 'FetchInitiatorTypeNames', 483 'action_name': 'FetchInitiatorTypeNames',
484 'inputs': [ 484 'inputs': [
485 '<@(make_names_files)', 485 '<@(make_names_files)',
486 'fetch/FetchInitiatorTypeNames.in', 486 'fetch/FetchInitiatorTypeNames.in',
487 ], 487 ],
488 'outputs': [ 488 'outputs': [
489 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', 489 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp',
490 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.h', 490 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.h',
491 ], 491 ],
492 'action': [ 492 'action': [
493 'python', 493 'python',
494 'scripts/make_names.py', 494 '../build/scripts/make_names.py',
495 'fetch/FetchInitiatorTypeNames.in', 495 'fetch/FetchInitiatorTypeNames.in',
496 '--output_dir', 496 '--output_dir',
497 '<(SHARED_INTERMEDIATE_DIR)/blink', 497 '<(SHARED_INTERMEDIATE_DIR)/blink',
498 ], 498 ],
499 }, 499 },
500 { 500 {
501 'action_name': 'EventNames', 501 'action_name': 'EventNames',
502 'inputs': [ 502 'inputs': [
503 '<@(make_names_files)', 503 '<@(make_names_files)',
504 'events/EventNames.in', 504 'events/EventNames.in',
505 ], 505 ],
506 'outputs': [ 506 'outputs': [
507 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', 507 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp',
508 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h', 508 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h',
509 ], 509 ],
510 'action': [ 510 'action': [
511 'python', 511 'python',
512 'scripts/make_names.py', 512 '../build/scripts/make_names.py',
513 'events/EventNames.in', 513 'events/EventNames.in',
514 '--output_dir', 514 '--output_dir',
515 '<(SHARED_INTERMEDIATE_DIR)/blink', 515 '<(SHARED_INTERMEDIATE_DIR)/blink',
516 ], 516 ],
517 }, 517 },
518 { 518 {
519 'action_name': 'XLinkNames', 519 'action_name': 'XLinkNames',
520 'inputs': [ 520 'inputs': [
521 'scripts/Hasher.pm', 521 '../build/scripts/Hasher.pm',
522 'scripts/StaticString.pm', 522 '../build/scripts/StaticString.pm',
523 'scripts/make_names.pl', 523 '../build/scripts/make_names.pl',
524 'svg/xlinkattrs.in', 524 'svg/xlinkattrs.in',
525 ], 525 ],
526 'outputs': [ 526 'outputs': [
527 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', 527 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp',
528 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.h', 528 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.h',
529 ], 529 ],
530 'action': [ 530 'action': [
531 'python', 531 'python',
532 'scripts/action_makenames.py', 532 '../build/scripts/action_makenames.py',
533 '<@(_outputs)', 533 '<@(_outputs)',
534 '--', 534 '--',
535 '<@(_inputs)', 535 '<@(_inputs)',
536 '--', 536 '--',
537 '--extraDefines', '<(feature_defines)' 537 '--extraDefines', '<(feature_defines)'
538 ], 538 ],
539 'msvs_cygwin_shell': 1, 539 'msvs_cygwin_shell': 1,
540 }, 540 },
541 { 541 {
542 'action_name': 'XMLNSNames', 542 'action_name': 'XMLNSNames',
543 'inputs': [ 543 'inputs': [
544 'scripts/Hasher.pm', 544 '../build/scripts/Hasher.pm',
545 'scripts/StaticString.pm', 545 '../build/scripts/StaticString.pm',
546 'scripts/make_names.pl', 546 '../build/scripts/make_names.pl',
547 'xml/xmlnsattrs.in', 547 'xml/xmlnsattrs.in',
548 ], 548 ],
549 'outputs': [ 549 'outputs': [
550 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', 550 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp',
551 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.h', 551 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.h',
552 ], 552 ],
553 'action': [ 553 'action': [
554 'python', 554 'python',
555 'scripts/action_makenames.py', 555 '../build/scripts/action_makenames.py',
556 '<@(_outputs)', 556 '<@(_outputs)',
557 '--', 557 '--',
558 '<@(_inputs)', 558 '<@(_inputs)',
559 '--', 559 '--',
560 '--extraDefines', '<(feature_defines)' 560 '--extraDefines', '<(feature_defines)'
561 ], 561 ],
562 'msvs_cygwin_shell': 1, 562 'msvs_cygwin_shell': 1,
563 }, 563 },
564 { 564 {
565 'action_name': 'XMLNames', 565 'action_name': 'XMLNames',
566 'inputs': [ 566 'inputs': [
567 'scripts/Hasher.pm', 567 '../build/scripts/Hasher.pm',
568 'scripts/StaticString.pm', 568 '../build/scripts/StaticString.pm',
569 'scripts/make_names.pl', 569 '../build/scripts/make_names.pl',
570 'xml/xmlattrs.in', 570 'xml/xmlattrs.in',
571 ], 571 ],
572 'outputs': [ 572 'outputs': [
573 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', 573 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp',
574 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.h', 574 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.h',
575 ], 575 ],
576 'action': [ 576 'action': [
577 'python', 577 'python',
578 'scripts/action_makenames.py', 578 '../build/scripts/action_makenames.py',
579 '<@(_outputs)', 579 '<@(_outputs)',
580 '--', 580 '--',
581 '<@(_inputs)', 581 '<@(_inputs)',
582 '--', 582 '--',
583 '--extraDefines', '<(feature_defines)' 583 '--extraDefines', '<(feature_defines)'
584 ], 584 ],
585 'msvs_cygwin_shell': 1, 585 'msvs_cygwin_shell': 1,
586 }, 586 },
587 { 587 {
588 'action_name': 'preprocess_grammar', 588 'action_name': 'preprocess_grammar',
589 'inputs': [ 589 'inputs': [
590 'css/CSSGrammar.y.in', 590 'css/CSSGrammar.y.in',
591 'css/CSSGrammar.y.includes', 591 'css/CSSGrammar.y.includes',
592 ], 592 ],
593 'outputs': [ 593 'outputs': [
594 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.y', 594 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.y',
595 ], 595 ],
596 'action': [ 596 'action': [
597 '<(perl_exe)', 597 '<(perl_exe)',
598 '-Iscripts', 598 '-I../build/scripts',
599 'css/makegrammar.pl', 599 'css/makegrammar.pl',
600 '--outputDir', 600 '--outputDir',
601 '<(SHARED_INTERMEDIATE_DIR)/blink', 601 '<(SHARED_INTERMEDIATE_DIR)/blink',
602 '<@(_inputs)', 602 '<@(_inputs)',
603 ], 603 ],
604 }, 604 },
605 { 605 {
606 'action_name': 'MakeTokenMatcher', 606 'action_name': 'MakeTokenMatcher',
607 'inputs': [ 607 'inputs': [
608 '<@(scripts_for_in_files)', 608 '<@(scripts_for_in_files)',
609 '../core/scripts/make_token_matcher.py', 609 '../build/scripts/make_token_matcher.py',
610 '../core/css/CSSParser-in.cpp', 610 '../core/css/CSSParser-in.cpp',
611 ], 611 ],
612 'outputs': [ 612 'outputs': [
613 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp', 613 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
614 ], 614 ],
615 'action': [ 615 'action': [
616 'python', 616 'python',
617 '../core/scripts/make_token_matcher.py', 617 '../build/scripts/make_token_matcher.py',
618 '../core/css/CSSParser-in.cpp', 618 '../core/css/CSSParser-in.cpp',
619 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp', 619 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
620 ], 620 ],
621 }, 621 },
622 { 622 {
623 'action_name': 'MakeTokenMatcherForViewport', 623 'action_name': 'MakeTokenMatcherForViewport',
624 'inputs': [ 624 'inputs': [
625 '<@(scripts_for_in_files)', 625 '<@(scripts_for_in_files)',
626 '../core/scripts/make_token_matcher.py', 626 '../build/scripts/make_token_matcher.py',
627 '../core/html/HTMLMetaElement-in.cpp', 627 '../core/html/HTMLMetaElement-in.cpp',
628 ], 628 ],
629 'outputs': [ 629 'outputs': [
630 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', 630 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp',
631 ], 631 ],
632 'action': [ 632 'action': [
633 'python', 633 'python',
634 '../core/scripts/make_token_matcher.py', 634 '../build/scripts/make_token_matcher.py',
635 '../core/html/HTMLMetaElement-in.cpp', 635 '../core/html/HTMLMetaElement-in.cpp',
636 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', 636 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp',
637 ], 637 ],
638 }, 638 },
639 ], 639 ],
640 'rules': [ 640 'rules': [
641 { 641 {
642 'rule_name': 'bison', 642 'rule_name': 'bison',
643 'extension': 'y', 643 'extension': 'y',
644 'outputs': [ 644 'outputs': [
645 '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).cpp', 645 '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).cpp',
646 '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).h' 646 '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).h'
647 ], 647 ],
648 'action': [ 648 'action': [
649 'python', 649 'python',
650 'scripts/rule_bison.py', 650 '../build/scripts/rule_bison.py',
651 '<(RULE_INPUT_PATH)', 651 '<(RULE_INPUT_PATH)',
652 '<(SHARED_INTERMEDIATE_DIR)/blink', 652 '<(SHARED_INTERMEDIATE_DIR)/blink',
653 '<(bison_exe)', 653 '<(bison_exe)',
654 ], 654 ],
655 'msvs_cygwin_shell': 1, 655 'msvs_cygwin_shell': 1,
656 }, 656 },
657 { 657 {
658 'rule_name': 'gperf', 658 'rule_name': 'gperf',
659 'extension': 'gperf', 659 'extension': 'gperf',
660 'outputs': [ 660 'outputs': [
661 '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).cpp', 661 '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).cpp',
662 ], 662 ],
663 'inputs': [ 663 'inputs': [
664 'scripts/make-hash-tools.pl', 664 '../build/scripts/make-hash-tools.pl',
665 ], 665 ],
666 'msvs_cygwin_shell': 0, 666 'msvs_cygwin_shell': 0,
667 'action': [ 667 'action': [
668 '<(perl_exe)', 668 '<(perl_exe)',
669 'scripts/make-hash-tools.pl', 669 '../build/scripts/make-hash-tools.pl',
670 '<(SHARED_INTERMEDIATE_DIR)/blink', 670 '<(SHARED_INTERMEDIATE_DIR)/blink',
671 '<(RULE_INPUT_PATH)', 671 '<(RULE_INPUT_PATH)',
672 '<(gperf_exe)', 672 '<(gperf_exe)',
673 ], 673 ],
674 }, 674 },
675 ], 675 ],
676 }, 676 },
677 ], 677 ],
678 } 678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698