| 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',
|
|
|