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

Unified Diff: ash/ash.gyp

Issue 155493002: Add key based scrolling on magnified screen for kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adressed comments, rebased Created 6 years, 10 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 | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index daa9b4c1c269b45611825217fee0401b8c99c71e..901505b6799e0af719b48e08cdd04b6279336656 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -172,6 +172,8 @@
'magnifier/magnification_controller.cc',
'magnifier/magnification_controller.h',
'magnifier/magnifier_constants.h',
+ 'magnifier/magnifier_key_scroller.cc',
+ 'magnifier/magnifier_key_scroller.h',
'magnifier/partial_magnification_controller.cc',
'magnifier/partial_magnification_controller.h',
'metrics/user_metrics_recorder.cc',
@@ -638,6 +640,8 @@
['exclude', 'display/display_change_observer_chromeos.h'],
['exclude', 'display/display_error_observer_chromeos.cc'],
['exclude', 'display/display_error_observer_chromeos.h'],
+ ['exclude', 'magnifier/magnifier_key_scroller.cc'],
+ ['exclude', 'magnifier/magnifier_key_scroller.h'],
],
}],
['chromeos==1', {
@@ -843,6 +847,7 @@
'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
'keyboard_overlay/keyboard_overlay_view_unittest.cc',
'magnifier/magnification_controller_unittest.cc',
+ 'magnifier/magnifier_key_scroller_unittest.cc',
'root_window_controller_unittest.cc',
'screen_util_unittest.cc',
'screensaver/screensaver_view_unittest.cc',
@@ -973,6 +978,7 @@
'sources/': [
['exclude', 'display/display_change_observer_chromeos_unittest.cc'],
['exclude', 'display/display_error_observer_chromeos_unittest.cc'],
+ ['exclude', 'magnifier/magnifier_key_scroller_unittest.cc'],
],
}],
['chromeos==1', {
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698