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

Unified Diff: ui/views/views.gyp

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/pointer_watcher.h ('k') | ui/views/views_exports.cc » ('j') | 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 5b6abc85588cad263d62caae9b8f46743f89291f..1703707663acebade00e6ee952827f5ae13572af 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -281,6 +281,7 @@
'native_theme_delegate.h',
'painter.cc',
'painter.h',
+ 'pointer_watcher.h',
'rect_based_targeting_utils.cc',
'rect_based_targeting_utils.h',
'repeat_controller.cc',
@@ -310,6 +311,8 @@
'view_targeter_delegate.h',
'views_delegate.cc',
'views_delegate.h',
+ 'views_export.h',
+ 'views_exports.cc',
'views_switches.cc',
'views_switches.h',
'views_touch_selection_controller_factory.h',
« no previous file with comments | « ui/views/pointer_watcher.h ('k') | ui/views/views_exports.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698