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

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

Issue 14456006: Fixes to make scripts generate includes with paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 ], 48 ],
49 'outputs': [ 49 'outputs': [
50 '<(SHARED_INTERMEDIATE_DIR)/webkit/SettingsMacros.h', 50 '<(SHARED_INTERMEDIATE_DIR)/webkit/SettingsMacros.h',
51 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.idl', 51 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.idl',
52 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', 52 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp',
53 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', 53 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h',
54 ], 54 ],
55 'action': [ 55 'action': [
56 'python', 56 'python',
57 'scripts/action_makenames.py', 57 'scripts/action_makenames.py',
58 '--idlToPathFile',
59 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
58 '<@(_outputs)', 60 '<@(_outputs)',
59 '--', 61 '--',
60 '<@(_inputs)', 62 '<@(_inputs)',
61 ], 63 ],
62 'msvs_cygwin_shell': 1, 64 'msvs_cygwin_shell': 1,
63 }, 65 },
64 ] 66 ]
65 }, 67 },
66 { 68 {
67 'target_name': 'make_derived_sources', 69 'target_name': 'make_derived_sources',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ], 206 ],
205 }], 207 }],
206 ], 208 ],
207 'msvs_cygwin_shell': 1, 209 'msvs_cygwin_shell': 1,
208 }, 210 },
209 { 211 {
210 'action_name': 'HTMLNames', 212 'action_name': 'HTMLNames',
211 'inputs': [ 213 'inputs': [
212 '../scripts/Hasher.pm', 214 '../scripts/Hasher.pm',
213 '../scripts/StaticString.pm', 215 '../scripts/StaticString.pm',
216 '../../bindings/scripts/idltopath.pm',
217 '../../bindings/scripts/idltopathgenerator.py',
214 '../scripts/make_names.pl', 218 '../scripts/make_names.pl',
215 '../html/HTMLTagNames.in', 219 '../html/HTMLTagNames.in',
216 '../html/HTMLAttributeNames.in', 220 '../html/HTMLAttributeNames.in',
217 ], 221 ],
218 'outputs': [ 222 'outputs': [
219 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLNames.cpp', 223 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLNames.cpp',
220 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLNames.h', 224 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLNames.h',
221 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLElementFactory.cpp', 225 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLElementFactory.cpp',
222 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8HTMLElementWrapperFactory.cpp', 226 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8HTMLElementWrapperFactory.cpp',
223 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8HTMLElementWrapperFactory.h', 227 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8HTMLElementWrapperFactory.h',
224 ], 228 ],
225 'action': [ 229 'action': [
226 'python', 230 'python',
227 'scripts/action_makenames.py', 231 'scripts/action_makenames.py',
232 '--idlToPathFile',
233 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
228 '<@(_outputs)', 234 '<@(_outputs)',
229 '--', 235 '--',
230 '<@(_inputs)', 236 '<@(_inputs)',
231 '--', 237 '--',
232 '--factory', 238 '--factory',
233 '--wrapperFactoryV8', 239 '--wrapperFactoryV8',
234 '--extraDefines', '<(feature_defines)' 240 '--extraDefines', '<(feature_defines)'
235 ], 241 ],
236 'msvs_cygwin_shell': 1, 242 'msvs_cygwin_shell': 1,
237 }, 243 },
238 { 244 {
239 'action_name': 'WebKitFontFamilyNames', 245 'action_name': 'WebKitFontFamilyNames',
240 'inputs': [ 246 'inputs': [
241 '../scripts/Hasher.pm', 247 '../scripts/Hasher.pm',
242 '../scripts/StaticString.pm', 248 '../scripts/StaticString.pm',
249 '../../bindings/scripts/idltopath.pm',
250 '../../bindings/scripts/idltopathgenerator.py',
243 '../scripts/make_names.pl', 251 '../scripts/make_names.pl',
244 '../css/WebKitFontFamilyNames.in', 252 '../css/WebKitFontFamilyNames.in',
245 ], 253 ],
246 'outputs': [ 254 'outputs': [
247 '<(SHARED_INTERMEDIATE_DIR)/webkit/WebKitFontFamilyNames.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/WebKitFontFamilyNames.cpp',
248 '<(SHARED_INTERMEDIATE_DIR)/webkit/WebKitFontFamilyNames.h', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/WebKitFontFamilyNames.h',
249 ], 257 ],
250 'action': [ 258 'action': [
251 'python', 259 'python',
252 'scripts/action_makenames.py', 260 'scripts/action_makenames.py',
261 '--idlToPathFile',
262 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
253 '<@(_outputs)', 263 '<@(_outputs)',
254 '--', 264 '--',
255 '<@(_inputs)', 265 '<@(_inputs)',
256 '--', 266 '--',
257 '--fonts', 267 '--fonts',
258 ], 268 ],
259 'msvs_cygwin_shell': 1, 269 'msvs_cygwin_shell': 1,
260 }, 270 },
261 { 271 {
262 'action_name': 'SVGNames', 272 'action_name': 'SVGNames',
263 'inputs': [ 273 'inputs': [
264 '../scripts/Hasher.pm', 274 '../scripts/Hasher.pm',
265 '../scripts/StaticString.pm', 275 '../scripts/StaticString.pm',
276 '../../bindings/scripts/idltopath.pm',
277 '../../bindings/scripts/idltopathgenerator.py',
266 '../scripts/make_names.pl', 278 '../scripts/make_names.pl',
267 '../svg/svgtags.in', 279 '../svg/svgtags.in',
268 '../svg/svgattrs.in', 280 '../svg/svgattrs.in',
269 ], 281 ],
270 'outputs': [ 282 'outputs': [
271 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGNames.cpp', 283 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGNames.cpp',
272 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGNames.h', 284 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGNames.h',
273 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.cpp',
274 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.h', 286 '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGElementFactory.h',
275 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.cpp', 287 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.cpp',
276 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.h', 288 '<(SHARED_INTERMEDIATE_DIR)/webkit/V8SVGElementWrapperFactory.h',
277 ], 289 ],
278 'action': [ 290 'action': [
279 'python', 291 'python',
280 'scripts/action_makenames.py', 292 'scripts/action_makenames.py',
293 '--idlToPathFile',
294 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
281 '<@(_outputs)', 295 '<@(_outputs)',
282 '--', 296 '--',
283 '<@(_inputs)', 297 '<@(_inputs)',
284 '--', 298 '--',
285 '--factory', 299 '--factory',
286 '--wrapperFactoryV8', 300 '--wrapperFactoryV8',
287 '--extraDefines', '<(feature_defines)' 301 '--extraDefines', '<(feature_defines)'
288 ], 302 ],
289 'msvs_cygwin_shell': 1, 303 'msvs_cygwin_shell': 1,
290 }, 304 },
291 { 305 {
292 'action_name': 'EventFactory', 306 'action_name': 'EventFactory',
293 'inputs': [ 307 'inputs': [
294 '../scripts/InFilesCompiler.pm', 308 '../scripts/InFilesCompiler.pm',
295 '../scripts/InFilesParser.pm', 309 '../scripts/InFilesParser.pm',
296 '../scripts/make_event_factory.pl', 310 '../scripts/make_event_factory.pl',
311 '../../bindings/scripts/idltopath.pm',
312 '../../bindings/scripts/idltopathgenerator.py',
297 '../dom/EventNames.in', 313 '../dom/EventNames.in',
298 ], 314 ],
299 'outputs': [ 315 'outputs': [
300 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventFactory.cpp', 316 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventFactory.cpp',
301 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventHeaders.h', 317 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventHeaders.h',
302 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventInterfaces.h', 318 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventInterfaces.h',
303 ], 319 ],
304 'action': [ 320 'action': [
305 'python', 321 'python',
306 'scripts/action_makenames.py', 322 'scripts/action_makenames.py',
323 '--idlToPathFile',
324 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
307 '<@(_outputs)', 325 '<@(_outputs)',
308 '--', 326 '--',
309 '<@(_inputs)', 327 '<@(_inputs)',
310 ], 328 ],
311 'msvs_cygwin_shell': 1, 329 'msvs_cygwin_shell': 1,
312 }, 330 },
313 { 331 {
314 'action_name': 'EventTargetFactory', 332 'action_name': 'EventTargetFactory',
315 'inputs': [ 333 'inputs': [
316 '../scripts/InFilesCompiler.pm', 334 '../scripts/InFilesCompiler.pm',
317 '../scripts/InFilesParser.pm', 335 '../scripts/InFilesParser.pm',
318 '../scripts/make_event_factory.pl', 336 '../scripts/make_event_factory.pl',
319 '../dom/EventTargetFactory.in', 337 '../dom/EventTargetFactory.in',
320 ], 338 ],
321 'outputs': [ 339 'outputs': [
322 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventTargetHeaders.h', 340 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventTargetHeaders.h',
323 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventTargetInterfaces.h', 341 '<(SHARED_INTERMEDIATE_DIR)/webkit/EventTargetInterfaces.h',
324 ], 342 ],
325 'action': [ 343 'action': [
326 'python', 344 'python',
327 'scripts/action_makenames.py', 345 'scripts/action_makenames.py',
346 '--idlToPathFile',
347 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
328 '<@(_outputs)', 348 '<@(_outputs)',
329 '--', 349 '--',
330 '<@(_inputs)', 350 '<@(_inputs)',
331 ], 351 ],
332 'msvs_cygwin_shell': 1, 352 'msvs_cygwin_shell': 1,
333 }, 353 },
334 { 354 {
335 'action_name': 'ExceptionCodeDescription', 355 'action_name': 'ExceptionCodeDescription',
336 'inputs': [ 356 'inputs': [
337 '../scripts/InFilesCompiler.pm', 357 '../scripts/InFilesCompiler.pm',
338 '../scripts/InFilesParser.pm', 358 '../scripts/InFilesParser.pm',
359 '../../bindings/scripts/idltopath.pm',
360 '../../bindings/scripts/idltopathgenerator.py',
339 '../scripts/make_dom_exceptions.pl', 361 '../scripts/make_dom_exceptions.pl',
340 '../dom/DOMExceptions.in', 362 '../dom/DOMExceptions.in',
341 ], 363 ],
342 'outputs': [ 364 'outputs': [
343 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionCodeDescription.cpp', 365 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionCodeDescription.cpp',
344 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionCodeDescription.h', 366 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionCodeDescription.h',
345 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionHeaders.h', 367 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionHeaders.h',
346 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionInterfaces.h', 368 '<(SHARED_INTERMEDIATE_DIR)/webkit/ExceptionInterfaces.h',
347 ], 369 ],
348 'action': [ 370 'action': [
349 'python', 371 'python',
350 'scripts/action_makenames.py', 372 'scripts/action_makenames.py',
373 '--idlToPathFile',
374 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
351 '<@(_outputs)', 375 '<@(_outputs)',
352 '--', 376 '--',
353 '<@(_inputs)', 377 '<@(_inputs)',
354 ], 378 ],
355 'msvs_cygwin_shell': 1, 379 'msvs_cygwin_shell': 1,
356 }, 380 },
357 { 381 {
358 'action_name': 'MathMLNames', 382 'action_name': 'MathMLNames',
359 'inputs': [ 383 'inputs': [
360 '../scripts/Hasher.pm', 384 '../scripts/Hasher.pm',
361 '../scripts/StaticString.pm', 385 '../scripts/StaticString.pm',
386 '../../bindings/scripts/idltopath.pm',
387 '../../bindings/scripts/idltopathgenerator.py',
362 '../scripts/make_names.pl', 388 '../scripts/make_names.pl',
363 '../mathml/mathtags.in', 389 '../mathml/mathtags.in',
364 '../mathml/mathattrs.in', 390 '../mathml/mathattrs.in',
365 ], 391 ],
366 'outputs': [ 392 'outputs': [
367 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLNames.cpp', 393 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLNames.cpp',
368 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLNames.h', 394 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLNames.h',
369 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLElementFactory.cpp', 395 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLElementFactory.cpp',
370 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLElementFactory.h', 396 '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLElementFactory.h',
371 ], 397 ],
372 'action': [ 398 'action': [
373 'python', 399 'python',
374 'scripts/action_makenames.py', 400 'scripts/action_makenames.py',
401 '--idlToPathFile',
402 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
375 '<@(_outputs)', 403 '<@(_outputs)',
376 '--', 404 '--',
377 '<@(_inputs)', 405 '<@(_inputs)',
378 '--', 406 '--',
379 '--factory', 407 '--factory',
380 '--extraDefines', '<(feature_defines)' 408 '--extraDefines', '<(feature_defines)'
381 ], 409 ],
382 'msvs_cygwin_shell': 1, 410 'msvs_cygwin_shell': 1,
383 }, 411 },
384 { 412 {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 '--out-h=<(SHARED_INTERMEDIATE_DIR)/webkit/ColorSuggestionPicker.h', 515 '--out-h=<(SHARED_INTERMEDIATE_DIR)/webkit/ColorSuggestionPicker.h',
488 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/webkit/ColorSuggestionPicker.c pp', 516 '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/webkit/ColorSuggestionPicker.c pp',
489 '<@(_inputs)', 517 '<@(_inputs)',
490 ], 518 ],
491 }, 519 },
492 { 520 {
493 'action_name': 'XLinkNames', 521 'action_name': 'XLinkNames',
494 'inputs': [ 522 'inputs': [
495 '../scripts/Hasher.pm', 523 '../scripts/Hasher.pm',
496 '../scripts/StaticString.pm', 524 '../scripts/StaticString.pm',
525 '../../bindings/scripts/idltopath.pm',
526 '../../bindings/scripts/idltopathgenerator.py',
497 '../scripts/make_names.pl', 527 '../scripts/make_names.pl',
498 '../svg/xlinkattrs.in', 528 '../svg/xlinkattrs.in',
499 ], 529 ],
500 'outputs': [ 530 'outputs': [
501 '<(SHARED_INTERMEDIATE_DIR)/webkit/XLinkNames.cpp', 531 '<(SHARED_INTERMEDIATE_DIR)/webkit/XLinkNames.cpp',
502 '<(SHARED_INTERMEDIATE_DIR)/webkit/XLinkNames.h', 532 '<(SHARED_INTERMEDIATE_DIR)/webkit/XLinkNames.h',
503 ], 533 ],
504 'action': [ 534 'action': [
505 'python', 535 'python',
506 'scripts/action_makenames.py', 536 'scripts/action_makenames.py',
537 '--idlToPathFile',
538 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
507 '<@(_outputs)', 539 '<@(_outputs)',
508 '--', 540 '--',
509 '<@(_inputs)', 541 '<@(_inputs)',
510 '--', 542 '--',
511 '--extraDefines', '<(feature_defines)' 543 '--extraDefines', '<(feature_defines)'
512 ], 544 ],
513 'msvs_cygwin_shell': 1, 545 'msvs_cygwin_shell': 1,
514 }, 546 },
515 { 547 {
516 'action_name': 'XMLNSNames', 548 'action_name': 'XMLNSNames',
517 'inputs': [ 549 'inputs': [
518 '../scripts/Hasher.pm', 550 '../scripts/Hasher.pm',
519 '../scripts/StaticString.pm', 551 '../scripts/StaticString.pm',
552 '../../bindings/scripts/idltopath.pm',
553 '../../bindings/scripts/idltopathgenerator.py',
520 '../scripts/make_names.pl', 554 '../scripts/make_names.pl',
521 '../xml/xmlnsattrs.in', 555 '../xml/xmlnsattrs.in',
522 ], 556 ],
523 'outputs': [ 557 'outputs': [
524 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNSNames.cpp', 558 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNSNames.cpp',
525 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNSNames.h', 559 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNSNames.h',
526 ], 560 ],
527 'action': [ 561 'action': [
528 'python', 562 'python',
529 'scripts/action_makenames.py', 563 'scripts/action_makenames.py',
564 '--idlToPathFile',
565 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
530 '<@(_outputs)', 566 '<@(_outputs)',
531 '--', 567 '--',
532 '<@(_inputs)', 568 '<@(_inputs)',
533 '--', 569 '--',
534 '--extraDefines', '<(feature_defines)' 570 '--extraDefines', '<(feature_defines)'
535 ], 571 ],
536 'msvs_cygwin_shell': 1, 572 'msvs_cygwin_shell': 1,
537 }, 573 },
538 { 574 {
539 'action_name': 'XMLNames', 575 'action_name': 'XMLNames',
540 'inputs': [ 576 'inputs': [
541 '../scripts/Hasher.pm', 577 '../scripts/Hasher.pm',
542 '../scripts/StaticString.pm', 578 '../scripts/StaticString.pm',
579 '../../bindings/scripts/idltopath.pm',
580 '../../bindings/scripts/idltopathgenerator.py',
543 '../scripts/make_names.pl', 581 '../scripts/make_names.pl',
544 '../xml/xmlattrs.in', 582 '../xml/xmlattrs.in',
545 ], 583 ],
546 'outputs': [ 584 'outputs': [
547 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNames.cpp', 585 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNames.cpp',
548 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNames.h', 586 '<(SHARED_INTERMEDIATE_DIR)/webkit/XMLNames.h',
549 ], 587 ],
550 'action': [ 588 'action': [
551 'python', 589 'python',
552 'scripts/action_makenames.py', 590 'scripts/action_makenames.py',
591 '--idlToPathFile',
592 '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
553 '<@(_outputs)', 593 '<@(_outputs)',
554 '--', 594 '--',
555 '<@(_inputs)', 595 '<@(_inputs)',
556 '--', 596 '--',
557 '--extraDefines', '<(feature_defines)' 597 '--extraDefines', '<(feature_defines)'
558 ], 598 ],
559 'msvs_cygwin_shell': 1, 599 'msvs_cygwin_shell': 1,
560 }, 600 },
561 { 601 {
562 'action_name': 'preprocess_grammar', 602 'action_name': 'preprocess_grammar',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 '../scripts/make-hash-tools.pl', 653 '../scripts/make-hash-tools.pl',
614 '<(SHARED_INTERMEDIATE_DIR)/webkit', 654 '<(SHARED_INTERMEDIATE_DIR)/webkit',
615 '<(RULE_INPUT_PATH)', 655 '<(RULE_INPUT_PATH)',
616 '<(gperf_exe)', 656 '<(gperf_exe)',
617 ], 657 ],
618 }, 658 },
619 ], 659 ],
620 }, 660 },
621 ], 661 ],
622 } 662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698