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

Unified Diff: sky/engine/build/scripts/make_event_factory.py

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 | « no previous file | sky/engine/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/build/scripts/make_event_factory.py
diff --git a/sky/engine/build/scripts/make_event_factory.py b/sky/engine/build/scripts/make_event_factory.py
index 7f9ca8e8836d974cf9431da6f8dc86bb593efc98..5544bdfa43ce210d7cc99f7d9e2d263c9f7e36cb 100755
--- a/sky/engine/build/scripts/make_event_factory.py
+++ b/sky/engine/build/scripts/make_event_factory.py
@@ -41,8 +41,7 @@ def case_insensitive_matching(name):
return (name == ('HTMLEvents')
or name == 'Event'
or name == 'Events'
- or name.startswith('UIEvent')
- or name.startswith('CustomEvent'))
+ or name.startswith('UIEvent'))
class EventFactoryWriter(name_macros.Writer):
defaults = {
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698