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

Unified Diff: Source/core/BUILD.gn

Issue 551003002: bindings: Removes unnecessary Event-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pushed V8EventTargetCustom.cpp back with modification. 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/scripts.gypi ('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 c5e68aab4f3eaad85572595a2d304934732dfc46..0b64d363a9832e4de86f40688871433306dc4723 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -351,11 +351,8 @@ source_set("core_generated") {
# Additional .cpp files from make_core_generated actions.
"$blink_core_output_dir/Event.cpp",
"$blink_core_output_dir/EventHeaders.h",
- "$blink_core_output_dir/EventInterfaces.h",
"$blink_core_output_dir/EventNames.cpp",
"$blink_core_output_dir/EventNames.h",
- "$blink_core_output_dir/EventTargetHeaders.h",
- "$blink_core_output_dir/EventTargetInterfaces.h",
"$blink_core_output_dir/EventTargetNames.cpp",
"$blink_core_output_dir/EventTargetNames.h",
"$blink_core_output_dir/EventTypeNames.cpp",
@@ -577,7 +574,6 @@ group("make_core_generated") {
":make_core_generated_svg_element_type_helpers",
":make_core_generated_event_factory",
":make_core_generated_event_names",
- ":make_core_generated_event_target_factory",
":make_core_generated_event_target_names",
":make_core_generated_math_ml_names",
":make_core_generated_user_agent_style_sheets",
@@ -736,6 +732,8 @@ process_in_files("make_core_generated_svg_element_type_helpers") {
]
}
+# make_event_factory -----------------------------------------------------------
+
# "EventFactory" in make_core_generated from GYP.
process_in_files("make_core_generated_event_factory") {
script = "../build/scripts/make_event_factory.py"
@@ -748,22 +746,10 @@ process_in_files("make_core_generated_event_factory") {
outputs = [
"$blink_core_output_dir/Event.cpp",
"$blink_core_output_dir/EventHeaders.h",
- "$blink_core_output_dir/EventInterfaces.h",
]
}
-# make_event_factory -----------------------------------------------------------
-
-# "EventTargetFactory" in make_core_generated from GYP.
-make_event_factory("make_core_generated_event_target_factory") {
- in_files = [
- "events/EventTargetFactory.in",
- ]
- outputs = [
- "$blink_core_output_dir/EventTargetHeaders.h",
- "$blink_core_output_dir/EventTargetInterfaces.h",
- ]
-}
+# make_names -------------------------------------------------------------------
# "MediaFeatureNames" in make_core_generated from GYP.
process_in_files("make_core_generated_media_feature_names") {
@@ -778,8 +764,6 @@ process_in_files("make_core_generated_media_feature_names") {
]
}
-# make_names -------------------------------------------------------------------
-
# "MediaTypeNames" in make_core_generated from GYP.
make_names("make_core_generated_media_type_names") {
in_files = [
« no previous file with comments | « Source/build/scripts/scripts.gypi ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698