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

Unified Diff: ash/ash.gyp

Issue 269633005: Only block internal touchpad and allow external mice to continue working in maximize mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move internal device tracking to a separate class with only an X11 implementation. Created 6 years, 7 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: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 72e903ba401b4cdb3faa1c6171cd0808157b8cef..d25fa43a4a2e6adb29b07060d00822f829b03587 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -568,6 +568,9 @@
'wm/lock_state_controller.cc',
'wm/lock_state_controller.h',
'wm/lock_state_observer.h',
+ 'wm/maximize_mode/internal_input_device_list.h',
+ 'wm/maximize_mode/internal_input_device_list_x11.cc',
+ 'wm/maximize_mode/internal_input_device_list_x11.h',
'wm/maximize_mode/maximize_mode_controller.cc',
'wm/maximize_mode/maximize_mode_controller.h',
'wm/maximize_mode/maximize_mode_event_blocker.cc',

Powered by Google App Engine
This is Rietveld 408576698