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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.h.tmpl ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index e2414680a30ac8a10322c8e5ae796a56ddbe4064..f7f6524a3d3b9862c53cb4ce4e652b1b6d6179eb 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -370,7 +370,6 @@ source_set("core_generated") {
"$blink_core_output_dir/MathMLNames.cpp",
"$blink_core_output_dir/SVGNames.cpp",
"$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
- "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
"$blink_core_output_dir/XLinkNames.cpp",
"$blink_core_output_dir/XMLNSNames.cpp",
"$blink_core_output_dir/XMLNames.cpp",
@@ -412,7 +411,6 @@ source_set("core_generated") {
# Additional .cpp files for SVG.
"$blink_core_output_dir/SVGElementFactory.cpp",
- "$blink_core_output_dir/V8SVGElementWrapperFactory.cpp",
# Generated from make_style_shorthands.py
"$blink_core_output_dir/StylePropertyShorthand.cpp",
@@ -691,8 +689,6 @@ process_in_files("make_core_generated_html_element_factory") {
"$blink_core_output_dir/HTMLElementFactory.h",
"$blink_core_output_dir/HTMLNames.cpp",
"$blink_core_output_dir/HTMLNames.h",
- "$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
- "$blink_core_output_dir/V8HTMLElementWrapperFactory.h",
]
}
@@ -723,8 +719,6 @@ process_in_files("make_core_generated_svg_names") {
"$blink_core_output_dir/SVGElementFactory.h",
"$blink_core_output_dir/SVGNames.cpp",
"$blink_core_output_dir/SVGNames.h",
- "$blink_core_output_dir/V8SVGElementWrapperFactory.cpp",
- "$blink_core_output_dir/V8SVGElementWrapperFactory.h",
]
}
« 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