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

Side by Side Diff: Source/core/BUILD.gn

Issue 552733002: bindings: Cleans up V8{HTML,SVG}ElementWrapperFactory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.h.tmpl ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "$blink_core_output_dir/HTMLElementFactory.cpp", 363 "$blink_core_output_dir/HTMLElementFactory.cpp",
364 "$blink_core_output_dir/HTMLElementFactory.h", 364 "$blink_core_output_dir/HTMLElementFactory.h",
365 "$blink_core_output_dir/HTMLElementLookupTrie.cpp", 365 "$blink_core_output_dir/HTMLElementLookupTrie.cpp",
366 "$blink_core_output_dir/HTMLElementLookupTrie.h", 366 "$blink_core_output_dir/HTMLElementLookupTrie.h",
367 "$blink_core_output_dir/HTMLNames.cpp", 367 "$blink_core_output_dir/HTMLNames.cpp",
368 "$blink_core_output_dir/HTMLTokenizerNames.cpp", 368 "$blink_core_output_dir/HTMLTokenizerNames.cpp",
369 "$blink_core_output_dir/InputTypeNames.cpp", 369 "$blink_core_output_dir/InputTypeNames.cpp",
370 "$blink_core_output_dir/MathMLNames.cpp", 370 "$blink_core_output_dir/MathMLNames.cpp",
371 "$blink_core_output_dir/SVGNames.cpp", 371 "$blink_core_output_dir/SVGNames.cpp",
372 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp", 372 "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
373 "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
374 "$blink_core_output_dir/XLinkNames.cpp", 373 "$blink_core_output_dir/XLinkNames.cpp",
375 "$blink_core_output_dir/XMLNSNames.cpp", 374 "$blink_core_output_dir/XMLNSNames.cpp",
376 "$blink_core_output_dir/XMLNames.cpp", 375 "$blink_core_output_dir/XMLNames.cpp",
377 376
378 # Generated from HTMLEntityNames.in 377 # Generated from HTMLEntityNames.in
379 "$blink_core_output_dir/HTMLEntityTable.cpp", 378 "$blink_core_output_dir/HTMLEntityTable.cpp",
380 379
381 # Generated from MediaFeatureNames.in 380 # Generated from MediaFeatureNames.in
382 "$blink_core_output_dir/MediaFeatureNames.cpp", 381 "$blink_core_output_dir/MediaFeatureNames.cpp",
383 382
(...skipping 21 matching lines...) Expand all
405 # Additional .cpp files from the inspector_instrumentation_sources list. 404 # Additional .cpp files from the inspector_instrumentation_sources list.
406 "$blink_core_output_dir/InspectorCanvasInstrumentationInl.h", 405 "$blink_core_output_dir/InspectorCanvasInstrumentationInl.h",
407 "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h", 406 "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h",
408 "$blink_core_output_dir/InspectorInstrumentationInl.h", 407 "$blink_core_output_dir/InspectorInstrumentationInl.h",
409 "$blink_core_output_dir/InspectorOverridesInl.h", 408 "$blink_core_output_dir/InspectorOverridesInl.h",
410 "$blink_core_output_dir/InstrumentingAgentsInl.h", 409 "$blink_core_output_dir/InstrumentingAgentsInl.h",
411 "$blink_core_output_dir/InspectorInstrumentationImpl.cpp", 410 "$blink_core_output_dir/InspectorInstrumentationImpl.cpp",
412 411
413 # Additional .cpp files for SVG. 412 # Additional .cpp files for SVG.
414 "$blink_core_output_dir/SVGElementFactory.cpp", 413 "$blink_core_output_dir/SVGElementFactory.cpp",
415 "$blink_core_output_dir/V8SVGElementWrapperFactory.cpp",
416 414
417 # Generated from make_style_shorthands.py 415 # Generated from make_style_shorthands.py
418 "$blink_core_output_dir/StylePropertyShorthand.cpp", 416 "$blink_core_output_dir/StylePropertyShorthand.cpp",
419 417
420 # Generated from make_style_builder.py 418 # Generated from make_style_builder.py
421 "$blink_core_output_dir/StyleBuilder.cpp", 419 "$blink_core_output_dir/StyleBuilder.cpp",
422 "$blink_core_output_dir/StyleBuilderFunctions.cpp", 420 "$blink_core_output_dir/StyleBuilderFunctions.cpp",
423 421
424 # Generated from make_css_property_metadata.py 422 # Generated from make_css_property_metadata.py
425 "$blink_core_output_dir/CSSPropertyMetadata.cpp", 423 "$blink_core_output_dir/CSSPropertyMetadata.cpp",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 in_files = [ 682 in_files = [
685 "html/HTMLTagNames.in", 683 "html/HTMLTagNames.in",
686 "html/HTMLAttributeNames.in", 684 "html/HTMLAttributeNames.in",
687 ] 685 ]
688 other_inputs = make_element_factory_files 686 other_inputs = make_element_factory_files
689 outputs = [ 687 outputs = [
690 "$blink_core_output_dir/HTMLElementFactory.cpp", 688 "$blink_core_output_dir/HTMLElementFactory.cpp",
691 "$blink_core_output_dir/HTMLElementFactory.h", 689 "$blink_core_output_dir/HTMLElementFactory.h",
692 "$blink_core_output_dir/HTMLNames.cpp", 690 "$blink_core_output_dir/HTMLNames.cpp",
693 "$blink_core_output_dir/HTMLNames.h", 691 "$blink_core_output_dir/HTMLNames.h",
694 "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
695 "$blink_core_output_dir/V8HTMLElementWrapperFactory.h",
696 ] 692 ]
697 } 693 }
698 694
699 # "HTMLElementTypeHelpers" in make_core_generated from GYP. 695 # "HTMLElementTypeHelpers" in make_core_generated from GYP.
700 process_in_files("make_core_generated_html_element_type_helpers") { 696 process_in_files("make_core_generated_html_element_type_helpers") {
701 script = "../build/scripts/make_element_type_helpers.py" 697 script = "../build/scripts/make_element_type_helpers.py"
702 698
703 in_files = [ 699 in_files = [
704 "html/HTMLTagNames.in", 700 "html/HTMLTagNames.in",
705 ] 701 ]
(...skipping 10 matching lines...) Expand all
716 in_files = [ 712 in_files = [
717 "svg/SVGTagNames.in", 713 "svg/SVGTagNames.in",
718 "svg/SVGAttributeNames.in", 714 "svg/SVGAttributeNames.in",
719 ] 715 ]
720 other_inputs = make_element_factory_files 716 other_inputs = make_element_factory_files
721 outputs = [ 717 outputs = [
722 "$blink_core_output_dir/SVGElementFactory.cpp", 718 "$blink_core_output_dir/SVGElementFactory.cpp",
723 "$blink_core_output_dir/SVGElementFactory.h", 719 "$blink_core_output_dir/SVGElementFactory.h",
724 "$blink_core_output_dir/SVGNames.cpp", 720 "$blink_core_output_dir/SVGNames.cpp",
725 "$blink_core_output_dir/SVGNames.h", 721 "$blink_core_output_dir/SVGNames.h",
726 "$blink_core_output_dir/V8SVGElementWrapperFactory.cpp",
727 "$blink_core_output_dir/V8SVGElementWrapperFactory.h",
728 ] 722 ]
729 } 723 }
730 724
731 # "SVGElementTypeHelpers" in make_core_generated from GYP. 725 # "SVGElementTypeHelpers" in make_core_generated from GYP.
732 process_in_files("make_core_generated_svg_element_type_helpers") { 726 process_in_files("make_core_generated_svg_element_type_helpers") {
733 script = "../build/scripts/make_element_type_helpers.py" 727 script = "../build/scripts/make_element_type_helpers.py"
734 728
735 in_files = [ 729 in_files = [
736 "svg/SVGTagNames.in", 730 "svg/SVGTagNames.in",
737 ] 731 ]
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "$blink_core_output_dir/{{source_name_part}}.h", 1077 "$blink_core_output_dir/{{source_name_part}}.h",
1084 ] 1078 ]
1085 args = [ 1079 args = [
1086 "{{source}}", 1080 "{{source}}",
1087 rel_blink_core_gen_dir, 1081 rel_blink_core_gen_dir,
1088 bison_exe, 1082 bison_exe,
1089 ] 1083 ]
1090 1084
1091 deps = make_core_generated_deps 1085 deps = make_core_generated_deps
1092 } 1086 }
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.h.tmpl ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698