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

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: views_exports.cc, observer list iteration 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index ce44774df07d72afee490813e51c14ce736c830c..0492f55c294b35bcd8fedb51ec28ab87b279d658 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -283,6 +283,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',
@@ -312,6 +313,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',

Powered by Google App Engine
This is Rietveld 408576698