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

Unified Diff: sky/engine/core/core.gni

Issue 941243002: Remove CustomEvent from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/build/scripts/make_event_factory.py ('k') | sky/engine/core/events/CustomEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 8088c48d1ecb8b6bd8e40664cd9c51517f35e36a..30a362965ae6d19472f32e28df6546be9f1667a6 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -606,8 +606,6 @@ sky_core_files = [
"events/BeforeTextInsertedEvent.h",
"events/CompositionEvent.cpp",
"events/CompositionEvent.h",
- "events/CustomEvent.cpp",
- "events/CustomEvent.h",
"events/DOMWindowEventQueue.cpp",
"events/DOMWindowEventQueue.h",
"events/ErrorEvent.cpp",
@@ -1201,7 +1199,6 @@ core_idl_files = get_path_info([
"events/AnimationEvent.idl",
"events/AnimationPlayerEvent.idl",
"events/CompositionEvent.idl",
- "events/CustomEvent.idl",
"events/ErrorEvent.idl",
"events/Event.idl",
"events/EventTarget.idl",
@@ -1304,7 +1301,6 @@ core_event_idl_files = get_path_info([
"events/AnimationEvent.idl",
"events/AnimationPlayerEvent.idl",
"events/CompositionEvent.idl",
- "events/CustomEvent.idl",
"events/ErrorEvent.idl",
"events/Event.idl",
"events/FocusEvent.idl",
« no previous file with comments | « sky/engine/build/scripts/make_event_factory.py ('k') | sky/engine/core/events/CustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698