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

Side by Side Diff: ash/ash.gyp

Issue 2047053002: Moves ash/accessibility_delegate into common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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
« no previous file with comments | « ash/accessibility_delegate.h ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
11 'accelerators/accelerator_commands.h', 11 'accelerators/accelerator_commands.h',
12 'accelerators/accelerator_controller.cc', 12 'accelerators/accelerator_controller.cc',
13 'accelerators/accelerator_controller.h', 13 'accelerators/accelerator_controller.h',
14 'accelerators/accelerator_delegate.cc', 14 'accelerators/accelerator_delegate.cc',
15 'accelerators/accelerator_delegate.h', 15 'accelerators/accelerator_delegate.h',
16 'accelerators/accelerator_table.cc', 16 'accelerators/accelerator_table.cc',
17 'accelerators/accelerator_table.h', 17 'accelerators/accelerator_table.h',
18 'accelerators/debug_commands.cc', 18 'accelerators/debug_commands.cc',
19 'accelerators/debug_commands.h', 19 'accelerators/debug_commands.h',
20 'accelerators/exit_warning_handler.cc', 20 'accelerators/exit_warning_handler.cc',
21 'accelerators/exit_warning_handler.h', 21 'accelerators/exit_warning_handler.h',
22 'accelerators/focus_manager_factory.cc', 22 'accelerators/focus_manager_factory.cc',
23 'accelerators/focus_manager_factory.h', 23 'accelerators/focus_manager_factory.h',
24 'accelerators/key_hold_detector.cc', 24 'accelerators/key_hold_detector.cc',
25 'accelerators/key_hold_detector.h', 25 'accelerators/key_hold_detector.h',
26 'accelerators/magnifier_key_scroller.cc', 26 'accelerators/magnifier_key_scroller.cc',
27 'accelerators/magnifier_key_scroller.h', 27 'accelerators/magnifier_key_scroller.h',
28 'accelerators/spoken_feedback_toggler.cc', 28 'accelerators/spoken_feedback_toggler.cc',
29 'accelerators/spoken_feedback_toggler.h', 29 'accelerators/spoken_feedback_toggler.h',
30 'accessibility_delegate.h',
31 'app_list/app_list_presenter_delegate.cc', 30 'app_list/app_list_presenter_delegate.cc',
32 'app_list/app_list_presenter_delegate.h', 31 'app_list/app_list_presenter_delegate.h',
33 'app_list/app_list_presenter_delegate_factory.cc', 32 'app_list/app_list_presenter_delegate_factory.cc',
34 'app_list/app_list_presenter_delegate_factory.h', 33 'app_list/app_list_presenter_delegate_factory.h',
35 'ash_constants.cc', 34 'ash_constants.cc',
36 'ash_constants.h', 35 'ash_constants.h',
37 'ash_export.h', 36 'ash_export.h',
38 'ash_layout_constants.cc', 37 'ash_layout_constants.cc',
39 'ash_layout_constants.h', 38 'ash_layout_constants.h',
40 'ash_switches.cc', 39 'ash_switches.cc',
(...skipping 13 matching lines...) Expand all
54 'aura/wm_shell_aura.cc', 53 'aura/wm_shell_aura.cc',
55 'aura/wm_shell_aura.h', 54 'aura/wm_shell_aura.h',
56 'aura/wm_window_aura.cc', 55 'aura/wm_window_aura.cc',
57 'aura/wm_window_aura.h', 56 'aura/wm_window_aura.h',
58 'autoclick/autoclick_controller.cc', 57 'autoclick/autoclick_controller.cc',
59 'autoclick/autoclick_controller.h', 58 'autoclick/autoclick_controller.h',
60 'cancel_mode.cc', 59 'cancel_mode.cc',
61 'cancel_mode.h', 60 'cancel_mode.h',
62 'cast_config_delegate.cc', 61 'cast_config_delegate.cc',
63 'cast_config_delegate.h', 62 'cast_config_delegate.h',
63 'common/accessibility_delegate.h',
64 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h',
64 'common/root_window_controller_common.cc', 66 'common/root_window_controller_common.cc',
65 'common/root_window_controller_common.h', 67 'common/root_window_controller_common.h',
66 'common/shelf/shelf_constants.cc', 68 'common/shelf/shelf_constants.cc',
67 'common/shelf/shelf_constants.h', 69 'common/shelf/shelf_constants.h',
68 'common/shelf/shelf_item_delegate.h', 70 'common/shelf/shelf_item_delegate.h',
69 'common/shelf/shelf_item_delegate_manager.cc', 71 'common/shelf/shelf_item_delegate_manager.cc',
70 'common/shelf/shelf_item_delegate_manager.h', 72 'common/shelf/shelf_item_delegate_manager.h',
71 'common/shelf/shelf_item_types.cc', 73 'common/shelf/shelf_item_types.cc',
72 'common/shelf/shelf_item_types.h', 74 'common/shelf/shelf_item_types.h',
73 'common/shelf/shelf_model.cc', 75 'common/shelf/shelf_model.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'common/wm_shell.h', 169 'common/wm_shell.h',
168 'common/wm_window.h', 170 'common/wm_window.h',
169 'common/wm_window_observer.h', 171 'common/wm_window_observer.h',
170 'common/wm_window_property.h', 172 'common/wm_window_property.h',
171 'common/wm_window_tracker.h', 173 'common/wm_window_tracker.h',
172 'container_delegate.h', 174 'container_delegate.h',
173 'container_delegate_aura.cc', 175 'container_delegate_aura.cc',
174 'container_delegate_aura.h', 176 'container_delegate_aura.h',
175 'debug.cc', 177 'debug.cc',
176 'debug.h', 178 'debug.h',
177 'default_accessibility_delegate.cc',
178 'default_accessibility_delegate.h',
179 'default_user_wallpaper_delegate.cc', 179 'default_user_wallpaper_delegate.cc',
180 'default_user_wallpaper_delegate.h', 180 'default_user_wallpaper_delegate.h',
181 'desktop_background/desktop_background_controller.cc', 181 'desktop_background/desktop_background_controller.cc',
182 'desktop_background/desktop_background_controller.h', 182 'desktop_background/desktop_background_controller.h',
183 'desktop_background/desktop_background_controller_observer.h', 183 'desktop_background/desktop_background_controller_observer.h',
184 'desktop_background/desktop_background_view.cc', 184 'desktop_background/desktop_background_view.cc',
185 'desktop_background/desktop_background_view.h', 185 'desktop_background/desktop_background_view.h',
186 'desktop_background/desktop_background_widget_controller.cc', 186 'desktop_background/desktop_background_widget_controller.cc',
187 'desktop_background/desktop_background_widget_controller.h', 187 'desktop_background/desktop_background_widget_controller.h',
188 'desktop_background/user_wallpaper_delegate.h', 188 'desktop_background/user_wallpaper_delegate.h',
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1444 ], 1444 ],
1445 } 1445 }
1446 ], 1446 ],
1447 ], 1447 ],
1448 }, 1448 },
1449 ], 1449 ],
1450 }], 1450 }],
1451 ], 1451 ],
1452 } 1452 }
OLDNEW
« no previous file with comments | « ash/accessibility_delegate.h ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698