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

Side by Side Diff: ash/BUILD.gn

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 9 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 | « WATCHLISTS ('k') | ash/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
11 # Windows 8 Metro mode. Windows support was removed in 2016. 11 # Windows 8 Metro mode. Windows support was removed in 2016.
12 assert(is_chromeos) 12 assert(is_chromeos)
13 assert(use_aura) 13 assert(use_aura)
14 assert(enable_hidpi) 14 assert(enable_hidpi)
15 15
16 component("ash") { 16 component("ash") {
17 sources = [ 17 sources = [
18 "accelerators/accelerator_commands.cc",
19 "accelerators/accelerator_commands.h",
18 "accelerators/accelerator_commands_aura.cc", 20 "accelerators/accelerator_commands_aura.cc",
19 "accelerators/accelerator_commands_aura.h", 21 "accelerators/accelerator_commands_aura.h",
22 "accelerators/accelerator_controller.cc",
23 "accelerators/accelerator_controller.h",
24 "accelerators/accelerator_controller_delegate.h",
20 "accelerators/accelerator_controller_delegate_aura.cc", 25 "accelerators/accelerator_controller_delegate_aura.cc",
21 "accelerators/accelerator_controller_delegate_aura.h", 26 "accelerators/accelerator_controller_delegate_aura.h",
22 "accelerators/accelerator_delegate.cc", 27 "accelerators/accelerator_delegate.cc",
23 "accelerators/accelerator_delegate.h", 28 "accelerators/accelerator_delegate.h",
29 "accelerators/accelerator_router.cc",
30 "accelerators/accelerator_router.h",
31 "accelerators/accelerator_table.cc",
32 "accelerators/accelerator_table.h",
33 "accelerators/ash_focus_manager_factory.cc",
34 "accelerators/ash_focus_manager_factory.h",
35 "accelerators/debug_commands.cc",
36 "accelerators/debug_commands.h",
37 "accelerators/exit_warning_handler.cc",
38 "accelerators/exit_warning_handler.h",
24 "accelerators/key_hold_detector.cc", 39 "accelerators/key_hold_detector.cc",
25 "accelerators/key_hold_detector.h", 40 "accelerators/key_hold_detector.h",
26 "accelerators/magnifier_key_scroller.cc", 41 "accelerators/magnifier_key_scroller.cc",
27 "accelerators/magnifier_key_scroller.h", 42 "accelerators/magnifier_key_scroller.h",
28 "accelerators/spoken_feedback_toggler.cc", 43 "accelerators/spoken_feedback_toggler.cc",
29 "accelerators/spoken_feedback_toggler.h", 44 "accelerators/spoken_feedback_toggler.h",
45 "accessibility_delegate.h",
46 "accessibility_types.h",
30 "animation/animation_change_type.h", 47 "animation/animation_change_type.h",
31 "app_list/app_list_delegate_impl.cc", 48 "app_list/app_list_delegate_impl.cc",
32 "app_list/app_list_delegate_impl.h", 49 "app_list/app_list_delegate_impl.h",
33 "app_list/app_list_presenter_delegate.cc", 50 "app_list/app_list_presenter_delegate.cc",
34 "app_list/app_list_presenter_delegate.h", 51 "app_list/app_list_presenter_delegate.h",
35 "app_list/app_list_presenter_delegate_factory.cc", 52 "app_list/app_list_presenter_delegate_factory.cc",
36 "app_list/app_list_presenter_delegate_factory.h", 53 "app_list/app_list_presenter_delegate_factory.h",
54 "ash_constants.cc",
55 "ash_constants.h",
37 "ash_export.h", 56 "ash_export.h",
57 "ash_layout_constants.cc",
58 "ash_layout_constants.h",
59 "ash_switches.cc",
60 "ash_switches.h",
38 "ash_touch_exploration_manager_chromeos.cc", 61 "ash_touch_exploration_manager_chromeos.cc",
39 "ash_touch_exploration_manager_chromeos.h", 62 "ash_touch_exploration_manager_chromeos.h",
40 "aura/aura_layout_manager_adapter.cc", 63 "aura/aura_layout_manager_adapter.cc",
41 "aura/aura_layout_manager_adapter.h", 64 "aura/aura_layout_manager_adapter.h",
42 "aura/key_event_watcher_aura.cc", 65 "aura/key_event_watcher_aura.cc",
43 "aura/key_event_watcher_aura.h", 66 "aura/key_event_watcher_aura.h",
44 "aura/pointer_watcher_adapter.cc", 67 "aura/pointer_watcher_adapter.cc",
45 "aura/pointer_watcher_adapter.h", 68 "aura/pointer_watcher_adapter.h",
46 "aura/wm_shell_aura.cc", 69 "aura/wm_shell_aura.cc",
47 "aura/wm_shell_aura.h", 70 "aura/wm_shell_aura.h",
48 "autoclick/autoclick_controller.cc", 71 "autoclick/autoclick_controller.cc",
49 "autoclick/autoclick_controller.h", 72 "autoclick/autoclick_controller.h",
50 "cancel_mode.cc", 73 "cancel_mode.cc",
51 "cancel_mode.h", 74 "cancel_mode.h",
52 "common/accelerators/accelerator_commands.cc", 75 "cast_config_controller.cc",
53 "common/accelerators/accelerator_commands.h", 76 "cast_config_controller.h",
54 "common/accelerators/accelerator_controller.cc",
55 "common/accelerators/accelerator_controller.h",
56 "common/accelerators/accelerator_controller_delegate.h",
57 "common/accelerators/accelerator_router.cc",
58 "common/accelerators/accelerator_router.h",
59 "common/accelerators/accelerator_table.cc",
60 "common/accelerators/accelerator_table.h",
61 "common/accelerators/ash_focus_manager_factory.cc",
62 "common/accelerators/ash_focus_manager_factory.h",
63 "common/accelerators/debug_commands.cc",
64 "common/accelerators/debug_commands.h",
65 "common/accelerators/exit_warning_handler.cc",
66 "common/accelerators/exit_warning_handler.h",
67 "common/accessibility_delegate.h",
68 "common/accessibility_types.h",
69 "common/ash_constants.cc",
70 "common/ash_constants.h",
71 "common/ash_layout_constants.cc",
72 "common/ash_layout_constants.h",
73 "common/ash_switches.cc",
74 "common/ash_switches.h",
75 "common/cast_config_controller.cc",
76 "common/cast_config_controller.h",
77 "common/default_accessibility_delegate.cc",
78 "common/default_accessibility_delegate.h",
79 "common/devtools/ash_devtools_css_agent.cc",
80 "common/devtools/ash_devtools_css_agent.h",
81 "common/devtools/ash_devtools_dom_agent.cc",
82 "common/devtools/ash_devtools_dom_agent.h",
83 "common/drag_drop/drag_image_view.cc",
84 "common/drag_drop/drag_image_view.h",
85 "common/focus_cycler.cc",
86 "common/focus_cycler.h",
87 "common/frame/caption_buttons/caption_button_types.h",
88 "common/frame/caption_buttons/frame_caption_button.cc",
89 "common/frame/caption_buttons/frame_caption_button.h",
90 "common/frame/caption_buttons/frame_caption_button_container_view.cc",
91 "common/frame/caption_buttons/frame_caption_button_container_view.h",
92 "common/frame/caption_buttons/frame_size_button.cc",
93 "common/frame/caption_buttons/frame_size_button.h",
94 "common/frame/caption_buttons/frame_size_button_delegate.h",
95 "common/frame/custom_frame_view_ash.cc",
96 "common/frame/custom_frame_view_ash.h",
97 "common/frame/default_header_painter.cc",
98 "common/frame/default_header_painter.h",
99 "common/frame/frame_border_hit_test.cc",
100 "common/frame/frame_border_hit_test.h",
101 "common/frame/header_painter.h",
102 "common/frame/header_painter_util.cc",
103 "common/frame/header_painter_util.h",
104 "common/frame/header_view.cc",
105 "common/frame/header_view.h",
106 "common/gpu_support.h",
107 "common/gpu_support_stub.cc",
108 "common/gpu_support_stub.h",
109 "common/key_event_watcher.cc",
110 "common/key_event_watcher.h",
111 "common/keyboard/keyboard_ui.cc",
112 "common/keyboard/keyboard_ui.h",
113 "common/keyboard/keyboard_ui_observer.h",
114 "common/login_status.h",
115 "common/material_design/material_design_controller.cc",
116 "common/material_design/material_design_controller.h",
117 "common/media_controller.cc",
118 "common/media_controller.h",
119 "common/metrics/gesture_action_type.h",
120 "common/metrics/pointer_metrics_recorder.cc",
121 "common/metrics/pointer_metrics_recorder.h",
122 "common/metrics/user_metrics_action.h",
123 "common/mojo_interface_factory.cc",
124 "common/mojo_interface_factory.h",
125 "common/multi_profile_uma.cc",
126 "common/multi_profile_uma.h",
127 "common/new_window_controller.cc",
128 "common/new_window_controller.h",
129 "common/palette_delegate.h",
130 "common/scoped_root_window_for_new_windows.cc",
131 "common/scoped_root_window_for_new_windows.h",
132 "common/session/session_controller.cc",
133 "common/session/session_controller.h",
134 "common/session/session_state_delegate.cc",
135 "common/session/session_state_delegate.h",
136 "common/session/session_state_observer.cc",
137 "common/session/session_state_observer.h",
138 "common/shelf/app_list_button.cc",
139 "common/shelf/app_list_button.h",
140 "common/shelf/app_list_shelf_item_delegate.cc",
141 "common/shelf/app_list_shelf_item_delegate.h",
142 "common/shelf/ink_drop_button_listener.h",
143 "common/shelf/overflow_bubble.cc",
144 "common/shelf/overflow_bubble.h",
145 "common/shelf/overflow_bubble_view.cc",
146 "common/shelf/overflow_bubble_view.h",
147 "common/shelf/overflow_button.cc",
148 "common/shelf/overflow_button.h",
149 "common/shelf/shelf_alignment_menu.cc",
150 "common/shelf/shelf_alignment_menu.h",
151 "common/shelf/shelf_application_menu_model.cc",
152 "common/shelf/shelf_application_menu_model.h",
153 "common/shelf/shelf_background_animator.cc",
154 "common/shelf/shelf_background_animator.h",
155 "common/shelf/shelf_background_animator_observer.h",
156 "common/shelf/shelf_button.cc",
157 "common/shelf/shelf_button.h",
158 "common/shelf/shelf_button_pressed_metric_tracker.cc",
159 "common/shelf/shelf_button_pressed_metric_tracker.h",
160 "common/shelf/shelf_constants.cc",
161 "common/shelf/shelf_constants.h",
162 "common/shelf/shelf_controller.cc",
163 "common/shelf/shelf_controller.h",
164 "common/shelf/shelf_delegate.h",
165 "common/shelf/shelf_item_delegate.cc",
166 "common/shelf/shelf_item_delegate.h",
167 "common/shelf/shelf_item_types.cc",
168 "common/shelf/shelf_item_types.h",
169 "common/shelf/shelf_layout_manager.cc",
170 "common/shelf/shelf_layout_manager.h",
171 "common/shelf/shelf_layout_manager_observer.h",
172 "common/shelf/shelf_locking_manager.cc",
173 "common/shelf/shelf_locking_manager.h",
174 "common/shelf/shelf_model.cc",
175 "common/shelf/shelf_model.h",
176 "common/shelf/shelf_model_observer.h",
177 "common/shelf/shelf_tooltip_manager.cc",
178 "common/shelf/shelf_tooltip_manager.h",
179 "common/shelf/shelf_view.cc",
180 "common/shelf/shelf_view.h",
181 "common/shelf/shelf_widget.cc",
182 "common/shelf/shelf_widget.h",
183 "common/shelf/shelf_window_watcher.cc",
184 "common/shelf/shelf_window_watcher.h",
185 "common/shelf/shelf_window_watcher_item_delegate.cc",
186 "common/shelf/shelf_window_watcher_item_delegate.h",
187 "common/shelf/wm_shelf.cc",
188 "common/shelf/wm_shelf.h",
189 "common/shelf/wm_shelf_observer.h",
190 "common/shelf/wm_shelf_util.cc",
191 "common/shelf/wm_shelf_util.h",
192 "common/shell_delegate.h",
193 "common/shutdown_controller.cc",
194 "common/shutdown_controller.h",
195 "common/system/accessibility_observer.h",
196 "common/system/brightness_control_delegate.h",
197 "common/system/chromeos/audio/audio_detailed_view.cc",
198 "common/system/chromeos/audio/audio_detailed_view.h",
199 "common/system/chromeos/audio/tray_audio.cc",
200 "common/system/chromeos/audio/tray_audio.h",
201 "common/system/chromeos/audio/tray_audio_delegate.h",
202 "common/system/chromeos/audio/tray_audio_delegate_chromeos.cc",
203 "common/system/chromeos/audio/tray_audio_delegate_chromeos.h",
204 "common/system/chromeos/audio/volume_view.cc",
205 "common/system/chromeos/audio/volume_view.h",
206 "common/system/chromeos/bluetooth/bluetooth_notification_controller.cc",
207 "common/system/chromeos/bluetooth/bluetooth_notification_controller.h",
208 "common/system/chromeos/bluetooth/bluetooth_observer.h",
209 "common/system/chromeos/bluetooth/tray_bluetooth.cc",
210 "common/system/chromeos/bluetooth/tray_bluetooth.h",
211 "common/system/chromeos/brightness/brightness_controller_chromeos.cc",
212 "common/system/chromeos/brightness/brightness_controller_chromeos.h",
213 "common/system/chromeos/brightness/tray_brightness.cc",
214 "common/system/chromeos/brightness/tray_brightness.h",
215 "common/system/chromeos/cast/tray_cast.cc",
216 "common/system/chromeos/cast/tray_cast.h",
217 "common/system/chromeos/devicetype_utils.cc",
218 "common/system/chromeos/devicetype_utils.h",
219 "common/system/chromeos/enterprise/enterprise_domain_observer.h",
220 "common/system/chromeos/enterprise/tray_enterprise.cc",
221 "common/system/chromeos/enterprise/tray_enterprise.h",
222 "common/system/chromeos/ime_menu/ime_list_view.cc",
223 "common/system/chromeos/ime_menu/ime_list_view.h",
224 "common/system/chromeos/ime_menu/ime_menu_tray.cc",
225 "common/system/chromeos/ime_menu/ime_menu_tray.h",
226 "common/system/chromeos/keyboard_brightness_controller.cc",
227 "common/system/chromeos/keyboard_brightness_controller.h",
228 "common/system/chromeos/media_security/multi_profile_media_tray_item.cc",
229 "common/system/chromeos/media_security/multi_profile_media_tray_item.h",
230 "common/system/chromeos/network/network_detailed_view.h",
231 "common/system/chromeos/network/network_icon.cc",
232 "common/system/chromeos/network/network_icon.h",
233 "common/system/chromeos/network/network_icon_animation.cc",
234 "common/system/chromeos/network/network_icon_animation.h",
235 "common/system/chromeos/network/network_icon_animation_observer.h",
236 "common/system/chromeos/network/network_info.cc",
237 "common/system/chromeos/network/network_info.h",
238 "common/system/chromeos/network/network_list.cc",
239 "common/system/chromeos/network/network_list.h",
240 "common/system/chromeos/network/network_list_delegate.h",
241 "common/system/chromeos/network/network_list_md.cc",
242 "common/system/chromeos/network/network_list_md.h",
243 "common/system/chromeos/network/network_list_view_base.cc",
244 "common/system/chromeos/network/network_list_view_base.h",
245 "common/system/chromeos/network/network_observer.h",
246 "common/system/chromeos/network/network_portal_detector_observer.h",
247 "common/system/chromeos/network/network_state_list_detailed_view.cc",
248 "common/system/chromeos/network/network_state_list_detailed_view.h",
249 "common/system/chromeos/network/sms_observer.cc",
250 "common/system/chromeos/network/sms_observer.h",
251 "common/system/chromeos/network/tray_network.cc",
252 "common/system/chromeos/network/tray_network.h",
253 "common/system/chromeos/network/tray_network_state_observer.cc",
254 "common/system/chromeos/network/tray_network_state_observer.h",
255 "common/system/chromeos/network/tray_vpn.cc",
256 "common/system/chromeos/network/tray_vpn.h",
257 "common/system/chromeos/network/vpn_list.cc",
258 "common/system/chromeos/network/vpn_list.h",
259 "common/system/chromeos/network/vpn_list_view.cc",
260 "common/system/chromeos/network/vpn_list_view.h",
261 "common/system/chromeos/palette/common_palette_tool.cc",
262 "common/system/chromeos/palette/common_palette_tool.h",
263 "common/system/chromeos/palette/palette_ids.cc",
264 "common/system/chromeos/palette/palette_ids.h",
265 "common/system/chromeos/palette/palette_tool.cc",
266 "common/system/chromeos/palette/palette_tool.h",
267 "common/system/chromeos/palette/palette_tool_manager.cc",
268 "common/system/chromeos/palette/palette_tool_manager.h",
269 "common/system/chromeos/palette/palette_tray.cc",
270 "common/system/chromeos/palette/palette_tray.h",
271 "common/system/chromeos/palette/palette_utils.cc",
272 "common/system/chromeos/palette/palette_utils.h",
273 "common/system/chromeos/palette/tools/capture_region_mode.cc",
274 "common/system/chromeos/palette/tools/capture_region_mode.h",
275 "common/system/chromeos/palette/tools/capture_screen_action.cc",
276 "common/system/chromeos/palette/tools/capture_screen_action.h",
277 "common/system/chromeos/palette/tools/create_note_action.cc",
278 "common/system/chromeos/palette/tools/create_note_action.h",
279 "common/system/chromeos/palette/tools/laser_pointer_mode.cc",
280 "common/system/chromeos/palette/tools/laser_pointer_mode.h",
281 "common/system/chromeos/palette/tools/magnifier_mode.cc",
282 "common/system/chromeos/palette/tools/magnifier_mode.h",
283 "common/system/chromeos/power/battery_notification.cc",
284 "common/system/chromeos/power/battery_notification.h",
285 "common/system/chromeos/power/dual_role_notification.cc",
286 "common/system/chromeos/power/dual_role_notification.h",
287 "common/system/chromeos/power/power_status.cc",
288 "common/system/chromeos/power/power_status.h",
289 "common/system/chromeos/power/power_status_view.cc",
290 "common/system/chromeos/power/power_status_view.h",
291 "common/system/chromeos/power/tray_power.cc",
292 "common/system/chromeos/power/tray_power.h",
293 "common/system/chromeos/screen_security/screen_capture_observer.h",
294 "common/system/chromeos/screen_security/screen_capture_tray_item.cc",
295 "common/system/chromeos/screen_security/screen_capture_tray_item.h",
296 "common/system/chromeos/screen_security/screen_share_observer.h",
297 "common/system/chromeos/screen_security/screen_share_tray_item.cc",
298 "common/system/chromeos/screen_security/screen_share_tray_item.h",
299 "common/system/chromeos/screen_security/screen_tray_item.cc",
300 "common/system/chromeos/screen_security/screen_tray_item.h",
301 "common/system/chromeos/session/last_window_closed_observer.h",
302 "common/system/chromeos/session/logout_button_observer.h",
303 "common/system/chromeos/session/logout_button_tray.cc",
304 "common/system/chromeos/session/logout_button_tray.h",
305 "common/system/chromeos/session/logout_confirmation_controller.cc",
306 "common/system/chromeos/session/logout_confirmation_controller.h",
307 "common/system/chromeos/session/logout_confirmation_dialog.cc",
308 "common/system/chromeos/session/logout_confirmation_dialog.h",
309 "common/system/chromeos/session/session_length_limit_observer.h",
310 "common/system/chromeos/session/tray_session_length_limit.cc",
311 "common/system/chromeos/session/tray_session_length_limit.h",
312 "common/system/chromeos/settings/tray_settings.cc",
313 "common/system/chromeos/settings/tray_settings.h",
314 "common/system/chromeos/supervised/custodian_info_tray_observer.h",
315 "common/system/chromeos/supervised/tray_supervised_user.cc",
316 "common/system/chromeos/supervised/tray_supervised_user.h",
317 "common/system/chromeos/system_clock_observer.cc",
318 "common/system/chromeos/system_clock_observer.h",
319 "common/system/chromeos/tray_caps_lock.cc",
320 "common/system/chromeos/tray_caps_lock.h",
321 "common/system/chromeos/tray_tracing.cc",
322 "common/system/chromeos/tray_tracing.h",
323 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h",
324 "common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc",
325 "common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h",
326 "common/system/date/clock_observer.h",
327 "common/system/date/date_default_view.cc",
328 "common/system/date/date_default_view.h",
329 "common/system/date/date_view.cc",
330 "common/system/date/date_view.h",
331 "common/system/date/system_info_default_view.cc",
332 "common/system/date/system_info_default_view.h",
333 "common/system/date/tray_date.cc",
334 "common/system/date/tray_date.h",
335 "common/system/date/tray_system_info.cc",
336 "common/system/date/tray_system_info.h",
337 "common/system/ime/ime_observer.h",
338 "common/system/ime/tray_ime_chromeos.cc",
339 "common/system/ime/tray_ime_chromeos.h",
340 "common/system/keyboard_brightness_control_delegate.h",
341 "common/system/locale/locale_notification_controller.cc",
342 "common/system/locale/locale_notification_controller.h",
343 "common/system/networking_config_delegate.cc",
344 "common/system/networking_config_delegate.h",
345 "common/system/overview/overview_button_tray.cc",
346 "common/system/overview/overview_button_tray.h",
347 "common/system/status_area_layout_manager.cc",
348 "common/system/status_area_layout_manager.h",
349 "common/system/status_area_widget.cc",
350 "common/system/status_area_widget.h",
351 "common/system/status_area_widget_delegate.cc",
352 "common/system/status_area_widget_delegate.h",
353 "common/system/system_notifier.cc",
354 "common/system/system_notifier.h",
355 "common/system/tiles/tiles_default_view.cc",
356 "common/system/tiles/tiles_default_view.h",
357 "common/system/tiles/tray_tiles.cc",
358 "common/system/tiles/tray_tiles.h",
359 "common/system/toast/toast_data.cc",
360 "common/system/toast/toast_data.h",
361 "common/system/toast/toast_manager.cc",
362 "common/system/toast/toast_manager.h",
363 "common/system/toast/toast_overlay.cc",
364 "common/system/toast/toast_overlay.h",
365 "common/system/tray/actionable_view.cc",
366 "common/system/tray/actionable_view.h",
367 "common/system/tray/default_system_tray_delegate.cc",
368 "common/system/tray/default_system_tray_delegate.h",
369 "common/system/tray/fixed_sized_image_view.cc",
370 "common/system/tray/fixed_sized_image_view.h",
371 "common/system/tray/hover_highlight_view.cc",
372 "common/system/tray/hover_highlight_view.h",
373 "common/system/tray/ime_info.cc",
374 "common/system/tray/ime_info.h",
375 "common/system/tray/label_tray_view.cc",
376 "common/system/tray/label_tray_view.h",
377 "common/system/tray/size_range_layout.cc",
378 "common/system/tray/size_range_layout.h",
379 "common/system/tray/special_popup_row.cc",
380 "common/system/tray/special_popup_row.h",
381 "common/system/tray/system_menu_button.cc",
382 "common/system/tray/system_menu_button.h",
383 "common/system/tray/system_tray.cc",
384 "common/system/tray/system_tray.h",
385 "common/system/tray/system_tray_bubble.cc",
386 "common/system/tray/system_tray_bubble.h",
387 "common/system/tray/system_tray_controller.cc",
388 "common/system/tray/system_tray_controller.h",
389 "common/system/tray/system_tray_delegate.cc",
390 "common/system/tray/system_tray_delegate.h",
391 "common/system/tray/system_tray_item.cc",
392 "common/system/tray/system_tray_item.h",
393 "common/system/tray/system_tray_notifier.cc",
394 "common/system/tray/system_tray_notifier.h",
395 "common/system/tray/throbber_view.cc",
396 "common/system/tray/throbber_view.h",
397 "common/system/tray/tray_background_view.cc",
398 "common/system/tray/tray_background_view.h",
399 "common/system/tray/tray_bubble_wrapper.cc",
400 "common/system/tray/tray_bubble_wrapper.h",
401 "common/system/tray/tray_constants.cc",
402 "common/system/tray/tray_constants.h",
403 "common/system/tray/tray_details_view.cc",
404 "common/system/tray/tray_details_view.h",
405 "common/system/tray/tray_event_filter.cc",
406 "common/system/tray/tray_event_filter.h",
407 "common/system/tray/tray_image_item.cc",
408 "common/system/tray/tray_image_item.h",
409 "common/system/tray/tray_item_more.cc",
410 "common/system/tray/tray_item_more.h",
411 "common/system/tray/tray_item_view.cc",
412 "common/system/tray/tray_item_view.h",
413 "common/system/tray/tray_notification_view.cc",
414 "common/system/tray/tray_notification_view.h",
415 "common/system/tray/tray_popup_header_button.cc",
416 "common/system/tray/tray_popup_header_button.h",
417 "common/system/tray/tray_popup_ink_drop_style.h",
418 "common/system/tray/tray_popup_item_container.cc",
419 "common/system/tray/tray_popup_item_container.h",
420 "common/system/tray/tray_popup_item_style.cc",
421 "common/system/tray/tray_popup_item_style.h",
422 "common/system/tray/tray_popup_utils.cc",
423 "common/system/tray/tray_popup_utils.h",
424 "common/system/tray/tray_utils.cc",
425 "common/system/tray/tray_utils.h",
426 "common/system/tray/tri_view.cc",
427 "common/system/tray/tri_view.h",
428 "common/system/tray/view_click_listener.h",
429 "common/system/tray_accessibility.cc",
430 "common/system/tray_accessibility.h",
431 "common/system/update/tray_update.cc",
432 "common/system/update/tray_update.h",
433 "common/system/user/button_from_view.cc",
434 "common/system/user/button_from_view.h",
435 "common/system/user/login_status.cc",
436 "common/system/user/login_status.h",
437 "common/system/user/rounded_image_view.cc",
438 "common/system/user/rounded_image_view.h",
439 "common/system/user/tray_user.cc",
440 "common/system/user/tray_user.h",
441 "common/system/user/user_card_view.cc",
442 "common/system/user/user_card_view.h",
443 "common/system/user/user_observer.h",
444 "common/system/user/user_view.cc",
445 "common/system/user/user_view.h",
446 "common/system/web_notification/ash_popup_alignment_delegate.cc",
447 "common/system/web_notification/ash_popup_alignment_delegate.h",
448 "common/system/web_notification/web_notification_tray.cc",
449 "common/system/web_notification/web_notification_tray.h",
450 "common/wallpaper/wallpaper_controller.cc",
451 "common/wallpaper/wallpaper_controller.h",
452 "common/wallpaper/wallpaper_controller_observer.h",
453 "common/wallpaper/wallpaper_delegate.h",
454 "common/wallpaper/wallpaper_view.cc",
455 "common/wallpaper/wallpaper_view.h",
456 "common/wallpaper/wallpaper_widget_controller.cc",
457 "common/wallpaper/wallpaper_widget_controller.h",
458 "common/wm/always_on_top_controller.cc",
459 "common/wm/always_on_top_controller.h",
460 "common/wm/container_finder.cc",
461 "common/wm/container_finder.h",
462 "common/wm/default_state.cc",
463 "common/wm/default_state.h",
464 "common/wm/default_window_resizer.cc",
465 "common/wm/default_window_resizer.h",
466 "common/wm/dock/docked_window_layout_manager.cc",
467 "common/wm/dock/docked_window_layout_manager.h",
468 "common/wm/dock/docked_window_layout_manager_observer.h",
469 "common/wm/dock/docked_window_resizer.cc",
470 "common/wm/dock/docked_window_resizer.h",
471 "common/wm/drag_details.cc",
472 "common/wm/drag_details.h",
473 "common/wm/focus_rules.cc",
474 "common/wm/focus_rules.h",
475 "common/wm/fullscreen_window_finder.cc",
476 "common/wm/fullscreen_window_finder.h",
477 "common/wm/immersive_context_ash.cc",
478 "common/wm/immersive_context_ash.h",
479 "common/wm/lock_layout_manager.cc",
480 "common/wm/lock_layout_manager.h",
481 "common/wm/lock_state_observer.h",
482 "common/wm/lock_window_state.cc",
483 "common/wm/lock_window_state.h",
484 "common/wm/maximize_mode/maximize_mode_controller.cc",
485 "common/wm/maximize_mode/maximize_mode_controller.h",
486 "common/wm/maximize_mode/maximize_mode_event_handler.cc",
487 "common/wm/maximize_mode/maximize_mode_event_handler.h",
488 "common/wm/maximize_mode/maximize_mode_window_manager.cc",
489 "common/wm/maximize_mode/maximize_mode_window_manager.h",
490 "common/wm/maximize_mode/maximize_mode_window_state.cc",
491 "common/wm/maximize_mode/maximize_mode_window_state.h",
492 "common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
493 "common/wm/maximize_mode/workspace_backdrop_delegate.cc",
494 "common/wm/maximize_mode/workspace_backdrop_delegate.h",
495 "common/wm/mru_window_tracker.cc",
496 "common/wm/mru_window_tracker.h",
497 "common/wm/overview/cleanup_animation_observer.cc",
498 "common/wm/overview/cleanup_animation_observer.h",
499 "common/wm/overview/overview_animation_type.h",
500 "common/wm/overview/scoped_overview_animation_settings.h",
501 "common/wm/overview/scoped_overview_animation_settings_factory.cc",
502 "common/wm/overview/scoped_overview_animation_settings_factory.h",
503 "common/wm/overview/scoped_transform_overview_window.cc",
504 "common/wm/overview/scoped_transform_overview_window.h",
505 "common/wm/overview/window_grid.cc",
506 "common/wm/overview/window_grid.h",
507 "common/wm/overview/window_selector.cc",
508 "common/wm/overview/window_selector.h",
509 "common/wm/overview/window_selector_controller.cc",
510 "common/wm/overview/window_selector_controller.h",
511 "common/wm/overview/window_selector_item.cc",
512 "common/wm/overview/window_selector_item.h",
513 "common/wm/panels/panel_frame_view.cc",
514 "common/wm/panels/panel_frame_view.h",
515 "common/wm/panels/panel_layout_manager.cc",
516 "common/wm/panels/panel_layout_manager.h",
517 "common/wm/panels/panel_window_resizer.cc",
518 "common/wm/panels/panel_window_resizer.h",
519 "common/wm/root_window_finder.cc",
520 "common/wm/root_window_finder.h",
521 "common/wm/root_window_layout_manager.cc",
522 "common/wm/root_window_layout_manager.h",
523 "common/wm/screen_dimmer.cc",
524 "common/wm/screen_dimmer.h",
525 "common/wm/switchable_windows.cc",
526 "common/wm/switchable_windows.h",
527 "common/wm/system_modal_container_layout_manager.cc",
528 "common/wm/system_modal_container_layout_manager.h",
529 "common/wm/window_animation_types.h",
530 "common/wm/window_cycle_controller.cc",
531 "common/wm/window_cycle_controller.h",
532 "common/wm/window_cycle_event_filter.h",
533 "common/wm/window_cycle_list.cc",
534 "common/wm/window_cycle_list.h",
535 "common/wm/window_dimmer.cc",
536 "common/wm/window_dimmer.h",
537 "common/wm/window_parenting_utils.cc",
538 "common/wm/window_parenting_utils.h",
539 "common/wm/window_positioner.cc",
540 "common/wm/window_positioner.h",
541 "common/wm/window_positioning_utils.cc",
542 "common/wm/window_positioning_utils.h",
543 "common/wm/window_resizer.cc",
544 "common/wm/window_resizer.h",
545 "common/wm/window_state.cc",
546 "common/wm/window_state.h",
547 "common/wm/window_state_delegate.cc",
548 "common/wm/window_state_delegate.h",
549 "common/wm/window_state_observer.h",
550 "common/wm/window_state_util.cc",
551 "common/wm/window_state_util.h",
552 "common/wm/wm_event.cc",
553 "common/wm/wm_event.h",
554 "common/wm/wm_screen_util.cc",
555 "common/wm/wm_screen_util.h",
556 "common/wm/wm_snap_to_pixel_layout_manager.cc",
557 "common/wm/wm_snap_to_pixel_layout_manager.h",
558 "common/wm/wm_toplevel_window_event_handler.cc",
559 "common/wm/wm_toplevel_window_event_handler.h",
560 "common/wm/wm_types.cc",
561 "common/wm/wm_types.h",
562 "common/wm/wm_window_animations.cc",
563 "common/wm/wm_window_animations.h",
564 "common/wm/workspace/magnetism_matcher.cc",
565 "common/wm/workspace/magnetism_matcher.h",
566 "common/wm/workspace/multi_window_resize_controller.cc",
567 "common/wm/workspace/multi_window_resize_controller.h",
568 "common/wm/workspace/phantom_window_controller.cc",
569 "common/wm/workspace/phantom_window_controller.h",
570 "common/wm/workspace/two_step_edge_cycler.cc",
571 "common/wm/workspace/two_step_edge_cycler.h",
572 "common/wm/workspace/workspace_event_handler.cc",
573 "common/wm/workspace/workspace_event_handler.h",
574 "common/wm/workspace/workspace_layout_manager.cc",
575 "common/wm/workspace/workspace_layout_manager.h",
576 "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h",
577 "common/wm/workspace/workspace_types.h",
578 "common/wm/workspace/workspace_window_resizer.cc",
579 "common/wm/workspace/workspace_window_resizer.h",
580 "common/wm/workspace_controller.cc",
581 "common/wm/workspace_controller.h",
582 "common/wm_activation_observer.h",
583 "common/wm_display_observer.h",
584 "common/wm_layout_manager.h",
585 "common/wm_shell.cc",
586 "common/wm_shell.h",
587 "common/wm_transient_window_observer.h",
588 "common/wm_window.cc",
589 "common/wm_window.h",
590 "common/wm_window_user_data.h",
591 "debug.cc", 77 "debug.cc",
592 "debug.h", 78 "debug.h",
79 "default_accessibility_delegate.cc",
80 "default_accessibility_delegate.h",
593 "default_wallpaper_delegate.cc", 81 "default_wallpaper_delegate.cc",
594 "default_wallpaper_delegate.h", 82 "default_wallpaper_delegate.h",
83 "devtools/ash_devtools_css_agent.cc",
84 "devtools/ash_devtools_css_agent.h",
85 "devtools/ash_devtools_dom_agent.cc",
86 "devtools/ash_devtools_dom_agent.h",
595 "display/cursor_window_controller.cc", 87 "display/cursor_window_controller.cc",
596 "display/cursor_window_controller.h", 88 "display/cursor_window_controller.h",
597 "display/display_animator.h", 89 "display/display_animator.h",
598 "display/display_animator_chromeos.cc", 90 "display/display_animator_chromeos.cc",
599 "display/display_animator_chromeos.h", 91 "display/display_animator_chromeos.h",
600 "display/display_color_manager_chromeos.cc", 92 "display/display_color_manager_chromeos.cc",
601 "display/display_color_manager_chromeos.h", 93 "display/display_color_manager_chromeos.h",
602 "display/display_configuration_controller.cc", 94 "display/display_configuration_controller.cc",
603 "display/display_configuration_controller.h", 95 "display/display_configuration_controller.h",
604 "display/display_error_observer_chromeos.cc", 96 "display/display_error_observer_chromeos.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 "display/shutdown_observer_chromeos.cc", 128 "display/shutdown_observer_chromeos.cc",
637 "display/shutdown_observer_chromeos.h", 129 "display/shutdown_observer_chromeos.h",
638 "display/unified_mouse_warp_controller.cc", 130 "display/unified_mouse_warp_controller.cc",
639 "display/unified_mouse_warp_controller.h", 131 "display/unified_mouse_warp_controller.h",
640 "display/window_tree_host_manager.cc", 132 "display/window_tree_host_manager.cc",
641 "display/window_tree_host_manager.h", 133 "display/window_tree_host_manager.h",
642 "drag_drop/drag_drop_controller.cc", 134 "drag_drop/drag_drop_controller.cc",
643 "drag_drop/drag_drop_controller.h", 135 "drag_drop/drag_drop_controller.h",
644 "drag_drop/drag_drop_tracker.cc", 136 "drag_drop/drag_drop_tracker.cc",
645 "drag_drop/drag_drop_tracker.h", 137 "drag_drop/drag_drop_tracker.h",
138 "drag_drop/drag_image_view.cc",
139 "drag_drop/drag_image_view.h",
646 "first_run/desktop_cleaner.cc", 140 "first_run/desktop_cleaner.cc",
647 "first_run/desktop_cleaner.h", 141 "first_run/desktop_cleaner.h",
648 "first_run/first_run_helper.cc", 142 "first_run/first_run_helper.cc",
649 "first_run/first_run_helper.h", 143 "first_run/first_run_helper.h",
650 "first_run/first_run_helper_impl.cc", 144 "first_run/first_run_helper_impl.cc",
651 "first_run/first_run_helper_impl.h", 145 "first_run/first_run_helper_impl.h",
146 "focus_cycler.cc",
147 "focus_cycler.h",
148 "frame/caption_buttons/caption_button_types.h",
149 "frame/caption_buttons/frame_caption_button.cc",
150 "frame/caption_buttons/frame_caption_button.h",
151 "frame/caption_buttons/frame_caption_button_container_view.cc",
152 "frame/caption_buttons/frame_caption_button_container_view.h",
153 "frame/caption_buttons/frame_size_button.cc",
154 "frame/caption_buttons/frame_size_button.h",
155 "frame/caption_buttons/frame_size_button_delegate.h",
156 "frame/custom_frame_view_ash.cc",
157 "frame/custom_frame_view_ash.h",
158 "frame/default_header_painter.cc",
159 "frame/default_header_painter.h",
160 "frame/frame_border_hit_test.cc",
161 "frame/frame_border_hit_test.h",
162 "frame/header_painter.h",
163 "frame/header_painter_util.cc",
164 "frame/header_painter_util.h",
165 "frame/header_view.cc",
166 "frame/header_view.h",
167 "gpu_support.h",
168 "gpu_support_stub.cc",
169 "gpu_support_stub.h",
652 "high_contrast/high_contrast_controller.cc", 170 "high_contrast/high_contrast_controller.cc",
653 "high_contrast/high_contrast_controller.h", 171 "high_contrast/high_contrast_controller.h",
654 "host/ash_window_tree_host.cc", 172 "host/ash_window_tree_host.cc",
655 "host/ash_window_tree_host.h", 173 "host/ash_window_tree_host.h",
656 "host/ash_window_tree_host_init_params.h", 174 "host/ash_window_tree_host_init_params.h",
657 "host/ash_window_tree_host_platform.cc", 175 "host/ash_window_tree_host_platform.cc",
658 "host/ash_window_tree_host_platform.h", 176 "host/ash_window_tree_host_platform.h",
659 "host/ash_window_tree_host_unified.cc", 177 "host/ash_window_tree_host_unified.cc",
660 "host/ash_window_tree_host_unified.h", 178 "host/ash_window_tree_host_unified.h",
661 "host/ash_window_tree_host_x11.cc", 179 "host/ash_window_tree_host_x11.cc",
662 "host/ash_window_tree_host_x11.h", 180 "host/ash_window_tree_host_x11.h",
663 "host/root_window_transformer.h", 181 "host/root_window_transformer.h",
664 "host/transformer_helper.cc", 182 "host/transformer_helper.cc",
665 "host/transformer_helper.h", 183 "host/transformer_helper.h",
666 "ime/input_method_event_handler.cc", 184 "ime/input_method_event_handler.cc",
667 "ime/input_method_event_handler.h", 185 "ime/input_method_event_handler.h",
186 "key_event_watcher.cc",
187 "key_event_watcher.h",
188 "keyboard/keyboard_ui.cc",
189 "keyboard/keyboard_ui.h",
190 "keyboard/keyboard_ui_observer.h",
668 "laser/laser_pointer_controller.cc", 191 "laser/laser_pointer_controller.cc",
669 "laser/laser_pointer_controller.h", 192 "laser/laser_pointer_controller.h",
670 "laser/laser_pointer_points.cc", 193 "laser/laser_pointer_points.cc",
671 "laser/laser_pointer_points.h", 194 "laser/laser_pointer_points.h",
672 "laser/laser_pointer_view.cc", 195 "laser/laser_pointer_view.cc",
673 "laser/laser_pointer_view.h", 196 "laser/laser_pointer_view.h",
674 "laser/laser_segment_utils.cc", 197 "laser/laser_segment_utils.cc",
675 "laser/laser_segment_utils.h", 198 "laser/laser_segment_utils.h",
676 "link_handler_model.cc", 199 "link_handler_model.cc",
677 "link_handler_model.h", 200 "link_handler_model.h",
678 "link_handler_model_factory.cc", 201 "link_handler_model_factory.cc",
679 "link_handler_model_factory.h", 202 "link_handler_model_factory.h",
203 "login_status.h",
680 "magnifier/magnification_controller.cc", 204 "magnifier/magnification_controller.cc",
681 "magnifier/magnification_controller.h", 205 "magnifier/magnification_controller.h",
682 "magnifier/partial_magnification_controller.cc", 206 "magnifier/partial_magnification_controller.cc",
683 "magnifier/partial_magnification_controller.h", 207 "magnifier/partial_magnification_controller.h",
208 "material_design/material_design_controller.cc",
209 "material_design/material_design_controller.h",
210 "media_controller.cc",
211 "media_controller.h",
684 "metrics/desktop_task_switch_metric_recorder.cc", 212 "metrics/desktop_task_switch_metric_recorder.cc",
685 "metrics/desktop_task_switch_metric_recorder.h", 213 "metrics/desktop_task_switch_metric_recorder.h",
214 "metrics/gesture_action_type.h",
215 "metrics/pointer_metrics_recorder.cc",
216 "metrics/pointer_metrics_recorder.h",
686 "metrics/task_switch_metrics_recorder.cc", 217 "metrics/task_switch_metrics_recorder.cc",
687 "metrics/task_switch_metrics_recorder.h", 218 "metrics/task_switch_metrics_recorder.h",
688 "metrics/task_switch_time_tracker.cc", 219 "metrics/task_switch_time_tracker.cc",
689 "metrics/task_switch_time_tracker.h", 220 "metrics/task_switch_time_tracker.h",
221 "metrics/user_metrics_action.h",
690 "metrics/user_metrics_recorder.cc", 222 "metrics/user_metrics_recorder.cc",
691 "metrics/user_metrics_recorder.h", 223 "metrics/user_metrics_recorder.h",
224 "mojo_interface_factory.cc",
225 "mojo_interface_factory.h",
226 "multi_profile_uma.cc",
227 "multi_profile_uma.h",
228 "new_window_controller.cc",
229 "new_window_controller.h",
230 "palette_delegate.h",
692 "root_window_controller.cc", 231 "root_window_controller.cc",
693 "root_window_controller.h", 232 "root_window_controller.h",
694 "root_window_settings.cc", 233 "root_window_settings.cc",
695 "root_window_settings.h", 234 "root_window_settings.h",
696 "rotator/screen_rotation_animation.cc", 235 "rotator/screen_rotation_animation.cc",
697 "rotator/screen_rotation_animation.h", 236 "rotator/screen_rotation_animation.h",
698 "rotator/screen_rotation_animator.cc", 237 "rotator/screen_rotation_animator.cc",
699 "rotator/screen_rotation_animator.h", 238 "rotator/screen_rotation_animator.h",
700 "rotator/window_rotation.cc", 239 "rotator/window_rotation.cc",
701 "rotator/window_rotation.h", 240 "rotator/window_rotation.h",
241 "scoped_root_window_for_new_windows.cc",
242 "scoped_root_window_for_new_windows.h",
702 "screen_util.cc", 243 "screen_util.cc",
703 "screen_util.h", 244 "screen_util.h",
704 "screenshot_delegate.h", 245 "screenshot_delegate.h",
246 "session/session_controller.cc",
247 "session/session_controller.h",
248 "session/session_state_delegate.cc",
249 "session/session_state_delegate.h",
250 "session/session_state_observer.cc",
251 "session/session_state_observer.h",
705 "shared/immersive_context.cc", 252 "shared/immersive_context.cc",
706 "shared/immersive_context.h", 253 "shared/immersive_context.h",
707 "shared/immersive_focus_watcher.h", 254 "shared/immersive_focus_watcher.h",
708 "shared/immersive_fullscreen_controller.cc", 255 "shared/immersive_fullscreen_controller.cc",
709 "shared/immersive_fullscreen_controller.h", 256 "shared/immersive_fullscreen_controller.h",
710 "shared/immersive_fullscreen_controller_delegate.h", 257 "shared/immersive_fullscreen_controller_delegate.h",
711 "shared/immersive_gesture_handler.h", 258 "shared/immersive_gesture_handler.h",
712 "shared/immersive_handler_factory.cc", 259 "shared/immersive_handler_factory.cc",
713 "shared/immersive_handler_factory.h", 260 "shared/immersive_handler_factory.h",
714 "shared/immersive_revealed_lock.cc", 261 "shared/immersive_revealed_lock.cc",
715 "shared/immersive_revealed_lock.h", 262 "shared/immersive_revealed_lock.h",
263 "shelf/app_list_button.cc",
264 "shelf/app_list_button.h",
265 "shelf/app_list_shelf_item_delegate.cc",
266 "shelf/app_list_shelf_item_delegate.h",
267 "shelf/ink_drop_button_listener.h",
268 "shelf/overflow_bubble.cc",
269 "shelf/overflow_bubble.h",
270 "shelf/overflow_bubble_view.cc",
271 "shelf/overflow_bubble_view.h",
272 "shelf/overflow_button.cc",
273 "shelf/overflow_button.h",
274 "shelf/shelf_alignment_menu.cc",
275 "shelf/shelf_alignment_menu.h",
276 "shelf/shelf_application_menu_model.cc",
277 "shelf/shelf_application_menu_model.h",
278 "shelf/shelf_background_animator.cc",
279 "shelf/shelf_background_animator.h",
280 "shelf/shelf_background_animator_observer.h",
716 "shelf/shelf_bezel_event_handler.cc", 281 "shelf/shelf_bezel_event_handler.cc",
717 "shelf/shelf_bezel_event_handler.h", 282 "shelf/shelf_bezel_event_handler.h",
283 "shelf/shelf_button.cc",
284 "shelf/shelf_button.h",
285 "shelf/shelf_button_pressed_metric_tracker.cc",
286 "shelf/shelf_button_pressed_metric_tracker.h",
287 "shelf/shelf_constants.cc",
288 "shelf/shelf_constants.h",
289 "shelf/shelf_controller.cc",
290 "shelf/shelf_controller.h",
291 "shelf/shelf_delegate.h",
292 "shelf/shelf_item_delegate.cc",
293 "shelf/shelf_item_delegate.h",
294 "shelf/shelf_item_types.cc",
295 "shelf/shelf_item_types.h",
296 "shelf/shelf_layout_manager.cc",
297 "shelf/shelf_layout_manager.h",
298 "shelf/shelf_layout_manager_observer.h",
299 "shelf/shelf_locking_manager.cc",
300 "shelf/shelf_locking_manager.h",
301 "shelf/shelf_model.cc",
302 "shelf/shelf_model.h",
303 "shelf/shelf_model_observer.h",
304 "shelf/shelf_tooltip_manager.cc",
305 "shelf/shelf_tooltip_manager.h",
306 "shelf/shelf_view.cc",
307 "shelf/shelf_view.h",
308 "shelf/shelf_widget.cc",
309 "shelf/shelf_widget.h",
718 "shelf/shelf_window_targeter.cc", 310 "shelf/shelf_window_targeter.cc",
719 "shelf/shelf_window_targeter.h", 311 "shelf/shelf_window_targeter.h",
312 "shelf/shelf_window_watcher.cc",
313 "shelf/shelf_window_watcher.h",
314 "shelf/shelf_window_watcher_item_delegate.cc",
315 "shelf/shelf_window_watcher_item_delegate.h",
316 "shelf/wm_shelf.cc",
317 "shelf/wm_shelf.h",
318 "shelf/wm_shelf_observer.h",
319 "shelf/wm_shelf_util.cc",
320 "shelf/wm_shelf_util.h",
720 "shell.cc", 321 "shell.cc",
721 "shell.h", 322 "shell.h",
323 "shell_delegate.h",
722 "shell_init_params.h", 324 "shell_init_params.h",
325 "shutdown_controller.cc",
326 "shutdown_controller.h",
723 "sticky_keys/sticky_keys_controller.cc", 327 "sticky_keys/sticky_keys_controller.cc",
724 "sticky_keys/sticky_keys_controller.h", 328 "sticky_keys/sticky_keys_controller.h",
725 "sticky_keys/sticky_keys_overlay.cc", 329 "sticky_keys/sticky_keys_overlay.cc",
726 "sticky_keys/sticky_keys_overlay.h", 330 "sticky_keys/sticky_keys_overlay.h",
727 "sticky_keys/sticky_keys_state.h", 331 "sticky_keys/sticky_keys_state.h",
728 "system/chromeos/power/power_event_observer.cc", 332 "system/accessibility_observer.h",
729 "system/chromeos/power/power_event_observer.h", 333 "system/audio/audio_detailed_view.cc",
730 "system/chromeos/power/tablet_power_button_controller.cc", 334 "system/audio/audio_detailed_view.h",
731 "system/chromeos/power/tablet_power_button_controller.h", 335 "system/audio/tray_audio.cc",
732 "system/chromeos/power/video_activity_notifier.cc", 336 "system/audio/tray_audio.h",
733 "system/chromeos/power/video_activity_notifier.h", 337 "system/audio/tray_audio_delegate.h",
734 "system/chromeos/rotation/tray_rotation_lock.cc", 338 "system/audio/tray_audio_delegate_chromeos.cc",
735 "system/chromeos/rotation/tray_rotation_lock.h", 339 "system/audio/tray_audio_delegate_chromeos.h",
736 "system/chromeos/screen_layout_observer.cc", 340 "system/audio/volume_view.cc",
737 "system/chromeos/screen_layout_observer.h", 341 "system/audio/volume_view.h",
342 "system/bluetooth/bluetooth_notification_controller.cc",
343 "system/bluetooth/bluetooth_notification_controller.h",
344 "system/bluetooth/bluetooth_observer.h",
345 "system/bluetooth/tray_bluetooth.cc",
346 "system/bluetooth/tray_bluetooth.h",
347 "system/brightness/brightness_controller_chromeos.cc",
348 "system/brightness/brightness_controller_chromeos.h",
349 "system/brightness/tray_brightness.cc",
350 "system/brightness/tray_brightness.h",
351 "system/brightness_control_delegate.h",
352 "system/cast/tray_cast.cc",
353 "system/cast/tray_cast.h",
354 "system/date/clock_observer.h",
355 "system/date/date_default_view.cc",
356 "system/date/date_default_view.h",
357 "system/date/date_view.cc",
358 "system/date/date_view.h",
359 "system/date/system_info_default_view.cc",
360 "system/date/system_info_default_view.h",
361 "system/date/tray_date.cc",
362 "system/date/tray_date.h",
363 "system/date/tray_system_info.cc",
364 "system/date/tray_system_info.h",
365 "system/devicetype_utils.cc",
366 "system/devicetype_utils.h",
367 "system/enterprise/enterprise_domain_observer.h",
368 "system/enterprise/tray_enterprise.cc",
369 "system/enterprise/tray_enterprise.h",
370 "system/ime/ime_observer.h",
371 "system/ime/tray_ime_chromeos.cc",
372 "system/ime/tray_ime_chromeos.h",
373 "system/ime_menu/ime_list_view.cc",
374 "system/ime_menu/ime_list_view.h",
375 "system/ime_menu/ime_menu_tray.cc",
376 "system/ime_menu/ime_menu_tray.h",
377 "system/keyboard_brightness_control_delegate.h",
378 "system/keyboard_brightness_controller.cc",
379 "system/keyboard_brightness_controller.h",
380 "system/locale/locale_notification_controller.cc",
381 "system/locale/locale_notification_controller.h",
382 "system/media_security/multi_profile_media_tray_item.cc",
383 "system/media_security/multi_profile_media_tray_item.h",
384 "system/network/network_detailed_view.h",
385 "system/network/network_icon.cc",
386 "system/network/network_icon.h",
387 "system/network/network_icon_animation.cc",
388 "system/network/network_icon_animation.h",
389 "system/network/network_icon_animation_observer.h",
390 "system/network/network_info.cc",
391 "system/network/network_info.h",
392 "system/network/network_list.cc",
393 "system/network/network_list.h",
394 "system/network/network_list_delegate.h",
395 "system/network/network_list_md.cc",
396 "system/network/network_list_md.h",
397 "system/network/network_list_view_base.cc",
398 "system/network/network_list_view_base.h",
399 "system/network/network_observer.h",
400 "system/network/network_portal_detector_observer.h",
401 "system/network/network_state_list_detailed_view.cc",
402 "system/network/network_state_list_detailed_view.h",
403 "system/network/sms_observer.cc",
404 "system/network/sms_observer.h",
405 "system/network/tray_network.cc",
406 "system/network/tray_network.h",
407 "system/network/tray_network_state_observer.cc",
408 "system/network/tray_network_state_observer.h",
409 "system/network/tray_vpn.cc",
410 "system/network/tray_vpn.h",
411 "system/network/vpn_list.cc",
412 "system/network/vpn_list.h",
413 "system/network/vpn_list_view.cc",
414 "system/network/vpn_list_view.h",
415 "system/networking_config_delegate.cc",
416 "system/networking_config_delegate.h",
417 "system/overview/overview_button_tray.cc",
418 "system/overview/overview_button_tray.h",
419 "system/palette/common_palette_tool.cc",
420 "system/palette/common_palette_tool.h",
421 "system/palette/palette_ids.cc",
422 "system/palette/palette_ids.h",
423 "system/palette/palette_tool.cc",
424 "system/palette/palette_tool.h",
425 "system/palette/palette_tool_manager.cc",
426 "system/palette/palette_tool_manager.h",
427 "system/palette/palette_tray.cc",
428 "system/palette/palette_tray.h",
429 "system/palette/palette_utils.cc",
430 "system/palette/palette_utils.h",
431 "system/palette/tools/capture_region_mode.cc",
432 "system/palette/tools/capture_region_mode.h",
433 "system/palette/tools/capture_screen_action.cc",
434 "system/palette/tools/capture_screen_action.h",
435 "system/palette/tools/create_note_action.cc",
436 "system/palette/tools/create_note_action.h",
437 "system/palette/tools/laser_pointer_mode.cc",
438 "system/palette/tools/laser_pointer_mode.h",
439 "system/palette/tools/magnifier_mode.cc",
440 "system/palette/tools/magnifier_mode.h",
441 "system/power/battery_notification.cc",
442 "system/power/battery_notification.h",
443 "system/power/dual_role_notification.cc",
444 "system/power/dual_role_notification.h",
445 "system/power/power_event_observer.cc",
446 "system/power/power_event_observer.h",
447 "system/power/power_status.cc",
448 "system/power/power_status.h",
449 "system/power/power_status_view.cc",
450 "system/power/power_status_view.h",
451 "system/power/tablet_power_button_controller.cc",
452 "system/power/tablet_power_button_controller.h",
453 "system/power/tray_power.cc",
454 "system/power/tray_power.h",
455 "system/power/video_activity_notifier.cc",
456 "system/power/video_activity_notifier.h",
457 "system/rotation/tray_rotation_lock.cc",
458 "system/rotation/tray_rotation_lock.h",
459 "system/screen_layout_observer.cc",
460 "system/screen_layout_observer.h",
461 "system/screen_security/screen_capture_observer.h",
462 "system/screen_security/screen_capture_tray_item.cc",
463 "system/screen_security/screen_capture_tray_item.h",
464 "system/screen_security/screen_share_observer.h",
465 "system/screen_security/screen_share_tray_item.cc",
466 "system/screen_security/screen_share_tray_item.h",
467 "system/screen_security/screen_tray_item.cc",
468 "system/screen_security/screen_tray_item.h",
469 "system/session/last_window_closed_observer.h",
470 "system/session/logout_button_observer.h",
471 "system/session/logout_button_tray.cc",
472 "system/session/logout_button_tray.h",
473 "system/session/logout_confirmation_controller.cc",
474 "system/session/logout_confirmation_controller.h",
475 "system/session/logout_confirmation_dialog.cc",
476 "system/session/logout_confirmation_dialog.h",
477 "system/session/session_length_limit_observer.h",
478 "system/session/tray_session_length_limit.cc",
479 "system/session/tray_session_length_limit.h",
480 "system/settings/tray_settings.cc",
481 "system/settings/tray_settings.h",
482 "system/status_area_layout_manager.cc",
483 "system/status_area_layout_manager.h",
484 "system/status_area_widget.cc",
485 "system/status_area_widget.h",
486 "system/status_area_widget_delegate.cc",
487 "system/status_area_widget_delegate.h",
488 "system/supervised/custodian_info_tray_observer.h",
489 "system/supervised/tray_supervised_user.cc",
490 "system/supervised/tray_supervised_user.h",
491 "system/system_clock_observer.cc",
492 "system/system_clock_observer.h",
493 "system/system_notifier.cc",
494 "system/system_notifier.h",
495 "system/tiles/tiles_default_view.cc",
496 "system/tiles/tiles_default_view.h",
497 "system/tiles/tray_tiles.cc",
498 "system/tiles/tray_tiles.h",
499 "system/toast/toast_data.cc",
500 "system/toast/toast_data.h",
501 "system/toast/toast_manager.cc",
502 "system/toast/toast_manager.h",
503 "system/toast/toast_overlay.cc",
504 "system/toast/toast_overlay.h",
505 "system/tray/actionable_view.cc",
506 "system/tray/actionable_view.h",
507 "system/tray/default_system_tray_delegate.cc",
508 "system/tray/default_system_tray_delegate.h",
509 "system/tray/fixed_sized_image_view.cc",
510 "system/tray/fixed_sized_image_view.h",
511 "system/tray/hover_highlight_view.cc",
512 "system/tray/hover_highlight_view.h",
513 "system/tray/ime_info.cc",
514 "system/tray/ime_info.h",
515 "system/tray/label_tray_view.cc",
516 "system/tray/label_tray_view.h",
517 "system/tray/size_range_layout.cc",
518 "system/tray/size_range_layout.h",
519 "system/tray/special_popup_row.cc",
520 "system/tray/special_popup_row.h",
521 "system/tray/system_menu_button.cc",
522 "system/tray/system_menu_button.h",
523 "system/tray/system_tray.cc",
524 "system/tray/system_tray.h",
525 "system/tray/system_tray_bubble.cc",
526 "system/tray/system_tray_bubble.h",
527 "system/tray/system_tray_controller.cc",
528 "system/tray/system_tray_controller.h",
529 "system/tray/system_tray_delegate.cc",
530 "system/tray/system_tray_delegate.h",
531 "system/tray/system_tray_item.cc",
532 "system/tray/system_tray_item.h",
533 "system/tray/system_tray_notifier.cc",
534 "system/tray/system_tray_notifier.h",
535 "system/tray/throbber_view.cc",
536 "system/tray/throbber_view.h",
537 "system/tray/tray_background_view.cc",
538 "system/tray/tray_background_view.h",
539 "system/tray/tray_bubble_wrapper.cc",
540 "system/tray/tray_bubble_wrapper.h",
541 "system/tray/tray_constants.cc",
542 "system/tray/tray_constants.h",
543 "system/tray/tray_details_view.cc",
544 "system/tray/tray_details_view.h",
545 "system/tray/tray_event_filter.cc",
546 "system/tray/tray_event_filter.h",
547 "system/tray/tray_image_item.cc",
548 "system/tray/tray_image_item.h",
549 "system/tray/tray_item_more.cc",
550 "system/tray/tray_item_more.h",
551 "system/tray/tray_item_view.cc",
552 "system/tray/tray_item_view.h",
553 "system/tray/tray_notification_view.cc",
554 "system/tray/tray_notification_view.h",
555 "system/tray/tray_popup_header_button.cc",
556 "system/tray/tray_popup_header_button.h",
557 "system/tray/tray_popup_ink_drop_style.h",
558 "system/tray/tray_popup_item_container.cc",
559 "system/tray/tray_popup_item_container.h",
560 "system/tray/tray_popup_item_style.cc",
561 "system/tray/tray_popup_item_style.h",
562 "system/tray/tray_popup_utils.cc",
563 "system/tray/tray_popup_utils.h",
564 "system/tray/tray_utils.cc",
565 "system/tray/tray_utils.h",
566 "system/tray/tri_view.cc",
567 "system/tray/tri_view.h",
568 "system/tray/view_click_listener.h",
569 "system/tray_accessibility.cc",
570 "system/tray_accessibility.h",
571 "system/tray_caps_lock.cc",
572 "system/tray_caps_lock.h",
573 "system/tray_tracing.cc",
574 "system/tray_tracing.h",
575 "system/update/tray_update.cc",
576 "system/update/tray_update.h",
577 "system/user/button_from_view.cc",
578 "system/user/button_from_view.h",
579 "system/user/login_status.cc",
580 "system/user/login_status.h",
581 "system/user/rounded_image_view.cc",
582 "system/user/rounded_image_view.h",
583 "system/user/tray_user.cc",
584 "system/user/tray_user.h",
585 "system/user/user_card_view.cc",
586 "system/user/user_card_view.h",
587 "system/user/user_observer.h",
588 "system/user/user_view.cc",
589 "system/user/user_view.h",
590 "system/virtual_keyboard/virtual_keyboard_observer.h",
591 "system/virtual_keyboard/virtual_keyboard_tray.cc",
592 "system/virtual_keyboard/virtual_keyboard_tray.h",
593 "system/web_notification/ash_popup_alignment_delegate.cc",
594 "system/web_notification/ash_popup_alignment_delegate.h",
595 "system/web_notification/web_notification_tray.cc",
596 "system/web_notification/web_notification_tray.h",
738 "touch/ash_touch_transform_controller.cc", 597 "touch/ash_touch_transform_controller.cc",
739 "touch/ash_touch_transform_controller.h", 598 "touch/ash_touch_transform_controller.h",
740 "touch/touch_hud_debug.cc", 599 "touch/touch_hud_debug.cc",
741 "touch/touch_hud_debug.h", 600 "touch/touch_hud_debug.h",
742 "touch/touch_hud_projection.cc", 601 "touch/touch_hud_projection.cc",
743 "touch/touch_hud_projection.h", 602 "touch/touch_hud_projection.h",
744 "touch/touch_observer_hud.cc", 603 "touch/touch_observer_hud.cc",
745 "touch/touch_observer_hud.h", 604 "touch/touch_observer_hud.h",
746 "touch/touch_uma.cc", 605 "touch/touch_uma.cc",
747 "touch/touch_uma.h", 606 "touch/touch_uma.h",
748 "utility/screenshot_controller.cc", 607 "utility/screenshot_controller.cc",
749 "utility/screenshot_controller.h", 608 "utility/screenshot_controller.h",
750 "virtual_keyboard_controller.cc", 609 "virtual_keyboard_controller.cc",
751 "virtual_keyboard_controller.h", 610 "virtual_keyboard_controller.h",
611 "wallpaper/wallpaper_controller.cc",
612 "wallpaper/wallpaper_controller.h",
613 "wallpaper/wallpaper_controller_observer.h",
614 "wallpaper/wallpaper_delegate.h",
615 "wallpaper/wallpaper_view.cc",
616 "wallpaper/wallpaper_view.h",
617 "wallpaper/wallpaper_widget_controller.cc",
618 "wallpaper/wallpaper_widget_controller.h",
619 "wm/always_on_top_controller.cc",
620 "wm/always_on_top_controller.h",
752 "wm/ash_focus_rules.cc", 621 "wm/ash_focus_rules.cc",
753 "wm/ash_focus_rules.h", 622 "wm/ash_focus_rules.h",
754 "wm/ash_native_cursor_manager.cc", 623 "wm/ash_native_cursor_manager.cc",
755 "wm/ash_native_cursor_manager.h", 624 "wm/ash_native_cursor_manager.h",
756 "wm/boot_splash_screen_chromeos.cc", 625 "wm/boot_splash_screen_chromeos.cc",
757 "wm/boot_splash_screen_chromeos.h", 626 "wm/boot_splash_screen_chromeos.h",
627 "wm/container_finder.cc",
628 "wm/container_finder.h",
758 "wm/cursor_manager_chromeos.cc", 629 "wm/cursor_manager_chromeos.cc",
759 "wm/cursor_manager_chromeos.h", 630 "wm/cursor_manager_chromeos.h",
631 "wm/default_state.cc",
632 "wm/default_state.h",
633 "wm/default_window_resizer.cc",
634 "wm/default_window_resizer.h",
635 "wm/dock/docked_window_layout_manager.cc",
636 "wm/dock/docked_window_layout_manager.h",
637 "wm/dock/docked_window_layout_manager_observer.h",
638 "wm/dock/docked_window_resizer.cc",
639 "wm/dock/docked_window_resizer.h",
640 "wm/drag_details.cc",
641 "wm/drag_details.h",
760 "wm/drag_window_controller.cc", 642 "wm/drag_window_controller.cc",
761 "wm/drag_window_controller.h", 643 "wm/drag_window_controller.h",
762 "wm/drag_window_resizer.cc", 644 "wm/drag_window_resizer.cc",
763 "wm/drag_window_resizer.h", 645 "wm/drag_window_resizer.h",
764 "wm/event_client_impl.cc", 646 "wm/event_client_impl.cc",
765 "wm/event_client_impl.h", 647 "wm/event_client_impl.h",
648 "wm/focus_rules.cc",
649 "wm/focus_rules.h",
650 "wm/fullscreen_window_finder.cc",
651 "wm/fullscreen_window_finder.h",
766 "wm/gestures/overview_gesture_handler.cc", 652 "wm/gestures/overview_gesture_handler.cc",
767 "wm/gestures/overview_gesture_handler.h", 653 "wm/gestures/overview_gesture_handler.h",
654 "wm/immersive_context_ash.cc",
655 "wm/immersive_context_ash.h",
768 "wm/immersive_focus_watcher_aura.cc", 656 "wm/immersive_focus_watcher_aura.cc",
769 "wm/immersive_focus_watcher_aura.h", 657 "wm/immersive_focus_watcher_aura.h",
770 "wm/immersive_gesture_handler_aura.cc", 658 "wm/immersive_gesture_handler_aura.cc",
771 "wm/immersive_gesture_handler_aura.h", 659 "wm/immersive_gesture_handler_aura.h",
772 "wm/immersive_handler_factory_ash.cc", 660 "wm/immersive_handler_factory_ash.cc",
773 "wm/immersive_handler_factory_ash.h", 661 "wm/immersive_handler_factory_ash.h",
662 "wm/lock_layout_manager.cc",
663 "wm/lock_layout_manager.h",
774 "wm/lock_state_controller.cc", 664 "wm/lock_state_controller.cc",
775 "wm/lock_state_controller.h", 665 "wm/lock_state_controller.h",
666 "wm/lock_state_observer.h",
667 "wm/lock_window_state.cc",
668 "wm/lock_window_state.h",
669 "wm/maximize_mode/maximize_mode_controller.cc",
670 "wm/maximize_mode/maximize_mode_controller.h",
671 "wm/maximize_mode/maximize_mode_event_handler.cc",
672 "wm/maximize_mode/maximize_mode_event_handler.h",
776 "wm/maximize_mode/maximize_mode_event_handler_aura.cc", 673 "wm/maximize_mode/maximize_mode_event_handler_aura.cc",
777 "wm/maximize_mode/maximize_mode_event_handler_aura.h", 674 "wm/maximize_mode/maximize_mode_event_handler_aura.h",
675 "wm/maximize_mode/maximize_mode_window_manager.cc",
676 "wm/maximize_mode/maximize_mode_window_manager.h",
677 "wm/maximize_mode/maximize_mode_window_state.cc",
678 "wm/maximize_mode/maximize_mode_window_state.h",
679 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
778 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc", 680 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
779 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", 681 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
780 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", 682 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
781 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", 683 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
684 "wm/maximize_mode/workspace_backdrop_delegate.cc",
685 "wm/maximize_mode/workspace_backdrop_delegate.h",
686 "wm/mru_window_tracker.cc",
687 "wm/mru_window_tracker.h",
782 "wm/overlay_event_filter.cc", 688 "wm/overlay_event_filter.cc",
783 "wm/overlay_event_filter.h", 689 "wm/overlay_event_filter.h",
690 "wm/overview/cleanup_animation_observer.cc",
691 "wm/overview/cleanup_animation_observer.h",
692 "wm/overview/overview_animation_type.h",
693 "wm/overview/scoped_overview_animation_settings.h",
784 "wm/overview/scoped_overview_animation_settings_aura.cc", 694 "wm/overview/scoped_overview_animation_settings_aura.cc",
785 "wm/overview/scoped_overview_animation_settings_aura.h", 695 "wm/overview/scoped_overview_animation_settings_aura.h",
696 "wm/overview/scoped_overview_animation_settings_factory.cc",
697 "wm/overview/scoped_overview_animation_settings_factory.h",
786 "wm/overview/scoped_overview_animation_settings_factory_aura.cc", 698 "wm/overview/scoped_overview_animation_settings_factory_aura.cc",
787 "wm/overview/scoped_overview_animation_settings_factory_aura.h", 699 "wm/overview/scoped_overview_animation_settings_factory_aura.h",
700 "wm/overview/scoped_transform_overview_window.cc",
701 "wm/overview/scoped_transform_overview_window.h",
702 "wm/overview/window_grid.cc",
703 "wm/overview/window_grid.h",
704 "wm/overview/window_selector.cc",
705 "wm/overview/window_selector.h",
706 "wm/overview/window_selector_controller.cc",
707 "wm/overview/window_selector_controller.h",
708 "wm/overview/window_selector_item.cc",
709 "wm/overview/window_selector_item.h",
788 "wm/panels/attached_panel_window_targeter.cc", 710 "wm/panels/attached_panel_window_targeter.cc",
789 "wm/panels/attached_panel_window_targeter.h", 711 "wm/panels/attached_panel_window_targeter.h",
712 "wm/panels/panel_frame_view.cc",
713 "wm/panels/panel_frame_view.h",
714 "wm/panels/panel_layout_manager.cc",
715 "wm/panels/panel_layout_manager.h",
790 "wm/panels/panel_window_event_handler.cc", 716 "wm/panels/panel_window_event_handler.cc",
791 "wm/panels/panel_window_event_handler.h", 717 "wm/panels/panel_window_event_handler.h",
718 "wm/panels/panel_window_resizer.cc",
719 "wm/panels/panel_window_resizer.h",
792 "wm/power_button_controller.cc", 720 "wm/power_button_controller.cc",
793 "wm/power_button_controller.h", 721 "wm/power_button_controller.h",
794 "wm/resize_handle_window_targeter.cc", 722 "wm/resize_handle_window_targeter.cc",
795 "wm/resize_handle_window_targeter.h", 723 "wm/resize_handle_window_targeter.h",
796 "wm/resize_shadow.cc", 724 "wm/resize_shadow.cc",
797 "wm/resize_shadow.h", 725 "wm/resize_shadow.h",
798 "wm/resize_shadow_controller.cc", 726 "wm/resize_shadow_controller.cc",
799 "wm/resize_shadow_controller.h", 727 "wm/resize_shadow_controller.h",
728 "wm/root_window_finder.cc",
729 "wm/root_window_finder.h",
730 "wm/root_window_layout_manager.cc",
731 "wm/root_window_layout_manager.h",
732 "wm/screen_dimmer.cc",
733 "wm/screen_dimmer.h",
800 "wm/screen_pinning_controller.cc", 734 "wm/screen_pinning_controller.cc",
801 "wm/screen_pinning_controller.h", 735 "wm/screen_pinning_controller.h",
802 "wm/session_state_animator.cc", 736 "wm/session_state_animator.cc",
803 "wm/session_state_animator.h", 737 "wm/session_state_animator.h",
804 "wm/session_state_animator_impl.cc", 738 "wm/session_state_animator_impl.cc",
805 "wm/session_state_animator_impl.h", 739 "wm/session_state_animator_impl.h",
806 "wm/stacking_controller.cc", 740 "wm/stacking_controller.cc",
807 "wm/stacking_controller.h", 741 "wm/stacking_controller.h",
742 "wm/switchable_windows.cc",
743 "wm/switchable_windows.h",
808 "wm/system_gesture_event_filter.cc", 744 "wm/system_gesture_event_filter.cc",
809 "wm/system_gesture_event_filter.h", 745 "wm/system_gesture_event_filter.h",
810 "wm/system_modal_container_event_filter.cc", 746 "wm/system_modal_container_event_filter.cc",
811 "wm/system_modal_container_event_filter.h", 747 "wm/system_modal_container_event_filter.h",
812 "wm/system_modal_container_event_filter_delegate.h", 748 "wm/system_modal_container_event_filter_delegate.h",
749 "wm/system_modal_container_layout_manager.cc",
750 "wm/system_modal_container_layout_manager.h",
813 "wm/system_wallpaper_controller.cc", 751 "wm/system_wallpaper_controller.cc",
814 "wm/system_wallpaper_controller.h", 752 "wm/system_wallpaper_controller.h",
815 "wm/toplevel_window_event_handler.cc", 753 "wm/toplevel_window_event_handler.cc",
816 "wm/toplevel_window_event_handler.h", 754 "wm/toplevel_window_event_handler.h",
817 "wm/video_detector.cc", 755 "wm/video_detector.cc",
818 "wm/video_detector.h", 756 "wm/video_detector.h",
757 "wm/window_animation_types.h",
819 "wm/window_animations.cc", 758 "wm/window_animations.cc",
820 "wm/window_animations.h", 759 "wm/window_animations.h",
760 "wm/window_cycle_controller.cc",
761 "wm/window_cycle_controller.h",
762 "wm/window_cycle_event_filter.h",
821 "wm/window_cycle_event_filter_aura.cc", 763 "wm/window_cycle_event_filter_aura.cc",
822 "wm/window_cycle_event_filter_aura.h", 764 "wm/window_cycle_event_filter_aura.h",
765 "wm/window_cycle_list.cc",
766 "wm/window_cycle_list.h",
767 "wm/window_dimmer.cc",
768 "wm/window_dimmer.h",
823 "wm/window_mirror_view.cc", 769 "wm/window_mirror_view.cc",
824 "wm/window_mirror_view.h", 770 "wm/window_mirror_view.h",
771 "wm/window_parenting_utils.cc",
772 "wm/window_parenting_utils.h",
773 "wm/window_positioner.cc",
774 "wm/window_positioner.h",
775 "wm/window_positioning_utils.cc",
776 "wm/window_positioning_utils.h",
825 "wm/window_properties.cc", 777 "wm/window_properties.cc",
826 "wm/window_properties.h", 778 "wm/window_properties.h",
779 "wm/window_resizer.cc",
780 "wm/window_resizer.h",
781 "wm/window_state.cc",
782 "wm/window_state.h",
827 "wm/window_state_aura.cc", 783 "wm/window_state_aura.cc",
828 "wm/window_state_aura.h", 784 "wm/window_state_aura.h",
785 "wm/window_state_delegate.cc",
786 "wm/window_state_delegate.h",
787 "wm/window_state_observer.h",
788 "wm/window_state_util.cc",
789 "wm/window_state_util.h",
829 "wm/window_util.cc", 790 "wm/window_util.cc",
830 "wm/window_util.h", 791 "wm/window_util.h",
792 "wm/wm_event.cc",
793 "wm/wm_event.h",
794 "wm/wm_screen_util.cc",
795 "wm/wm_screen_util.h",
796 "wm/wm_snap_to_pixel_layout_manager.cc",
797 "wm/wm_snap_to_pixel_layout_manager.h",
798 "wm/wm_toplevel_window_event_handler.cc",
799 "wm/wm_toplevel_window_event_handler.h",
800 "wm/wm_types.cc",
801 "wm/wm_types.h",
802 "wm/wm_window_animations.cc",
803 "wm/wm_window_animations.h",
804 "wm/workspace/magnetism_matcher.cc",
805 "wm/workspace/magnetism_matcher.h",
806 "wm/workspace/multi_window_resize_controller.cc",
807 "wm/workspace/multi_window_resize_controller.h",
808 "wm/workspace/phantom_window_controller.cc",
809 "wm/workspace/phantom_window_controller.h",
810 "wm/workspace/two_step_edge_cycler.cc",
811 "wm/workspace/two_step_edge_cycler.h",
812 "wm/workspace/workspace_event_handler.cc",
813 "wm/workspace/workspace_event_handler.h",
831 "wm/workspace/workspace_event_handler_aura.cc", 814 "wm/workspace/workspace_event_handler_aura.cc",
832 "wm/workspace/workspace_event_handler_aura.h", 815 "wm/workspace/workspace_event_handler_aura.h",
816 "wm/workspace/workspace_layout_manager.cc",
817 "wm/workspace/workspace_layout_manager.h",
818 "wm/workspace/workspace_layout_manager_backdrop_delegate.h",
819 "wm/workspace/workspace_types.h",
820 "wm/workspace/workspace_window_resizer.cc",
821 "wm/workspace/workspace_window_resizer.h",
822 "wm/workspace_controller.cc",
823 "wm/workspace_controller.h",
824 "wm_activation_observer.h",
825 "wm_display_observer.h",
826 "wm_layout_manager.h",
827 "wm_shell.cc",
828 "wm_shell.h",
829 "wm_transient_window_observer.h",
830 "wm_window.cc",
831 "wm_window.h",
832 "wm_window_user_data.h",
833 ] 833 ]
834 834
835 configs += [ "//build/config:precompiled_headers" ] 835 configs += [ "//build/config:precompiled_headers" ]
836 defines = [ "ASH_IMPLEMENTATION" ] 836 defines = [ "ASH_IMPLEMENTATION" ]
837 837
838 public_deps = [ 838 public_deps = [
839 "//ash/resources", 839 "//ash/resources",
840 "//ash/resources/vector_icons", 840 "//ash/resources/vector_icons",
841 "//ash/shared:app_types", 841 "//ash/shared:app_types",
842 "//ash/strings", 842 "//ash/strings",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 ] 1146 ]
1147 } 1147 }
1148 1148
1149 # This target includes the tests that are run by both ash and mash. Eventually 1149 # This target includes the tests that are run by both ash and mash. Eventually
1150 # the majority of tests in |ash_unittests| should move here. 1150 # the majority of tests in |ash_unittests| should move here.
1151 source_set("common_unittests") { 1151 source_set("common_unittests") {
1152 testonly = true 1152 testonly = true
1153 sources = [ 1153 sources = [
1154 "accelerators/accelerator_controller_unittest.cc", 1154 "accelerators/accelerator_controller_unittest.cc",
1155 "accelerators/accelerator_filter_unittest.cc", 1155 "accelerators/accelerator_filter_unittest.cc",
1156 "accelerators/accelerator_table_unittest.cc",
1156 "accelerators/spoken_feedback_toggler_unittest.cc", 1157 "accelerators/spoken_feedback_toggler_unittest.cc",
1157 "ash_touch_exploration_manager_chromeos_unittest.cc", 1158 "ash_touch_exploration_manager_chromeos_unittest.cc",
1158 "autoclick/autoclick_unittest.cc", 1159 "autoclick/autoclick_unittest.cc",
1159 "common/accelerators/accelerator_table_unittest.cc", 1160 "devtools/ash_devtools_unittest.cc",
1160 "common/devtools/ash_devtools_unittest.cc", 1161 "drag_drop/drag_image_view_unittest.cc",
1161 "common/drag_drop/drag_image_view_unittest.cc",
1162 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c",
1163 "common/frame/custom_frame_view_ash_unittest.cc",
1164 "common/frame/default_header_painter_unittest.cc",
1165 "common/metrics/pointer_metrics_recorder_unittest.cc",
1166 "common/mus_property_mirror_ash_unittest.cc",
1167 "common/session/session_controller_unittest.cc",
1168 "common/shelf/shelf_application_menu_model_unittest.cc",
1169 "common/shelf/shelf_background_animator_unittest.cc",
1170 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc",
1171 "common/shelf/shelf_locking_manager_unittest.cc",
1172 "common/shelf/shelf_model_unittest.cc",
1173 "common/shelf/shelf_tooltip_manager_unittest.cc",
1174 "common/shelf/shelf_window_watcher_unittest.cc",
1175 "common/system/chromeos/audio/tray_audio_unittest.cc",
1176 "common/system/chromeos/brightness/tray_brightness_unittest.cc",
1177 "common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc",
1178 "common/system/chromeos/media_security/multi_profile_media_tray_item_unittes t.cc",
1179 "common/system/chromeos/network/sms_observer_unittest.cc",
1180 "common/system/chromeos/network/vpn_list_unittest.cc",
1181 "common/system/chromeos/palette/mock_palette_tool_delegate.cc",
1182 "common/system/chromeos/palette/mock_palette_tool_delegate.h",
1183 "common/system/chromeos/palette/palette_tool_manager_unittest.cc",
1184 "common/system/chromeos/palette/tools/create_note_unittest.cc",
1185 "common/system/chromeos/palette/tools/screenshot_unittest.cc",
1186 "common/system/chromeos/power/power_status_unittest.cc",
1187 "common/system/chromeos/power/power_status_view_unittest.cc",
1188 "common/system/chromeos/power/tray_power_unittest.cc",
1189 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc",
1190 "common/system/chromeos/session/logout_confirmation_controller_unittest.cc",
1191 "common/system/chromeos/session/tray_session_length_limit_unittest.cc",
1192 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc",
1193 "common/system/date/date_view_unittest.cc",
1194 "common/system/date/system_info_default_view_unittest.cc",
1195 "common/system/ime/tray_ime_chromeos_unittest.cc",
1196 "common/system/tiles/tray_tiles_unittest.cc",
1197 "common/system/tray/size_range_layout_unittest.cc",
1198 "common/system/tray/system_tray_unittest.cc",
1199 "common/system/tray/tray_details_view_unittest.cc",
1200 "common/system/tray/tri_view_unittest.cc",
1201 "common/system/update/tray_update_unittest.cc",
1202 "common/system/user/tray_user_unittest.cc",
1203 "common/wallpaper/wallpaper_controller_unittest.cc",
1204 "common/wm/container_finder_unittest.cc",
1205 "common/wm/mru_window_tracker_unittest.cc",
1206 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1207 "common/wm/workspace/workspace_layout_manager_unittest.cc",
1208 "common/wm_window_unittest.cc",
1209 "common/wm_window_user_data_unittest.cc",
1210 "first_run/first_run_helper_unittest.cc", 1162 "first_run/first_run_helper_unittest.cc",
1211 "focus_cycler_unittest.cc", 1163 "focus_cycler_unittest.cc",
1164 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
1212 "frame/caption_buttons/frame_size_button_unittest.cc", 1165 "frame/caption_buttons/frame_size_button_unittest.cc",
1166 "frame/custom_frame_view_ash_unittest.cc",
1167 "frame/default_header_painter_unittest.cc",
1213 "laser/laser_pointer_controller_unittest.cc", 1168 "laser/laser_pointer_controller_unittest.cc",
1214 "laser/laser_pointer_points_unittest.cc", 1169 "laser/laser_pointer_points_unittest.cc",
1215 "laser/laser_segment_utils_unittest.cc", 1170 "laser/laser_segment_utils_unittest.cc",
1216 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1171 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1172 "metrics/pointer_metrics_recorder_unittest.cc",
1217 "metrics/task_switch_metrics_recorder_unittest.cc", 1173 "metrics/task_switch_metrics_recorder_unittest.cc",
1218 "metrics/task_switch_time_tracker_unittest.cc", 1174 "metrics/task_switch_time_tracker_unittest.cc",
1219 "metrics/user_metrics_recorder_unittest.cc", 1175 "metrics/user_metrics_recorder_unittest.cc",
1176 "mus_property_mirror_ash_unittest.cc",
1220 "root_window_controller_unittest.cc", 1177 "root_window_controller_unittest.cc",
1221 "rotator/screen_rotation_animation_unittest.cc", 1178 "rotator/screen_rotation_animation_unittest.cc",
1222 "screen_util_unittest.cc", 1179 "screen_util_unittest.cc",
1180 "session/session_controller_unittest.cc",
1181 "shelf/shelf_application_menu_model_unittest.cc",
1182 "shelf/shelf_background_animator_unittest.cc",
1183 "shelf/shelf_button_pressed_metric_tracker_unittest.cc",
1223 "shelf/shelf_layout_manager_unittest.cc", 1184 "shelf/shelf_layout_manager_unittest.cc",
1185 "shelf/shelf_locking_manager_unittest.cc",
1186 "shelf/shelf_model_unittest.cc",
1187 "shelf/shelf_tooltip_manager_unittest.cc",
1224 "shelf/shelf_unittest.cc", 1188 "shelf/shelf_unittest.cc",
1225 "shelf/shelf_view_unittest.cc", 1189 "shelf/shelf_view_unittest.cc",
1226 "shelf/shelf_widget_unittest.cc", 1190 "shelf/shelf_widget_unittest.cc",
1191 "shelf/shelf_window_watcher_unittest.cc",
1227 "shell_unittest.cc", 1192 "shell_unittest.cc",
1228 "sticky_keys/sticky_keys_overlay_unittest.cc", 1193 "sticky_keys/sticky_keys_overlay_unittest.cc",
1229 "sticky_keys/sticky_keys_unittest.cc", 1194 "sticky_keys/sticky_keys_unittest.cc",
1230 "system/chromeos/power/power_event_observer_unittest.cc", 1195 "system/audio/tray_audio_unittest.cc",
1231 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1196 "system/brightness/tray_brightness_unittest.cc",
1232 "system/chromeos/power/video_activity_notifier_unittest.cc", 1197 "system/date/date_view_unittest.cc",
1198 "system/date/system_info_default_view_unittest.cc",
1199 "system/ime/tray_ime_chromeos_unittest.cc",
1200 "system/ime_menu/ime_menu_tray_unittest.cc",
1201 "system/media_security/multi_profile_media_tray_item_unittest.cc",
1202 "system/network/sms_observer_unittest.cc",
1203 "system/network/vpn_list_unittest.cc",
1233 "system/overview/overview_button_tray_unittest.cc", 1204 "system/overview/overview_button_tray_unittest.cc",
1205 "system/palette/mock_palette_tool_delegate.cc",
1206 "system/palette/mock_palette_tool_delegate.h",
1207 "system/palette/palette_tool_manager_unittest.cc",
1208 "system/palette/tools/create_note_unittest.cc",
1209 "system/palette/tools/screenshot_unittest.cc",
1210 "system/power/power_event_observer_unittest.cc",
1211 "system/power/power_status_unittest.cc",
1212 "system/power/power_status_view_unittest.cc",
1213 "system/power/tablet_power_button_controller_unittest.cc",
1214 "system/power/tray_power_unittest.cc",
1215 "system/power/video_activity_notifier_unittest.cc",
1216 "system/screen_security/screen_tray_item_unittest.cc",
1217 "system/session/logout_confirmation_controller_unittest.cc",
1218 "system/session/tray_session_length_limit_unittest.cc",
1219 "system/supervised/tray_supervised_user_unittest.cc",
1220 "system/tiles/tray_tiles_unittest.cc",
1234 "system/toast/toast_manager_unittest.cc", 1221 "system/toast/toast_manager_unittest.cc",
1222 "system/tray/size_range_layout_unittest.cc",
1223 "system/tray/system_tray_unittest.cc",
1224 "system/tray/tray_details_view_unittest.cc",
1225 "system/tray/tri_view_unittest.cc",
1226 "system/update/tray_update_unittest.cc",
1227 "system/user/tray_user_unittest.cc",
1235 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1228 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1236 "system/web_notification/web_notification_tray_unittest.cc", 1229 "system/web_notification/web_notification_tray_unittest.cc",
1237 "test/ash_test_helper_unittest.cc", 1230 "test/ash_test_helper_unittest.cc",
1238 "tooltips/tooltip_controller_unittest.cc", 1231 "tooltips/tooltip_controller_unittest.cc",
1232 "wallpaper/wallpaper_controller_unittest.cc",
1239 "wm/ash_focus_rules_unittest.cc", 1233 "wm/ash_focus_rules_unittest.cc",
1234 "wm/container_finder_unittest.cc",
1240 "wm/dock/docked_window_layout_manager_unittest.cc", 1235 "wm/dock/docked_window_layout_manager_unittest.cc",
1241 "wm/dock/docked_window_resizer_unittest.cc", 1236 "wm/dock/docked_window_resizer_unittest.cc",
1242 "wm/immersive_fullscreen_controller_unittest.cc", 1237 "wm/immersive_fullscreen_controller_unittest.cc",
1243 "wm/lock_state_controller_unittest.cc", 1238 "wm/lock_state_controller_unittest.cc",
1244 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1239 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1245 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1240 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1241 "wm/mru_window_tracker_unittest.cc",
1242 "wm/overview/cleanup_animation_observer_unittest.cc",
1243 "wm/workspace/workspace_layout_manager_unittest.cc",
1244 "wm_window_unittest.cc",
1245 "wm_window_user_data_unittest.cc",
1246 ] 1246 ]
1247 deps = [ 1247 deps = [
1248 "//ash", 1248 "//ash",
1249 "//ash/public/cpp:ash_public_cpp", 1249 "//ash/public/cpp:ash_public_cpp",
1250 "//ash/resources/vector_icons", 1250 "//ash/resources/vector_icons",
1251 "//ash/test:test_support_without_content", 1251 "//ash/test:test_support_without_content",
1252 "//base", 1252 "//base",
1253 "//base/test:test_support", 1253 "//base/test:test_support",
1254 "//chromeos", 1254 "//chromeos",
1255 "//chromeos:power_manager_proto", 1255 "//chromeos:power_manager_proto",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 "extended_desktop_unittest.cc", 1324 "extended_desktop_unittest.cc",
1325 1325
1326 # Specific to X11. 1326 # Specific to X11.
1327 "host/ash_window_tree_host_x11_unittest.cc", 1327 "host/ash_window_tree_host_x11_unittest.cc",
1328 1328
1329 # TODO: magnifier not supported in mash. http://crbug.com/647438. 1329 # TODO: magnifier not supported in mash. http://crbug.com/647438.
1330 "magnifier/magnification_controller_unittest.cc", 1330 "magnifier/magnification_controller_unittest.cc",
1331 "magnifier/partial_magnification_controller_unittest.cc", 1331 "magnifier/partial_magnification_controller_unittest.cc",
1332 1332
1333 # TODO: investigate failure in mash, http://crbug.com/695887. 1333 # TODO: investigate failure in mash, http://crbug.com/695887.
1334 "system/chromeos/rotation/tray_rotation_lock_unittest.cc", 1334 "system/rotation/tray_rotation_lock_unittest.cc",
1335 1335
1336 # TODO: fails as ScreenLayoutObserver is not installed in mash, 1336 # TODO: fails as ScreenLayoutObserver is not installed in mash,
1337 # http://crbug.com/696752. 1337 # http://crbug.com/696752.
1338 "system/chromeos/screen_layout_observer_unittest.cc", 1338 "system/screen_layout_observer_unittest.cc",
1339 "test/ash_test_suite.cc", 1339 "test/ash_test_suite.cc",
1340 "test/ash_test_suite.h", 1340 "test/ash_test_suite.h",
1341 "test/ash_unittests.cc", 1341 "test/ash_unittests.cc",
1342 1342
1343 # TODO(riajiang): port to work with mash. http://crbug.com/698032. 1343 # TODO(riajiang): port to work with mash. http://crbug.com/698032.
1344 "touch/touch_observer_hud_unittest.cc", 1344 "touch/touch_observer_hud_unittest.cc",
1345 1345
1346 # TODO(moshayedi): port to work with mash. http://crbug.com/698033. 1346 # TODO(moshayedi): port to work with mash. http://crbug.com/698033.
1347 "utility/screenshot_controller_unittest.cc", 1347 "utility/screenshot_controller_unittest.cc",
1348 1348
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 "//content/public/app:both", 1495 "//content/public/app:both",
1496 "//device/bluetooth", 1496 "//device/bluetooth",
1497 ] 1497 ]
1498 1498
1499 data_deps = [ 1499 data_deps = [
1500 "//ash/strings:ash_test_strings", 1500 "//ash/strings:ash_test_strings",
1501 "//ash/resources:ash_test_resources_with_content_100_percent", 1501 "//ash/resources:ash_test_resources_with_content_100_percent",
1502 "//ash/resources:ash_test_resources_200_percent", 1502 "//ash/resources:ash_test_resources_200_percent",
1503 ] 1503 ]
1504 } 1504 }
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698