OLD | NEW |
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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'scripts/make_event_factory.py', |
376 'scripts/name_utilities.py', | 376 'scripts/name_utilities.py', |
377 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', | 377 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
378 'events/EventAliases.in', | 378 'dom/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 'scripts/make_event_factory.py', |
388 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', | 388 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
389 'events/EventAliases.in', | 389 'dom/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 'scripts/make_event_factory.py', |
399 'scripts/name_utilities.py', | 399 'scripts/name_utilities.py', |
400 'events/EventTargetFactory.in', | 400 'dom/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 'scripts/make_event_factory.py', |
409 'events/EventTargetFactory.in', | 409 'dom/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 'scripts/Hasher.pm', |
418 'scripts/StaticString.pm', | 418 'scripts/StaticString.pm', |
419 'scripts/make_names.pl', | 419 'scripts/make_names.pl', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'scripts/make-hash-tools.pl', | 698 'scripts/make-hash-tools.pl', |
699 '<(SHARED_INTERMEDIATE_DIR)/blink', | 699 '<(SHARED_INTERMEDIATE_DIR)/blink', |
700 '<(RULE_INPUT_PATH)', | 700 '<(RULE_INPUT_PATH)', |
701 '<(gperf_exe)', | 701 '<(gperf_exe)', |
702 ], | 702 ], |
703 }, | 703 }, |
704 ], | 704 ], |
705 }, | 705 }, |
706 ], | 706 ], |
707 } | 707 } |
OLD | NEW |