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

Unified Diff: ui/views/views.gyp

Issue 678823002: MacViews: Create abstraction for event monitoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views-tabs
Patch Set: Rebase Created 6 years, 2 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 | « ui/views/mouse_watcher_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index bb3f85d226bcb98a0631705adb108c0ac1ae36b2..40f0d2fb95709a2e84dc68748aa70d084012b96a 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -207,6 +207,11 @@
'drag_utils.cc',
'drag_utils.h',
'drag_utils_aura.cc',
+ 'event_monitor.h',
+ 'event_monitor_aura.cc',
+ 'event_monitor_aura.h',
+ 'event_monitor_mac.h',
+ 'event_monitor_mac.mm',
'focus/external_focus_tracker.cc',
'focus/external_focus_tracker.h',
'focus/focus_manager.cc',
@@ -253,7 +258,7 @@
'metrics_mac.cc',
'mouse_constants.h',
'mouse_watcher.h',
- 'mouse_watcher_aura.cc',
+ 'mouse_watcher.cc',
'native_cursor.h',
'native_cursor_aura.cc',
'native_cursor_mac.mm',
@@ -529,6 +534,7 @@
'controls/textfield/textfield_unittest.cc',
'controls/textfield/textfield_model_unittest.cc',
'controls/tree/tree_view_unittest.cc',
+ 'event_monitor_mac_unittest.mm',
'focus/focus_manager_unittest.cc',
'focus/focus_traversal_unittest.cc',
'ime/input_method_bridge_unittest.cc',
« no previous file with comments | « ui/views/mouse_watcher_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698