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

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

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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') | sky/engine/core/rendering/RenderLayerScrollableArea.cpp » ('J')
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 1bd736bc4402a842f89fa093903b059e53a097aa..7d241f8adc944477825a05c60defb8ab7d8c8a94 100755
--- a/sky/engine/build/scripts/make_event_factory.py
+++ b/sky/engine/build/scripts/make_event_factory.py
@@ -42,8 +42,7 @@ def case_insensitive_matching(name):
or name == 'Event'
or name == 'Events'
or name.startswith('UIEvent')
- or name.startswith('CustomEvent')
- or name.startswith('MouseEvent'))
+ or name.startswith('CustomEvent'))
class EventFactoryWriter(name_macros.Writer):
defaults = {
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('j') | sky/engine/core/rendering/RenderLayerScrollableArea.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698