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

Side by Side Diff: ash/ash.gyp

Issue 385073009: Side Slide Gestures for Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'accelerometer/accelerometer_observer.h', 75 'accelerometer/accelerometer_observer.h',
76 'accessibility_delegate.h', 76 'accessibility_delegate.h',
77 'audio/sounds.cc', 77 'audio/sounds.cc',
78 'audio/sounds.h', 78 'audio/sounds.h',
79 'autoclick/autoclick_controller.cc', 79 'autoclick/autoclick_controller.cc',
80 'autoclick/autoclick_controller.h', 80 'autoclick/autoclick_controller.h',
81 'ash_constants.cc', 81 'ash_constants.cc',
82 'ash_constants.h', 82 'ash_constants.h',
83 'ash_switches.cc', 83 'ash_switches.cc',
84 'ash_switches.h', 84 'ash_switches.h',
85 'ash_touch_exploration_manager_chromeos.cc',
86 'ash_touch_exploration_manager_chromeos.h',
85 'cancel_mode.cc', 87 'cancel_mode.cc',
86 'cancel_mode.h', 88 'cancel_mode.h',
87 'debug.cc', 89 'debug.cc',
88 'debug.h', 90 'debug.h',
89 'default_accessibility_delegate.cc', 91 'default_accessibility_delegate.cc',
90 'default_accessibility_delegate.h', 92 'default_accessibility_delegate.h',
91 'default_user_wallpaper_delegate.cc', 93 'default_user_wallpaper_delegate.cc',
92 'default_user_wallpaper_delegate.h', 94 'default_user_wallpaper_delegate.h',
93 'desktop_background/desktop_background_controller.cc', 95 'desktop_background/desktop_background_controller.cc',
94 'desktop_background/desktop_background_controller.h', 96 'desktop_background/desktop_background_controller.h',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'ash_test_support', 916 'ash_test_support',
915 'ash_with_content', 917 'ash_with_content',
916 ], 918 ],
917 'sources': [ 919 'sources': [
918 'accelerators/accelerator_commands_unittest.cc', 920 'accelerators/accelerator_commands_unittest.cc',
919 'accelerators/accelerator_controller_unittest.cc', 921 'accelerators/accelerator_controller_unittest.cc',
920 'accelerators/accelerator_filter_unittest.cc', 922 'accelerators/accelerator_filter_unittest.cc',
921 'accelerators/accelerator_table_unittest.cc', 923 'accelerators/accelerator_table_unittest.cc',
922 'accelerators/magnifier_key_scroller_unittest.cc', 924 'accelerators/magnifier_key_scroller_unittest.cc',
923 'accelerators/spoken_feedback_toggler_unittest.cc', 925 'accelerators/spoken_feedback_toggler_unittest.cc',
926 'ash_touch_exploration_manager_unittest.cc',
dmazzoni 2014/07/16 16:54:39 Nit: should this be ash_touch_exploration_manager_
lisayin 2014/07/17 16:56:17 Done.
924 'autoclick/autoclick_unittest.cc', 927 'autoclick/autoclick_unittest.cc',
925 'desktop_background/desktop_background_controller_unittest.cc', 928 'desktop_background/desktop_background_controller_unittest.cc',
926 'desktop_background/wallpaper_resizer_unittest.cc', 929 'desktop_background/wallpaper_resizer_unittest.cc',
927 'dip_unittest.cc', 930 'dip_unittest.cc',
928 'display/display_change_observer_chromeos_unittest.cc', 931 'display/display_change_observer_chromeos_unittest.cc',
929 'display/display_controller_unittest.cc', 932 'display/display_controller_unittest.cc',
930 'display/display_error_observer_chromeos_unittest.cc', 933 'display/display_error_observer_chromeos_unittest.cc',
931 'display/display_info_unittest.cc', 934 'display/display_info_unittest.cc',
932 'display/display_manager_unittest.cc', 935 'display/display_manager_unittest.cc',
933 'display/mirror_window_controller_unittest.cc', 936 'display/mirror_window_controller_unittest.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'conditions': [ 1222 'conditions': [
1220 ['chromeos==1', { 1223 ['chromeos==1', {
1221 'dependencies': [ 1224 'dependencies': [
1222 '../ui/display/display.gyp:display', 1225 '../ui/display/display.gyp:display',
1223 ], 1226 ],
1224 }], 1227 }],
1225 ], 1228 ],
1226 }, 1229 },
1227 ], 1230 ],
1228 } 1231 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.h » ('j') | ash/ash_touch_exploration_manager_chromeos.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698