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

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

Powered by Google App Engine
This is Rietveld 408576698