OLD | NEW |
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", | |
20 "accelerators/accelerator_commands_aura.cc", | 18 "accelerators/accelerator_commands_aura.cc", |
21 "accelerators/accelerator_commands_aura.h", | 19 "accelerators/accelerator_commands_aura.h", |
22 "accelerators/accelerator_controller.cc", | |
23 "accelerators/accelerator_controller.h", | |
24 "accelerators/accelerator_controller_delegate.h", | |
25 "accelerators/accelerator_controller_delegate_aura.cc", | 20 "accelerators/accelerator_controller_delegate_aura.cc", |
26 "accelerators/accelerator_controller_delegate_aura.h", | 21 "accelerators/accelerator_controller_delegate_aura.h", |
27 "accelerators/accelerator_delegate.cc", | 22 "accelerators/accelerator_delegate.cc", |
28 "accelerators/accelerator_delegate.h", | 23 "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", | |
39 "accelerators/key_hold_detector.cc", | 24 "accelerators/key_hold_detector.cc", |
40 "accelerators/key_hold_detector.h", | 25 "accelerators/key_hold_detector.h", |
41 "accelerators/magnifier_key_scroller.cc", | 26 "accelerators/magnifier_key_scroller.cc", |
42 "accelerators/magnifier_key_scroller.h", | 27 "accelerators/magnifier_key_scroller.h", |
43 "accelerators/spoken_feedback_toggler.cc", | 28 "accelerators/spoken_feedback_toggler.cc", |
44 "accelerators/spoken_feedback_toggler.h", | 29 "accelerators/spoken_feedback_toggler.h", |
45 "animation/animation_change_type.h", | 30 "animation/animation_change_type.h", |
46 "app_list/app_list_delegate_impl.cc", | 31 "app_list/app_list_delegate_impl.cc", |
47 "app_list/app_list_delegate_impl.h", | 32 "app_list/app_list_delegate_impl.h", |
48 "app_list/app_list_presenter_delegate.cc", | 33 "app_list/app_list_presenter_delegate.cc", |
49 "app_list/app_list_presenter_delegate.h", | 34 "app_list/app_list_presenter_delegate.h", |
50 "app_list/app_list_presenter_delegate_factory.cc", | 35 "app_list/app_list_presenter_delegate_factory.cc", |
51 "app_list/app_list_presenter_delegate_factory.h", | 36 "app_list/app_list_presenter_delegate_factory.h", |
52 "ash_export.h", | 37 "ash_export.h", |
53 "ash_touch_exploration_manager_chromeos.cc", | 38 "ash_touch_exploration_manager_chromeos.cc", |
54 "ash_touch_exploration_manager_chromeos.h", | 39 "ash_touch_exploration_manager_chromeos.h", |
55 "aura/aura_layout_manager_adapter.cc", | 40 "aura/aura_layout_manager_adapter.cc", |
56 "aura/aura_layout_manager_adapter.h", | 41 "aura/aura_layout_manager_adapter.h", |
57 "aura/key_event_watcher_aura.cc", | 42 "aura/key_event_watcher_aura.cc", |
58 "aura/key_event_watcher_aura.h", | 43 "aura/key_event_watcher_aura.h", |
59 "aura/pointer_watcher_adapter.cc", | 44 "aura/pointer_watcher_adapter.cc", |
60 "aura/pointer_watcher_adapter.h", | 45 "aura/pointer_watcher_adapter.h", |
61 "aura/wm_shell_aura.cc", | 46 "aura/wm_shell_aura.cc", |
62 "aura/wm_shell_aura.h", | 47 "aura/wm_shell_aura.h", |
63 "autoclick/autoclick_controller.cc", | 48 "autoclick/autoclick_controller.cc", |
64 "autoclick/autoclick_controller.h", | 49 "autoclick/autoclick_controller.h", |
65 "cancel_mode.cc", | 50 "cancel_mode.cc", |
66 "cancel_mode.h", | 51 "cancel_mode.h", |
| 52 "common/accelerators/accelerator_commands.cc", |
| 53 "common/accelerators/accelerator_commands.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", | 67 "common/accessibility_delegate.h", |
68 "common/accessibility_types.h", | 68 "common/accessibility_types.h", |
69 "common/ash_constants.cc", | 69 "common/ash_constants.cc", |
70 "common/ash_constants.h", | 70 "common/ash_constants.h", |
71 "common/ash_layout_constants.cc", | 71 "common/ash_layout_constants.cc", |
72 "common/ash_layout_constants.h", | 72 "common/ash_layout_constants.h", |
73 "common/ash_switches.cc", | 73 "common/ash_switches.cc", |
74 "common/ash_switches.h", | 74 "common/ash_switches.h", |
75 "common/cast_config_controller.cc", | 75 "common/cast_config_controller.cc", |
76 "common/cast_config_controller.h", | 76 "common/cast_config_controller.h", |
77 "common/default_accessibility_delegate.cc", | 77 "common/default_accessibility_delegate.cc", |
78 "common/default_accessibility_delegate.h", | 78 "common/default_accessibility_delegate.h", |
79 "common/devtools/ash_devtools_css_agent.cc", | 79 "common/devtools/ash_devtools_css_agent.cc", |
80 "common/devtools/ash_devtools_css_agent.h", | 80 "common/devtools/ash_devtools_css_agent.h", |
81 "common/devtools/ash_devtools_dom_agent.cc", | 81 "common/devtools/ash_devtools_dom_agent.cc", |
82 "common/devtools/ash_devtools_dom_agent.h", | 82 "common/devtools/ash_devtools_dom_agent.h", |
| 83 "common/drag_drop/drag_image_view.cc", |
| 84 "common/drag_drop/drag_image_view.h", |
83 "common/focus_cycler.cc", | 85 "common/focus_cycler.cc", |
84 "common/focus_cycler.h", | 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", |
85 "common/gpu_support.h", | 106 "common/gpu_support.h", |
86 "common/gpu_support_stub.cc", | 107 "common/gpu_support_stub.cc", |
87 "common/gpu_support_stub.h", | 108 "common/gpu_support_stub.h", |
88 "common/key_event_watcher.cc", | 109 "common/key_event_watcher.cc", |
89 "common/key_event_watcher.h", | 110 "common/key_event_watcher.h", |
90 "common/keyboard/keyboard_ui.cc", | 111 "common/keyboard/keyboard_ui.cc", |
91 "common/keyboard/keyboard_ui.h", | 112 "common/keyboard/keyboard_ui.h", |
92 "common/keyboard/keyboard_ui_observer.h", | 113 "common/keyboard/keyboard_ui_observer.h", |
93 "common/login_status.h", | 114 "common/login_status.h", |
94 "common/material_design/material_design_controller.cc", | 115 "common/material_design/material_design_controller.cc", |
95 "common/material_design/material_design_controller.h", | 116 "common/material_design/material_design_controller.h", |
96 "common/media_controller.cc", | 117 "common/media_controller.cc", |
97 "common/media_controller.h", | 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", |
98 "common/mojo_interface_factory.cc", | 123 "common/mojo_interface_factory.cc", |
99 "common/mojo_interface_factory.h", | 124 "common/mojo_interface_factory.h", |
100 "common/multi_profile_uma.cc", | 125 "common/multi_profile_uma.cc", |
101 "common/multi_profile_uma.h", | 126 "common/multi_profile_uma.h", |
102 "common/new_window_controller.cc", | 127 "common/new_window_controller.cc", |
103 "common/new_window_controller.h", | 128 "common/new_window_controller.h", |
104 "common/palette_delegate.h", | 129 "common/palette_delegate.h", |
105 "common/scoped_root_window_for_new_windows.cc", | 130 "common/scoped_root_window_for_new_windows.cc", |
106 "common/scoped_root_window_for_new_windows.h", | 131 "common/scoped_root_window_for_new_windows.h", |
107 "common/session/session_controller.cc", | 132 "common/session/session_controller.cc", |
108 "common/session/session_controller.h", | 133 "common/session/session_controller.h", |
109 "common/session/session_state_delegate.cc", | 134 "common/session/session_state_delegate.cc", |
110 "common/session/session_state_delegate.h", | 135 "common/session/session_state_delegate.h", |
111 "common/session/session_state_observer.cc", | 136 "common/session/session_state_observer.cc", |
112 "common/session/session_state_observer.h", | 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", |
113 "common/shell_delegate.h", | 192 "common/shell_delegate.h", |
114 "common/shutdown_controller.cc", | 193 "common/shutdown_controller.cc", |
115 "common/shutdown_controller.h", | 194 "common/shutdown_controller.h", |
116 "common/wallpaper/wallpaper_controller.cc", | 195 "common/wallpaper/wallpaper_controller.cc", |
117 "common/wallpaper/wallpaper_controller.h", | 196 "common/wallpaper/wallpaper_controller.h", |
118 "common/wallpaper/wallpaper_controller_observer.h", | 197 "common/wallpaper/wallpaper_controller_observer.h", |
119 "common/wallpaper/wallpaper_delegate.h", | 198 "common/wallpaper/wallpaper_delegate.h", |
120 "common/wallpaper/wallpaper_view.cc", | 199 "common/wallpaper/wallpaper_view.cc", |
121 "common/wallpaper/wallpaper_view.h", | 200 "common/wallpaper/wallpaper_view.h", |
122 "common/wallpaper/wallpaper_widget_controller.cc", | 201 "common/wallpaper/wallpaper_widget_controller.cc", |
123 "common/wallpaper/wallpaper_widget_controller.h", | 202 "common/wallpaper/wallpaper_widget_controller.h", |
| 203 "common/wm/always_on_top_controller.cc", |
| 204 "common/wm/always_on_top_controller.h", |
| 205 "common/wm/container_finder.cc", |
| 206 "common/wm/container_finder.h", |
| 207 "common/wm/default_state.cc", |
| 208 "common/wm/default_state.h", |
| 209 "common/wm/default_window_resizer.cc", |
| 210 "common/wm/default_window_resizer.h", |
| 211 "common/wm/dock/docked_window_layout_manager.cc", |
| 212 "common/wm/dock/docked_window_layout_manager.h", |
| 213 "common/wm/dock/docked_window_layout_manager_observer.h", |
| 214 "common/wm/dock/docked_window_resizer.cc", |
| 215 "common/wm/dock/docked_window_resizer.h", |
| 216 "common/wm/drag_details.cc", |
| 217 "common/wm/drag_details.h", |
| 218 "common/wm/focus_rules.cc", |
| 219 "common/wm/focus_rules.h", |
| 220 "common/wm/fullscreen_window_finder.cc", |
| 221 "common/wm/fullscreen_window_finder.h", |
| 222 "common/wm/immersive_context_ash.cc", |
| 223 "common/wm/immersive_context_ash.h", |
| 224 "common/wm/lock_layout_manager.cc", |
| 225 "common/wm/lock_layout_manager.h", |
| 226 "common/wm/lock_state_observer.h", |
| 227 "common/wm/lock_window_state.cc", |
| 228 "common/wm/lock_window_state.h", |
| 229 "common/wm/maximize_mode/maximize_mode_controller.cc", |
| 230 "common/wm/maximize_mode/maximize_mode_controller.h", |
| 231 "common/wm/maximize_mode/maximize_mode_event_handler.cc", |
| 232 "common/wm/maximize_mode/maximize_mode_event_handler.h", |
| 233 "common/wm/maximize_mode/maximize_mode_window_manager.cc", |
| 234 "common/wm/maximize_mode/maximize_mode_window_manager.h", |
| 235 "common/wm/maximize_mode/maximize_mode_window_state.cc", |
| 236 "common/wm/maximize_mode/maximize_mode_window_state.h", |
| 237 "common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h", |
| 238 "common/wm/maximize_mode/workspace_backdrop_delegate.cc", |
| 239 "common/wm/maximize_mode/workspace_backdrop_delegate.h", |
| 240 "common/wm/mru_window_tracker.cc", |
| 241 "common/wm/mru_window_tracker.h", |
| 242 "common/wm/overview/cleanup_animation_observer.cc", |
| 243 "common/wm/overview/cleanup_animation_observer.h", |
| 244 "common/wm/overview/overview_animation_type.h", |
| 245 "common/wm/overview/scoped_overview_animation_settings.h", |
| 246 "common/wm/overview/scoped_overview_animation_settings_factory.cc", |
| 247 "common/wm/overview/scoped_overview_animation_settings_factory.h", |
| 248 "common/wm/overview/scoped_transform_overview_window.cc", |
| 249 "common/wm/overview/scoped_transform_overview_window.h", |
| 250 "common/wm/overview/window_grid.cc", |
| 251 "common/wm/overview/window_grid.h", |
| 252 "common/wm/overview/window_selector.cc", |
| 253 "common/wm/overview/window_selector.h", |
| 254 "common/wm/overview/window_selector_controller.cc", |
| 255 "common/wm/overview/window_selector_controller.h", |
| 256 "common/wm/overview/window_selector_item.cc", |
| 257 "common/wm/overview/window_selector_item.h", |
| 258 "common/wm/panels/panel_frame_view.cc", |
| 259 "common/wm/panels/panel_frame_view.h", |
| 260 "common/wm/panels/panel_layout_manager.cc", |
| 261 "common/wm/panels/panel_layout_manager.h", |
| 262 "common/wm/panels/panel_window_resizer.cc", |
| 263 "common/wm/panels/panel_window_resizer.h", |
| 264 "common/wm/root_window_finder.cc", |
| 265 "common/wm/root_window_finder.h", |
| 266 "common/wm/root_window_layout_manager.cc", |
| 267 "common/wm/root_window_layout_manager.h", |
| 268 "common/wm/screen_dimmer.cc", |
| 269 "common/wm/screen_dimmer.h", |
| 270 "common/wm/switchable_windows.cc", |
| 271 "common/wm/switchable_windows.h", |
| 272 "common/wm/system_modal_container_layout_manager.cc", |
| 273 "common/wm/system_modal_container_layout_manager.h", |
| 274 "common/wm/window_animation_types.h", |
| 275 "common/wm/window_cycle_controller.cc", |
| 276 "common/wm/window_cycle_controller.h", |
| 277 "common/wm/window_cycle_event_filter.h", |
| 278 "common/wm/window_cycle_list.cc", |
| 279 "common/wm/window_cycle_list.h", |
| 280 "common/wm/window_dimmer.cc", |
| 281 "common/wm/window_dimmer.h", |
| 282 "common/wm/window_parenting_utils.cc", |
| 283 "common/wm/window_parenting_utils.h", |
| 284 "common/wm/window_positioner.cc", |
| 285 "common/wm/window_positioner.h", |
| 286 "common/wm/window_positioning_utils.cc", |
| 287 "common/wm/window_positioning_utils.h", |
| 288 "common/wm/window_resizer.cc", |
| 289 "common/wm/window_resizer.h", |
| 290 "common/wm/window_state.cc", |
| 291 "common/wm/window_state.h", |
| 292 "common/wm/window_state_delegate.cc", |
| 293 "common/wm/window_state_delegate.h", |
| 294 "common/wm/window_state_observer.h", |
| 295 "common/wm/window_state_util.cc", |
| 296 "common/wm/window_state_util.h", |
| 297 "common/wm/wm_event.cc", |
| 298 "common/wm/wm_event.h", |
| 299 "common/wm/wm_screen_util.cc", |
| 300 "common/wm/wm_screen_util.h", |
| 301 "common/wm/wm_snap_to_pixel_layout_manager.cc", |
| 302 "common/wm/wm_snap_to_pixel_layout_manager.h", |
| 303 "common/wm/wm_toplevel_window_event_handler.cc", |
| 304 "common/wm/wm_toplevel_window_event_handler.h", |
| 305 "common/wm/wm_types.cc", |
| 306 "common/wm/wm_types.h", |
| 307 "common/wm/wm_window_animations.cc", |
| 308 "common/wm/wm_window_animations.h", |
| 309 "common/wm/workspace/magnetism_matcher.cc", |
| 310 "common/wm/workspace/magnetism_matcher.h", |
| 311 "common/wm/workspace/multi_window_resize_controller.cc", |
| 312 "common/wm/workspace/multi_window_resize_controller.h", |
| 313 "common/wm/workspace/phantom_window_controller.cc", |
| 314 "common/wm/workspace/phantom_window_controller.h", |
| 315 "common/wm/workspace/two_step_edge_cycler.cc", |
| 316 "common/wm/workspace/two_step_edge_cycler.h", |
| 317 "common/wm/workspace/workspace_event_handler.cc", |
| 318 "common/wm/workspace/workspace_event_handler.h", |
| 319 "common/wm/workspace/workspace_layout_manager.cc", |
| 320 "common/wm/workspace/workspace_layout_manager.h", |
| 321 "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h", |
| 322 "common/wm/workspace/workspace_types.h", |
| 323 "common/wm/workspace/workspace_window_resizer.cc", |
| 324 "common/wm/workspace/workspace_window_resizer.h", |
| 325 "common/wm/workspace_controller.cc", |
| 326 "common/wm/workspace_controller.h", |
124 "common/wm_activation_observer.h", | 327 "common/wm_activation_observer.h", |
125 "common/wm_display_observer.h", | 328 "common/wm_display_observer.h", |
126 "common/wm_layout_manager.h", | 329 "common/wm_layout_manager.h", |
127 "common/wm_shell.cc", | 330 "common/wm_shell.cc", |
128 "common/wm_shell.h", | 331 "common/wm_shell.h", |
129 "common/wm_transient_window_observer.h", | 332 "common/wm_transient_window_observer.h", |
130 "common/wm_window.cc", | 333 "common/wm_window.cc", |
131 "common/wm_window.h", | 334 "common/wm_window.h", |
132 "common/wm_window_user_data.h", | 335 "common/wm_window_user_data.h", |
133 "debug.cc", | 336 "debug.cc", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "display/shutdown_observer_chromeos.cc", | 381 "display/shutdown_observer_chromeos.cc", |
179 "display/shutdown_observer_chromeos.h", | 382 "display/shutdown_observer_chromeos.h", |
180 "display/unified_mouse_warp_controller.cc", | 383 "display/unified_mouse_warp_controller.cc", |
181 "display/unified_mouse_warp_controller.h", | 384 "display/unified_mouse_warp_controller.h", |
182 "display/window_tree_host_manager.cc", | 385 "display/window_tree_host_manager.cc", |
183 "display/window_tree_host_manager.h", | 386 "display/window_tree_host_manager.h", |
184 "drag_drop/drag_drop_controller.cc", | 387 "drag_drop/drag_drop_controller.cc", |
185 "drag_drop/drag_drop_controller.h", | 388 "drag_drop/drag_drop_controller.h", |
186 "drag_drop/drag_drop_tracker.cc", | 389 "drag_drop/drag_drop_tracker.cc", |
187 "drag_drop/drag_drop_tracker.h", | 390 "drag_drop/drag_drop_tracker.h", |
188 "drag_drop/drag_image_view.cc", | |
189 "drag_drop/drag_image_view.h", | |
190 "first_run/desktop_cleaner.cc", | 391 "first_run/desktop_cleaner.cc", |
191 "first_run/desktop_cleaner.h", | 392 "first_run/desktop_cleaner.h", |
192 "first_run/first_run_helper.cc", | 393 "first_run/first_run_helper.cc", |
193 "first_run/first_run_helper.h", | 394 "first_run/first_run_helper.h", |
194 "first_run/first_run_helper_impl.cc", | 395 "first_run/first_run_helper_impl.cc", |
195 "first_run/first_run_helper_impl.h", | 396 "first_run/first_run_helper_impl.h", |
196 "frame/caption_buttons/caption_button_types.h", | |
197 "frame/caption_buttons/frame_caption_button.cc", | |
198 "frame/caption_buttons/frame_caption_button.h", | |
199 "frame/caption_buttons/frame_caption_button_container_view.cc", | |
200 "frame/caption_buttons/frame_caption_button_container_view.h", | |
201 "frame/caption_buttons/frame_size_button.cc", | |
202 "frame/caption_buttons/frame_size_button.h", | |
203 "frame/caption_buttons/frame_size_button_delegate.h", | |
204 "frame/custom_frame_view_ash.cc", | |
205 "frame/custom_frame_view_ash.h", | |
206 "frame/default_header_painter.cc", | |
207 "frame/default_header_painter.h", | |
208 "frame/frame_border_hit_test.cc", | |
209 "frame/frame_border_hit_test.h", | |
210 "frame/header_painter.h", | |
211 "frame/header_painter_util.cc", | |
212 "frame/header_painter_util.h", | |
213 "frame/header_view.cc", | |
214 "frame/header_view.h", | |
215 "high_contrast/high_contrast_controller.cc", | 397 "high_contrast/high_contrast_controller.cc", |
216 "high_contrast/high_contrast_controller.h", | 398 "high_contrast/high_contrast_controller.h", |
217 "host/ash_window_tree_host.cc", | 399 "host/ash_window_tree_host.cc", |
218 "host/ash_window_tree_host.h", | 400 "host/ash_window_tree_host.h", |
219 "host/ash_window_tree_host_init_params.h", | 401 "host/ash_window_tree_host_init_params.h", |
220 "host/ash_window_tree_host_platform.cc", | 402 "host/ash_window_tree_host_platform.cc", |
221 "host/ash_window_tree_host_platform.h", | 403 "host/ash_window_tree_host_platform.h", |
222 "host/ash_window_tree_host_unified.cc", | 404 "host/ash_window_tree_host_unified.cc", |
223 "host/ash_window_tree_host_unified.h", | 405 "host/ash_window_tree_host_unified.h", |
224 "host/ash_window_tree_host_x11.cc", | 406 "host/ash_window_tree_host_x11.cc", |
(...skipping 14 matching lines...) Expand all Loading... |
239 "link_handler_model.cc", | 421 "link_handler_model.cc", |
240 "link_handler_model.h", | 422 "link_handler_model.h", |
241 "link_handler_model_factory.cc", | 423 "link_handler_model_factory.cc", |
242 "link_handler_model_factory.h", | 424 "link_handler_model_factory.h", |
243 "magnifier/magnification_controller.cc", | 425 "magnifier/magnification_controller.cc", |
244 "magnifier/magnification_controller.h", | 426 "magnifier/magnification_controller.h", |
245 "magnifier/partial_magnification_controller.cc", | 427 "magnifier/partial_magnification_controller.cc", |
246 "magnifier/partial_magnification_controller.h", | 428 "magnifier/partial_magnification_controller.h", |
247 "metrics/desktop_task_switch_metric_recorder.cc", | 429 "metrics/desktop_task_switch_metric_recorder.cc", |
248 "metrics/desktop_task_switch_metric_recorder.h", | 430 "metrics/desktop_task_switch_metric_recorder.h", |
249 "metrics/gesture_action_type.h", | |
250 "metrics/pointer_metrics_recorder.cc", | |
251 "metrics/pointer_metrics_recorder.h", | |
252 "metrics/task_switch_metrics_recorder.cc", | 431 "metrics/task_switch_metrics_recorder.cc", |
253 "metrics/task_switch_metrics_recorder.h", | 432 "metrics/task_switch_metrics_recorder.h", |
254 "metrics/task_switch_time_tracker.cc", | 433 "metrics/task_switch_time_tracker.cc", |
255 "metrics/task_switch_time_tracker.h", | 434 "metrics/task_switch_time_tracker.h", |
256 "metrics/user_metrics_action.h", | |
257 "metrics/user_metrics_recorder.cc", | 435 "metrics/user_metrics_recorder.cc", |
258 "metrics/user_metrics_recorder.h", | 436 "metrics/user_metrics_recorder.h", |
259 "root_window_controller.cc", | 437 "root_window_controller.cc", |
260 "root_window_controller.h", | 438 "root_window_controller.h", |
261 "root_window_settings.cc", | 439 "root_window_settings.cc", |
262 "root_window_settings.h", | 440 "root_window_settings.h", |
263 "rotator/screen_rotation_animation.cc", | 441 "rotator/screen_rotation_animation.cc", |
264 "rotator/screen_rotation_animation.h", | 442 "rotator/screen_rotation_animation.h", |
265 "rotator/screen_rotation_animator.cc", | 443 "rotator/screen_rotation_animator.cc", |
266 "rotator/screen_rotation_animator.h", | 444 "rotator/screen_rotation_animator.h", |
267 "rotator/window_rotation.cc", | 445 "rotator/window_rotation.cc", |
268 "rotator/window_rotation.h", | 446 "rotator/window_rotation.h", |
269 "screen_util.cc", | 447 "screen_util.cc", |
270 "screen_util.h", | 448 "screen_util.h", |
271 "screenshot_delegate.h", | 449 "screenshot_delegate.h", |
272 "shared/immersive_context.cc", | 450 "shared/immersive_context.cc", |
273 "shared/immersive_context.h", | 451 "shared/immersive_context.h", |
274 "shared/immersive_focus_watcher.h", | 452 "shared/immersive_focus_watcher.h", |
275 "shared/immersive_fullscreen_controller.cc", | 453 "shared/immersive_fullscreen_controller.cc", |
276 "shared/immersive_fullscreen_controller.h", | 454 "shared/immersive_fullscreen_controller.h", |
277 "shared/immersive_fullscreen_controller_delegate.h", | 455 "shared/immersive_fullscreen_controller_delegate.h", |
278 "shared/immersive_gesture_handler.h", | 456 "shared/immersive_gesture_handler.h", |
279 "shared/immersive_handler_factory.cc", | 457 "shared/immersive_handler_factory.cc", |
280 "shared/immersive_handler_factory.h", | 458 "shared/immersive_handler_factory.h", |
281 "shared/immersive_revealed_lock.cc", | 459 "shared/immersive_revealed_lock.cc", |
282 "shared/immersive_revealed_lock.h", | 460 "shared/immersive_revealed_lock.h", |
283 "shelf/app_list_button.cc", | |
284 "shelf/app_list_button.h", | |
285 "shelf/app_list_shelf_item_delegate.cc", | |
286 "shelf/app_list_shelf_item_delegate.h", | |
287 "shelf/ink_drop_button_listener.h", | |
288 "shelf/overflow_bubble.cc", | |
289 "shelf/overflow_bubble.h", | |
290 "shelf/overflow_bubble_view.cc", | |
291 "shelf/overflow_bubble_view.h", | |
292 "shelf/overflow_button.cc", | |
293 "shelf/overflow_button.h", | |
294 "shelf/shelf_alignment_menu.cc", | |
295 "shelf/shelf_alignment_menu.h", | |
296 "shelf/shelf_application_menu_model.cc", | |
297 "shelf/shelf_application_menu_model.h", | |
298 "shelf/shelf_background_animator.cc", | |
299 "shelf/shelf_background_animator.h", | |
300 "shelf/shelf_background_animator_observer.h", | |
301 "shelf/shelf_bezel_event_handler.cc", | 461 "shelf/shelf_bezel_event_handler.cc", |
302 "shelf/shelf_bezel_event_handler.h", | 462 "shelf/shelf_bezel_event_handler.h", |
303 "shelf/shelf_button.cc", | |
304 "shelf/shelf_button.h", | |
305 "shelf/shelf_button_pressed_metric_tracker.cc", | |
306 "shelf/shelf_button_pressed_metric_tracker.h", | |
307 "shelf/shelf_constants.cc", | |
308 "shelf/shelf_constants.h", | |
309 "shelf/shelf_controller.cc", | |
310 "shelf/shelf_controller.h", | |
311 "shelf/shelf_delegate.h", | |
312 "shelf/shelf_item_delegate.cc", | |
313 "shelf/shelf_item_delegate.h", | |
314 "shelf/shelf_item_types.cc", | |
315 "shelf/shelf_item_types.h", | |
316 "shelf/shelf_layout_manager.cc", | |
317 "shelf/shelf_layout_manager.h", | |
318 "shelf/shelf_layout_manager_observer.h", | |
319 "shelf/shelf_locking_manager.cc", | |
320 "shelf/shelf_locking_manager.h", | |
321 "shelf/shelf_model.cc", | |
322 "shelf/shelf_model.h", | |
323 "shelf/shelf_model_observer.h", | |
324 "shelf/shelf_tooltip_manager.cc", | |
325 "shelf/shelf_tooltip_manager.h", | |
326 "shelf/shelf_view.cc", | |
327 "shelf/shelf_view.h", | |
328 "shelf/shelf_widget.cc", | |
329 "shelf/shelf_widget.h", | |
330 "shelf/shelf_window_targeter.cc", | 463 "shelf/shelf_window_targeter.cc", |
331 "shelf/shelf_window_targeter.h", | 464 "shelf/shelf_window_targeter.h", |
332 "shelf/shelf_window_watcher.cc", | |
333 "shelf/shelf_window_watcher.h", | |
334 "shelf/shelf_window_watcher_item_delegate.cc", | |
335 "shelf/shelf_window_watcher_item_delegate.h", | |
336 "shelf/wm_shelf.cc", | |
337 "shelf/wm_shelf.h", | |
338 "shelf/wm_shelf_observer.h", | |
339 "shelf/wm_shelf_util.cc", | |
340 "shelf/wm_shelf_util.h", | |
341 "shell.cc", | 465 "shell.cc", |
342 "shell.h", | 466 "shell.h", |
343 "shell_init_params.h", | 467 "shell_init_params.h", |
344 "sticky_keys/sticky_keys_controller.cc", | 468 "sticky_keys/sticky_keys_controller.cc", |
345 "sticky_keys/sticky_keys_controller.h", | 469 "sticky_keys/sticky_keys_controller.h", |
346 "sticky_keys/sticky_keys_overlay.cc", | 470 "sticky_keys/sticky_keys_overlay.cc", |
347 "sticky_keys/sticky_keys_overlay.h", | 471 "sticky_keys/sticky_keys_overlay.h", |
348 "sticky_keys/sticky_keys_state.h", | 472 "sticky_keys/sticky_keys_state.h", |
349 "system/accessibility_observer.h", | 473 "system/accessibility_observer.h", |
350 "system/audio/audio_detailed_view.cc", | 474 "system/audio/audio_detailed_view.cc", |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 "touch/touch_hud_projection.cc", | 742 "touch/touch_hud_projection.cc", |
619 "touch/touch_hud_projection.h", | 743 "touch/touch_hud_projection.h", |
620 "touch/touch_observer_hud.cc", | 744 "touch/touch_observer_hud.cc", |
621 "touch/touch_observer_hud.h", | 745 "touch/touch_observer_hud.h", |
622 "touch/touch_uma.cc", | 746 "touch/touch_uma.cc", |
623 "touch/touch_uma.h", | 747 "touch/touch_uma.h", |
624 "utility/screenshot_controller.cc", | 748 "utility/screenshot_controller.cc", |
625 "utility/screenshot_controller.h", | 749 "utility/screenshot_controller.h", |
626 "virtual_keyboard_controller.cc", | 750 "virtual_keyboard_controller.cc", |
627 "virtual_keyboard_controller.h", | 751 "virtual_keyboard_controller.h", |
628 "wm/always_on_top_controller.cc", | |
629 "wm/always_on_top_controller.h", | |
630 "wm/ash_focus_rules.cc", | 752 "wm/ash_focus_rules.cc", |
631 "wm/ash_focus_rules.h", | 753 "wm/ash_focus_rules.h", |
632 "wm/ash_native_cursor_manager.cc", | 754 "wm/ash_native_cursor_manager.cc", |
633 "wm/ash_native_cursor_manager.h", | 755 "wm/ash_native_cursor_manager.h", |
634 "wm/boot_splash_screen_chromeos.cc", | 756 "wm/boot_splash_screen_chromeos.cc", |
635 "wm/boot_splash_screen_chromeos.h", | 757 "wm/boot_splash_screen_chromeos.h", |
636 "wm/container_finder.cc", | |
637 "wm/container_finder.h", | |
638 "wm/cursor_manager_chromeos.cc", | 758 "wm/cursor_manager_chromeos.cc", |
639 "wm/cursor_manager_chromeos.h", | 759 "wm/cursor_manager_chromeos.h", |
640 "wm/default_state.cc", | |
641 "wm/default_state.h", | |
642 "wm/default_window_resizer.cc", | |
643 "wm/default_window_resizer.h", | |
644 "wm/dock/docked_window_layout_manager.cc", | |
645 "wm/dock/docked_window_layout_manager.h", | |
646 "wm/dock/docked_window_layout_manager_observer.h", | |
647 "wm/dock/docked_window_resizer.cc", | |
648 "wm/dock/docked_window_resizer.h", | |
649 "wm/drag_details.cc", | |
650 "wm/drag_details.h", | |
651 "wm/drag_window_controller.cc", | 760 "wm/drag_window_controller.cc", |
652 "wm/drag_window_controller.h", | 761 "wm/drag_window_controller.h", |
653 "wm/drag_window_resizer.cc", | 762 "wm/drag_window_resizer.cc", |
654 "wm/drag_window_resizer.h", | 763 "wm/drag_window_resizer.h", |
655 "wm/event_client_impl.cc", | 764 "wm/event_client_impl.cc", |
656 "wm/event_client_impl.h", | 765 "wm/event_client_impl.h", |
657 "wm/focus_rules.cc", | |
658 "wm/focus_rules.h", | |
659 "wm/fullscreen_window_finder.cc", | |
660 "wm/fullscreen_window_finder.h", | |
661 "wm/gestures/overview_gesture_handler.cc", | 766 "wm/gestures/overview_gesture_handler.cc", |
662 "wm/gestures/overview_gesture_handler.h", | 767 "wm/gestures/overview_gesture_handler.h", |
663 "wm/immersive_context_ash.cc", | |
664 "wm/immersive_context_ash.h", | |
665 "wm/immersive_focus_watcher_aura.cc", | 768 "wm/immersive_focus_watcher_aura.cc", |
666 "wm/immersive_focus_watcher_aura.h", | 769 "wm/immersive_focus_watcher_aura.h", |
667 "wm/immersive_gesture_handler_aura.cc", | 770 "wm/immersive_gesture_handler_aura.cc", |
668 "wm/immersive_gesture_handler_aura.h", | 771 "wm/immersive_gesture_handler_aura.h", |
669 "wm/immersive_handler_factory_ash.cc", | 772 "wm/immersive_handler_factory_ash.cc", |
670 "wm/immersive_handler_factory_ash.h", | 773 "wm/immersive_handler_factory_ash.h", |
671 "wm/lock_layout_manager.cc", | |
672 "wm/lock_layout_manager.h", | |
673 "wm/lock_state_controller.cc", | 774 "wm/lock_state_controller.cc", |
674 "wm/lock_state_controller.h", | 775 "wm/lock_state_controller.h", |
675 "wm/lock_state_observer.h", | |
676 "wm/lock_window_state.cc", | |
677 "wm/lock_window_state.h", | |
678 "wm/maximize_mode/maximize_mode_controller.cc", | |
679 "wm/maximize_mode/maximize_mode_controller.h", | |
680 "wm/maximize_mode/maximize_mode_event_handler.cc", | |
681 "wm/maximize_mode/maximize_mode_event_handler.h", | |
682 "wm/maximize_mode/maximize_mode_event_handler_aura.cc", | 776 "wm/maximize_mode/maximize_mode_event_handler_aura.cc", |
683 "wm/maximize_mode/maximize_mode_event_handler_aura.h", | 777 "wm/maximize_mode/maximize_mode_event_handler_aura.h", |
684 "wm/maximize_mode/maximize_mode_window_manager.cc", | |
685 "wm/maximize_mode/maximize_mode_window_manager.h", | |
686 "wm/maximize_mode/maximize_mode_window_state.cc", | |
687 "wm/maximize_mode/maximize_mode_window_state.h", | |
688 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h", | |
689 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc", | 778 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc", |
690 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", | 779 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h", |
691 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", | 780 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc", |
692 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", | 781 "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h", |
693 "wm/maximize_mode/workspace_backdrop_delegate.cc", | |
694 "wm/maximize_mode/workspace_backdrop_delegate.h", | |
695 "wm/mru_window_tracker.cc", | |
696 "wm/mru_window_tracker.h", | |
697 "wm/overlay_event_filter.cc", | 782 "wm/overlay_event_filter.cc", |
698 "wm/overlay_event_filter.h", | 783 "wm/overlay_event_filter.h", |
699 "wm/overview/cleanup_animation_observer.cc", | |
700 "wm/overview/cleanup_animation_observer.h", | |
701 "wm/overview/overview_animation_type.h", | |
702 "wm/overview/scoped_overview_animation_settings.h", | |
703 "wm/overview/scoped_overview_animation_settings_aura.cc", | 784 "wm/overview/scoped_overview_animation_settings_aura.cc", |
704 "wm/overview/scoped_overview_animation_settings_aura.h", | 785 "wm/overview/scoped_overview_animation_settings_aura.h", |
705 "wm/overview/scoped_overview_animation_settings_factory.cc", | |
706 "wm/overview/scoped_overview_animation_settings_factory.h", | |
707 "wm/overview/scoped_overview_animation_settings_factory_aura.cc", | 786 "wm/overview/scoped_overview_animation_settings_factory_aura.cc", |
708 "wm/overview/scoped_overview_animation_settings_factory_aura.h", | 787 "wm/overview/scoped_overview_animation_settings_factory_aura.h", |
709 "wm/overview/scoped_transform_overview_window.cc", | |
710 "wm/overview/scoped_transform_overview_window.h", | |
711 "wm/overview/window_grid.cc", | |
712 "wm/overview/window_grid.h", | |
713 "wm/overview/window_selector.cc", | |
714 "wm/overview/window_selector.h", | |
715 "wm/overview/window_selector_controller.cc", | |
716 "wm/overview/window_selector_controller.h", | |
717 "wm/overview/window_selector_item.cc", | |
718 "wm/overview/window_selector_item.h", | |
719 "wm/panels/attached_panel_window_targeter.cc", | 788 "wm/panels/attached_panel_window_targeter.cc", |
720 "wm/panels/attached_panel_window_targeter.h", | 789 "wm/panels/attached_panel_window_targeter.h", |
721 "wm/panels/panel_frame_view.cc", | |
722 "wm/panels/panel_frame_view.h", | |
723 "wm/panels/panel_layout_manager.cc", | |
724 "wm/panels/panel_layout_manager.h", | |
725 "wm/panels/panel_window_event_handler.cc", | 790 "wm/panels/panel_window_event_handler.cc", |
726 "wm/panels/panel_window_event_handler.h", | 791 "wm/panels/panel_window_event_handler.h", |
727 "wm/panels/panel_window_resizer.cc", | |
728 "wm/panels/panel_window_resizer.h", | |
729 "wm/power_button_controller.cc", | 792 "wm/power_button_controller.cc", |
730 "wm/power_button_controller.h", | 793 "wm/power_button_controller.h", |
731 "wm/resize_handle_window_targeter.cc", | 794 "wm/resize_handle_window_targeter.cc", |
732 "wm/resize_handle_window_targeter.h", | 795 "wm/resize_handle_window_targeter.h", |
733 "wm/resize_shadow.cc", | 796 "wm/resize_shadow.cc", |
734 "wm/resize_shadow.h", | 797 "wm/resize_shadow.h", |
735 "wm/resize_shadow_controller.cc", | 798 "wm/resize_shadow_controller.cc", |
736 "wm/resize_shadow_controller.h", | 799 "wm/resize_shadow_controller.h", |
737 "wm/root_window_finder.cc", | |
738 "wm/root_window_finder.h", | |
739 "wm/root_window_layout_manager.cc", | |
740 "wm/root_window_layout_manager.h", | |
741 "wm/screen_dimmer.cc", | |
742 "wm/screen_dimmer.h", | |
743 "wm/screen_pinning_controller.cc", | 800 "wm/screen_pinning_controller.cc", |
744 "wm/screen_pinning_controller.h", | 801 "wm/screen_pinning_controller.h", |
745 "wm/session_state_animator.cc", | 802 "wm/session_state_animator.cc", |
746 "wm/session_state_animator.h", | 803 "wm/session_state_animator.h", |
747 "wm/session_state_animator_impl.cc", | 804 "wm/session_state_animator_impl.cc", |
748 "wm/session_state_animator_impl.h", | 805 "wm/session_state_animator_impl.h", |
749 "wm/stacking_controller.cc", | 806 "wm/stacking_controller.cc", |
750 "wm/stacking_controller.h", | 807 "wm/stacking_controller.h", |
751 "wm/switchable_windows.cc", | |
752 "wm/switchable_windows.h", | |
753 "wm/system_gesture_event_filter.cc", | 808 "wm/system_gesture_event_filter.cc", |
754 "wm/system_gesture_event_filter.h", | 809 "wm/system_gesture_event_filter.h", |
755 "wm/system_modal_container_event_filter.cc", | 810 "wm/system_modal_container_event_filter.cc", |
756 "wm/system_modal_container_event_filter.h", | 811 "wm/system_modal_container_event_filter.h", |
757 "wm/system_modal_container_event_filter_delegate.h", | 812 "wm/system_modal_container_event_filter_delegate.h", |
758 "wm/system_modal_container_layout_manager.cc", | |
759 "wm/system_modal_container_layout_manager.h", | |
760 "wm/system_wallpaper_controller.cc", | 813 "wm/system_wallpaper_controller.cc", |
761 "wm/system_wallpaper_controller.h", | 814 "wm/system_wallpaper_controller.h", |
762 "wm/toplevel_window_event_handler.cc", | 815 "wm/toplevel_window_event_handler.cc", |
763 "wm/toplevel_window_event_handler.h", | 816 "wm/toplevel_window_event_handler.h", |
764 "wm/video_detector.cc", | 817 "wm/video_detector.cc", |
765 "wm/video_detector.h", | 818 "wm/video_detector.h", |
766 "wm/window_animation_types.h", | |
767 "wm/window_animations.cc", | 819 "wm/window_animations.cc", |
768 "wm/window_animations.h", | 820 "wm/window_animations.h", |
769 "wm/window_cycle_controller.cc", | |
770 "wm/window_cycle_controller.h", | |
771 "wm/window_cycle_event_filter.h", | |
772 "wm/window_cycle_event_filter_aura.cc", | 821 "wm/window_cycle_event_filter_aura.cc", |
773 "wm/window_cycle_event_filter_aura.h", | 822 "wm/window_cycle_event_filter_aura.h", |
774 "wm/window_cycle_list.cc", | |
775 "wm/window_cycle_list.h", | |
776 "wm/window_dimmer.cc", | |
777 "wm/window_dimmer.h", | |
778 "wm/window_mirror_view.cc", | 823 "wm/window_mirror_view.cc", |
779 "wm/window_mirror_view.h", | 824 "wm/window_mirror_view.h", |
780 "wm/window_parenting_utils.cc", | |
781 "wm/window_parenting_utils.h", | |
782 "wm/window_positioner.cc", | |
783 "wm/window_positioner.h", | |
784 "wm/window_positioning_utils.cc", | |
785 "wm/window_positioning_utils.h", | |
786 "wm/window_properties.cc", | 825 "wm/window_properties.cc", |
787 "wm/window_properties.h", | 826 "wm/window_properties.h", |
788 "wm/window_resizer.cc", | |
789 "wm/window_resizer.h", | |
790 "wm/window_state.cc", | |
791 "wm/window_state.h", | |
792 "wm/window_state_aura.cc", | 827 "wm/window_state_aura.cc", |
793 "wm/window_state_aura.h", | 828 "wm/window_state_aura.h", |
794 "wm/window_state_delegate.cc", | |
795 "wm/window_state_delegate.h", | |
796 "wm/window_state_observer.h", | |
797 "wm/window_state_util.cc", | |
798 "wm/window_state_util.h", | |
799 "wm/window_util.cc", | 829 "wm/window_util.cc", |
800 "wm/window_util.h", | 830 "wm/window_util.h", |
801 "wm/wm_event.cc", | |
802 "wm/wm_event.h", | |
803 "wm/wm_screen_util.cc", | |
804 "wm/wm_screen_util.h", | |
805 "wm/wm_snap_to_pixel_layout_manager.cc", | |
806 "wm/wm_snap_to_pixel_layout_manager.h", | |
807 "wm/wm_toplevel_window_event_handler.cc", | |
808 "wm/wm_toplevel_window_event_handler.h", | |
809 "wm/wm_types.cc", | |
810 "wm/wm_types.h", | |
811 "wm/wm_window_animations.cc", | |
812 "wm/wm_window_animations.h", | |
813 "wm/workspace/magnetism_matcher.cc", | |
814 "wm/workspace/magnetism_matcher.h", | |
815 "wm/workspace/multi_window_resize_controller.cc", | |
816 "wm/workspace/multi_window_resize_controller.h", | |
817 "wm/workspace/phantom_window_controller.cc", | |
818 "wm/workspace/phantom_window_controller.h", | |
819 "wm/workspace/two_step_edge_cycler.cc", | |
820 "wm/workspace/two_step_edge_cycler.h", | |
821 "wm/workspace/workspace_event_handler.cc", | |
822 "wm/workspace/workspace_event_handler.h", | |
823 "wm/workspace/workspace_event_handler_aura.cc", | 831 "wm/workspace/workspace_event_handler_aura.cc", |
824 "wm/workspace/workspace_event_handler_aura.h", | 832 "wm/workspace/workspace_event_handler_aura.h", |
825 "wm/workspace/workspace_layout_manager.cc", | |
826 "wm/workspace/workspace_layout_manager.h", | |
827 "wm/workspace/workspace_layout_manager_backdrop_delegate.h", | |
828 "wm/workspace/workspace_types.h", | |
829 "wm/workspace/workspace_window_resizer.cc", | |
830 "wm/workspace/workspace_window_resizer.h", | |
831 "wm/workspace_controller.cc", | |
832 "wm/workspace_controller.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 Loading... |
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", | |
1157 "accelerators/spoken_feedback_toggler_unittest.cc", | 1156 "accelerators/spoken_feedback_toggler_unittest.cc", |
1158 "ash_touch_exploration_manager_chromeos_unittest.cc", | 1157 "ash_touch_exploration_manager_chromeos_unittest.cc", |
1159 "autoclick/autoclick_unittest.cc", | 1158 "autoclick/autoclick_unittest.cc", |
| 1159 "common/accelerators/accelerator_table_unittest.cc", |
1160 "common/devtools/ash_devtools_unittest.cc", | 1160 "common/devtools/ash_devtools_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", |
1161 "common/mus_property_mirror_ash_unittest.cc", | 1166 "common/mus_property_mirror_ash_unittest.cc", |
1162 "common/session/session_controller_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", |
1163 "common/wallpaper/wallpaper_controller_unittest.cc", | 1175 "common/wallpaper/wallpaper_controller_unittest.cc", |
| 1176 "common/wm/container_finder_unittest.cc", |
| 1177 "common/wm/mru_window_tracker_unittest.cc", |
| 1178 "common/wm/overview/cleanup_animation_observer_unittest.cc", |
| 1179 "common/wm/workspace/workspace_layout_manager_unittest.cc", |
1164 "common/wm_window_unittest.cc", | 1180 "common/wm_window_unittest.cc", |
1165 "common/wm_window_user_data_unittest.cc", | 1181 "common/wm_window_user_data_unittest.cc", |
1166 "drag_drop/drag_image_view_unittest.cc", | |
1167 "first_run/first_run_helper_unittest.cc", | 1182 "first_run/first_run_helper_unittest.cc", |
1168 "focus_cycler_unittest.cc", | 1183 "focus_cycler_unittest.cc", |
1169 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", | |
1170 "frame/caption_buttons/frame_size_button_unittest.cc", | 1184 "frame/caption_buttons/frame_size_button_unittest.cc", |
1171 "frame/custom_frame_view_ash_unittest.cc", | |
1172 "frame/default_header_painter_unittest.cc", | |
1173 "laser/laser_pointer_controller_unittest.cc", | 1185 "laser/laser_pointer_controller_unittest.cc", |
1174 "laser/laser_pointer_points_unittest.cc", | 1186 "laser/laser_pointer_points_unittest.cc", |
1175 "laser/laser_segment_utils_unittest.cc", | 1187 "laser/laser_segment_utils_unittest.cc", |
1176 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1188 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
1177 "metrics/pointer_metrics_recorder_unittest.cc", | |
1178 "metrics/task_switch_metrics_recorder_unittest.cc", | 1189 "metrics/task_switch_metrics_recorder_unittest.cc", |
1179 "metrics/task_switch_time_tracker_unittest.cc", | 1190 "metrics/task_switch_time_tracker_unittest.cc", |
1180 "metrics/user_metrics_recorder_unittest.cc", | 1191 "metrics/user_metrics_recorder_unittest.cc", |
1181 "root_window_controller_unittest.cc", | 1192 "root_window_controller_unittest.cc", |
1182 "rotator/screen_rotation_animation_unittest.cc", | 1193 "rotator/screen_rotation_animation_unittest.cc", |
1183 "screen_util_unittest.cc", | 1194 "screen_util_unittest.cc", |
1184 "shelf/shelf_application_menu_model_unittest.cc", | |
1185 "shelf/shelf_background_animator_unittest.cc", | |
1186 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", | |
1187 "shelf/shelf_layout_manager_unittest.cc", | 1195 "shelf/shelf_layout_manager_unittest.cc", |
1188 "shelf/shelf_locking_manager_unittest.cc", | |
1189 "shelf/shelf_model_unittest.cc", | |
1190 "shelf/shelf_tooltip_manager_unittest.cc", | |
1191 "shelf/shelf_unittest.cc", | 1196 "shelf/shelf_unittest.cc", |
1192 "shelf/shelf_view_unittest.cc", | 1197 "shelf/shelf_view_unittest.cc", |
1193 "shelf/shelf_widget_unittest.cc", | 1198 "shelf/shelf_widget_unittest.cc", |
1194 "shelf/shelf_window_watcher_unittest.cc", | |
1195 "shell_unittest.cc", | 1199 "shell_unittest.cc", |
1196 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1200 "sticky_keys/sticky_keys_overlay_unittest.cc", |
1197 "sticky_keys/sticky_keys_unittest.cc", | 1201 "sticky_keys/sticky_keys_unittest.cc", |
1198 "system/audio/tray_audio_unittest.cc", | 1202 "system/audio/tray_audio_unittest.cc", |
1199 "system/brightness/tray_brightness_unittest.cc", | 1203 "system/brightness/tray_brightness_unittest.cc", |
1200 "system/date/date_view_unittest.cc", | 1204 "system/date/date_view_unittest.cc", |
1201 "system/date/system_info_default_view_unittest.cc", | 1205 "system/date/system_info_default_view_unittest.cc", |
1202 "system/ime/tray_ime_chromeos_unittest.cc", | 1206 "system/ime/tray_ime_chromeos_unittest.cc", |
1203 "system/ime_menu/ime_menu_tray_unittest.cc", | 1207 "system/ime_menu/ime_menu_tray_unittest.cc", |
1204 "system/media_security/multi_profile_media_tray_item_unittest.cc", | 1208 "system/media_security/multi_profile_media_tray_item_unittest.cc", |
(...skipping 21 matching lines...) Expand all Loading... |
1226 "system/tray/system_tray_unittest.cc", | 1230 "system/tray/system_tray_unittest.cc", |
1227 "system/tray/tray_details_view_unittest.cc", | 1231 "system/tray/tray_details_view_unittest.cc", |
1228 "system/tray/tri_view_unittest.cc", | 1232 "system/tray/tri_view_unittest.cc", |
1229 "system/update/tray_update_unittest.cc", | 1233 "system/update/tray_update_unittest.cc", |
1230 "system/user/tray_user_unittest.cc", | 1234 "system/user/tray_user_unittest.cc", |
1231 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", | 1235 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", |
1232 "system/web_notification/web_notification_tray_unittest.cc", | 1236 "system/web_notification/web_notification_tray_unittest.cc", |
1233 "test/ash_test_helper_unittest.cc", | 1237 "test/ash_test_helper_unittest.cc", |
1234 "tooltips/tooltip_controller_unittest.cc", | 1238 "tooltips/tooltip_controller_unittest.cc", |
1235 "wm/ash_focus_rules_unittest.cc", | 1239 "wm/ash_focus_rules_unittest.cc", |
1236 "wm/container_finder_unittest.cc", | |
1237 "wm/dock/docked_window_layout_manager_unittest.cc", | 1240 "wm/dock/docked_window_layout_manager_unittest.cc", |
1238 "wm/dock/docked_window_resizer_unittest.cc", | 1241 "wm/dock/docked_window_resizer_unittest.cc", |
1239 "wm/immersive_fullscreen_controller_unittest.cc", | 1242 "wm/immersive_fullscreen_controller_unittest.cc", |
1240 "wm/lock_state_controller_unittest.cc", | 1243 "wm/lock_state_controller_unittest.cc", |
1241 "wm/maximize_mode/accelerometer_test_data_literals.cc", | 1244 "wm/maximize_mode/accelerometer_test_data_literals.cc", |
1242 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", | 1245 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", |
1243 "wm/mru_window_tracker_unittest.cc", | |
1244 "wm/overview/cleanup_animation_observer_unittest.cc", | |
1245 "wm/workspace/workspace_layout_manager_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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |