OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//third_party/WebKit/Source/bindings/bindings.gni") | 6 import("//third_party/WebKit/Source/bindings/bindings.gni") |
7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") | 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") |
8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") |
9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 sources += bindings_core_generated_aggregate_files | 344 sources += bindings_core_generated_aggregate_files |
345 | 345 |
346 sources += [ | 346 sources += [ |
347 # Additional .cpp files for HashTools.h | 347 # Additional .cpp files for HashTools.h |
348 "$blink_core_output_dir/CSSPropertyNames.cpp", | 348 "$blink_core_output_dir/CSSPropertyNames.cpp", |
349 "$blink_core_output_dir/CSSValueKeywords.cpp", | 349 "$blink_core_output_dir/CSSValueKeywords.cpp", |
350 | 350 |
351 # Additional .cpp files from make_core_generated actions. | 351 # Additional .cpp files from make_core_generated actions. |
352 "$blink_core_output_dir/Event.cpp", | 352 "$blink_core_output_dir/Event.cpp", |
353 "$blink_core_output_dir/EventHeaders.h", | 353 "$blink_core_output_dir/EventHeaders.h", |
354 "$blink_core_output_dir/EventInterfaces.h", | |
355 "$blink_core_output_dir/EventNames.cpp", | 354 "$blink_core_output_dir/EventNames.cpp", |
356 "$blink_core_output_dir/EventNames.h", | 355 "$blink_core_output_dir/EventNames.h", |
357 "$blink_core_output_dir/EventTargetHeaders.h", | |
358 "$blink_core_output_dir/EventTargetInterfaces.h", | |
359 "$blink_core_output_dir/EventTargetNames.cpp", | 356 "$blink_core_output_dir/EventTargetNames.cpp", |
360 "$blink_core_output_dir/EventTargetNames.h", | 357 "$blink_core_output_dir/EventTargetNames.h", |
361 "$blink_core_output_dir/EventTypeNames.cpp", | 358 "$blink_core_output_dir/EventTypeNames.cpp", |
362 "$blink_core_output_dir/EventTypeNames.h", | 359 "$blink_core_output_dir/EventTypeNames.h", |
363 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp", | 360 "$blink_core_output_dir/FetchInitiatorTypeNames.cpp", |
364 "$blink_core_output_dir/HTMLElementFactory.cpp", | 361 "$blink_core_output_dir/HTMLElementFactory.cpp", |
365 "$blink_core_output_dir/HTMLElementFactory.h", | 362 "$blink_core_output_dir/HTMLElementFactory.h", |
366 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", | 363 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", |
367 "$blink_core_output_dir/HTMLElementLookupTrie.h", | 364 "$blink_core_output_dir/HTMLElementLookupTrie.h", |
368 "$blink_core_output_dir/HTMLNames.cpp", | 365 "$blink_core_output_dir/HTMLNames.cpp", |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 ":make_core_generated_media_query_tokenizer_codepoints", | 567 ":make_core_generated_media_query_tokenizer_codepoints", |
571 ":make_core_generated_style_property_shorthand", | 568 ":make_core_generated_style_property_shorthand", |
572 ":make_core_generated_style_builder", | 569 ":make_core_generated_style_builder", |
573 ":make_core_generated_css_value_keywords", | 570 ":make_core_generated_css_value_keywords", |
574 ":make_core_generated_html_element_factory", | 571 ":make_core_generated_html_element_factory", |
575 ":make_core_generated_html_element_type_helpers", | 572 ":make_core_generated_html_element_type_helpers", |
576 ":make_core_generated_svg_names", | 573 ":make_core_generated_svg_names", |
577 ":make_core_generated_svg_element_type_helpers", | 574 ":make_core_generated_svg_element_type_helpers", |
578 ":make_core_generated_event_factory", | 575 ":make_core_generated_event_factory", |
579 ":make_core_generated_event_names", | 576 ":make_core_generated_event_names", |
580 ":make_core_generated_event_target_factory", | |
581 ":make_core_generated_event_target_names", | 577 ":make_core_generated_event_target_names", |
582 ":make_core_generated_math_ml_names", | 578 ":make_core_generated_math_ml_names", |
583 ":make_core_generated_user_agent_style_sheets", | 579 ":make_core_generated_user_agent_style_sheets", |
584 ":make_core_generated_fetch_initiator_type_names", | 580 ":make_core_generated_fetch_initiator_type_names", |
585 ":make_core_generated_event_type_names", | 581 ":make_core_generated_event_type_names", |
586 ":make_core_generated_html_tokenizer_names", | 582 ":make_core_generated_html_tokenizer_names", |
587 ":make_core_generated_input_type_names", | 583 ":make_core_generated_input_type_names", |
588 ":make_core_generated_xlink_names", | 584 ":make_core_generated_xlink_names", |
589 ":make_core_generated_xml_ns_names", | 585 ":make_core_generated_xml_ns_names", |
590 ":make_core_generated_xml_names", | 586 ":make_core_generated_xml_names", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 | 725 |
730 in_files = [ | 726 in_files = [ |
731 "svg/SVGTagNames.in", | 727 "svg/SVGTagNames.in", |
732 ] | 728 ] |
733 other_inputs = make_element_type_helpers_files | 729 other_inputs = make_element_type_helpers_files |
734 outputs = [ | 730 outputs = [ |
735 "$blink_core_output_dir/SVGElementTypeHelpers.h", | 731 "$blink_core_output_dir/SVGElementTypeHelpers.h", |
736 ] | 732 ] |
737 } | 733 } |
738 | 734 |
| 735 # make_event_factory ----------------------------------------------------------- |
| 736 |
739 # "EventFactory" in make_core_generated from GYP. | 737 # "EventFactory" in make_core_generated from GYP. |
740 process_in_files("make_core_generated_event_factory") { | 738 process_in_files("make_core_generated_event_factory") { |
741 script = "../build/scripts/make_event_factory.py" | 739 script = "../build/scripts/make_event_factory.py" |
742 | 740 |
743 in_files = [ | 741 in_files = [ |
744 "$blink_core_output_dir/EventInterfaces.in", | 742 "$blink_core_output_dir/EventInterfaces.in", |
745 "events/EventAliases.in", | 743 "events/EventAliases.in", |
746 ] | 744 ] |
747 other_inputs = make_event_factory_files | 745 other_inputs = make_event_factory_files |
748 outputs = [ | 746 outputs = [ |
749 "$blink_core_output_dir/Event.cpp", | 747 "$blink_core_output_dir/Event.cpp", |
750 "$blink_core_output_dir/EventHeaders.h", | 748 "$blink_core_output_dir/EventHeaders.h", |
751 "$blink_core_output_dir/EventInterfaces.h", | |
752 ] | 749 ] |
753 } | 750 } |
754 | 751 |
755 # make_event_factory ----------------------------------------------------------- | 752 # make_names ------------------------------------------------------------------- |
756 | |
757 # "EventTargetFactory" in make_core_generated from GYP. | |
758 make_event_factory("make_core_generated_event_target_factory") { | |
759 in_files = [ | |
760 "events/EventTargetFactory.in", | |
761 ] | |
762 outputs = [ | |
763 "$blink_core_output_dir/EventTargetHeaders.h", | |
764 "$blink_core_output_dir/EventTargetInterfaces.h", | |
765 ] | |
766 } | |
767 | 753 |
768 # "MediaFeatureNames" in make_core_generated from GYP. | 754 # "MediaFeatureNames" in make_core_generated from GYP. |
769 process_in_files("make_core_generated_media_feature_names") { | 755 process_in_files("make_core_generated_media_feature_names") { |
770 script = "../build/scripts/make_media_feature_names.py" | 756 script = "../build/scripts/make_media_feature_names.py" |
771 in_files = [ | 757 in_files = [ |
772 "css/MediaFeatureNames.in", | 758 "css/MediaFeatureNames.in", |
773 ] | 759 ] |
774 other_inputs = make_names_files | 760 other_inputs = make_names_files |
775 outputs = [ | 761 outputs = [ |
776 "$blink_core_output_dir/MediaFeatureNames.cpp", | 762 "$blink_core_output_dir/MediaFeatureNames.cpp", |
777 "$blink_core_output_dir/MediaFeatureNames.h", | 763 "$blink_core_output_dir/MediaFeatureNames.h", |
778 ] | 764 ] |
779 } | 765 } |
780 | 766 |
781 # make_names ------------------------------------------------------------------- | |
782 | |
783 # "MediaTypeNames" in make_core_generated from GYP. | 767 # "MediaTypeNames" in make_core_generated from GYP. |
784 make_names("make_core_generated_media_type_names") { | 768 make_names("make_core_generated_media_type_names") { |
785 in_files = [ | 769 in_files = [ |
786 "css/MediaTypeNames.in", | 770 "css/MediaTypeNames.in", |
787 ] | 771 ] |
788 outputs = [ | 772 outputs = [ |
789 "$blink_core_output_dir/MediaTypeNames.cpp", | 773 "$blink_core_output_dir/MediaTypeNames.cpp", |
790 "$blink_core_output_dir/MediaTypeNames.h", | 774 "$blink_core_output_dir/MediaTypeNames.h", |
791 ] | 775 ] |
792 } | 776 } |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1084 "$blink_core_output_dir/{{source_name_part}}.h", | 1068 "$blink_core_output_dir/{{source_name_part}}.h", |
1085 ] | 1069 ] |
1086 args = [ | 1070 args = [ |
1087 "{{source}}", | 1071 "{{source}}", |
1088 rel_blink_core_gen_dir, | 1072 rel_blink_core_gen_dir, |
1089 bison_exe, | 1073 bison_exe, |
1090 ] | 1074 ] |
1091 | 1075 |
1092 deps = make_core_generated_deps | 1076 deps = make_core_generated_deps |
1093 } | 1077 } |
OLD | NEW |