| 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", |
| 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/wallpaper/wallpaper_controller.cc", | |
| 196 "common/wallpaper/wallpaper_controller.h", | |
| 197 "common/wallpaper/wallpaper_controller_observer.h", | |
| 198 "common/wallpaper/wallpaper_delegate.h", | |
| 199 "common/wallpaper/wallpaper_view.cc", | |
| 200 "common/wallpaper/wallpaper_view.h", | |
| 201 "common/wallpaper/wallpaper_widget_controller.cc", | |
| 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", | |
| 327 "common/wm_activation_observer.h", | |
| 328 "common/wm_display_observer.h", | |
| 329 "common/wm_layout_manager.h", | |
| 330 "common/wm_shell.cc", | |
| 331 "common/wm_shell.h", | |
| 332 "common/wm_transient_window_observer.h", | |
| 333 "common/wm_window.cc", | |
| 334 "common/wm_window.h", | |
| 335 "common/wm_window_user_data.h", | |
| 336 "debug.cc", | 77 "debug.cc", |
| 337 "debug.h", | 78 "debug.h", |
| 79 "default_accessibility_delegate.cc", |
| 80 "default_accessibility_delegate.h", |
| 338 "default_wallpaper_delegate.cc", | 81 "default_wallpaper_delegate.cc", |
| 339 "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", |
| 340 "display/cursor_window_controller.cc", | 87 "display/cursor_window_controller.cc", |
| 341 "display/cursor_window_controller.h", | 88 "display/cursor_window_controller.h", |
| 342 "display/display_animator.h", | 89 "display/display_animator.h", |
| 343 "display/display_animator_chromeos.cc", | 90 "display/display_animator_chromeos.cc", |
| 344 "display/display_animator_chromeos.h", | 91 "display/display_animator_chromeos.h", |
| 345 "display/display_color_manager_chromeos.cc", | 92 "display/display_color_manager_chromeos.cc", |
| 346 "display/display_color_manager_chromeos.h", | 93 "display/display_color_manager_chromeos.h", |
| 347 "display/display_configuration_controller.cc", | 94 "display/display_configuration_controller.cc", |
| 348 "display/display_configuration_controller.h", | 95 "display/display_configuration_controller.h", |
| 349 "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 Loading... |
| 381 "display/shutdown_observer_chromeos.cc", | 128 "display/shutdown_observer_chromeos.cc", |
| 382 "display/shutdown_observer_chromeos.h", | 129 "display/shutdown_observer_chromeos.h", |
| 383 "display/unified_mouse_warp_controller.cc", | 130 "display/unified_mouse_warp_controller.cc", |
| 384 "display/unified_mouse_warp_controller.h", | 131 "display/unified_mouse_warp_controller.h", |
| 385 "display/window_tree_host_manager.cc", | 132 "display/window_tree_host_manager.cc", |
| 386 "display/window_tree_host_manager.h", | 133 "display/window_tree_host_manager.h", |
| 387 "drag_drop/drag_drop_controller.cc", | 134 "drag_drop/drag_drop_controller.cc", |
| 388 "drag_drop/drag_drop_controller.h", | 135 "drag_drop/drag_drop_controller.h", |
| 389 "drag_drop/drag_drop_tracker.cc", | 136 "drag_drop/drag_drop_tracker.cc", |
| 390 "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", |
| 391 "first_run/desktop_cleaner.cc", | 140 "first_run/desktop_cleaner.cc", |
| 392 "first_run/desktop_cleaner.h", | 141 "first_run/desktop_cleaner.h", |
| 393 "first_run/first_run_helper.cc", | 142 "first_run/first_run_helper.cc", |
| 394 "first_run/first_run_helper.h", | 143 "first_run/first_run_helper.h", |
| 395 "first_run/first_run_helper_impl.cc", | 144 "first_run/first_run_helper_impl.cc", |
| 396 "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", |
| 397 "high_contrast/high_contrast_controller.cc", | 170 "high_contrast/high_contrast_controller.cc", |
| 398 "high_contrast/high_contrast_controller.h", | 171 "high_contrast/high_contrast_controller.h", |
| 399 "host/ash_window_tree_host.cc", | 172 "host/ash_window_tree_host.cc", |
| 400 "host/ash_window_tree_host.h", | 173 "host/ash_window_tree_host.h", |
| 401 "host/ash_window_tree_host_init_params.h", | 174 "host/ash_window_tree_host_init_params.h", |
| 402 "host/ash_window_tree_host_platform.cc", | 175 "host/ash_window_tree_host_platform.cc", |
| 403 "host/ash_window_tree_host_platform.h", | 176 "host/ash_window_tree_host_platform.h", |
| 404 "host/ash_window_tree_host_unified.cc", | 177 "host/ash_window_tree_host_unified.cc", |
| 405 "host/ash_window_tree_host_unified.h", | 178 "host/ash_window_tree_host_unified.h", |
| 406 "host/ash_window_tree_host_x11.cc", | 179 "host/ash_window_tree_host_x11.cc", |
| 407 "host/ash_window_tree_host_x11.h", | 180 "host/ash_window_tree_host_x11.h", |
| 408 "host/root_window_transformer.h", | 181 "host/root_window_transformer.h", |
| 409 "host/transformer_helper.cc", | 182 "host/transformer_helper.cc", |
| 410 "host/transformer_helper.h", | 183 "host/transformer_helper.h", |
| 411 "ime/input_method_event_handler.cc", | 184 "ime/input_method_event_handler.cc", |
| 412 "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", |
| 413 "laser/laser_pointer_controller.cc", | 191 "laser/laser_pointer_controller.cc", |
| 414 "laser/laser_pointer_controller.h", | 192 "laser/laser_pointer_controller.h", |
| 415 "laser/laser_pointer_points.cc", | 193 "laser/laser_pointer_points.cc", |
| 416 "laser/laser_pointer_points.h", | 194 "laser/laser_pointer_points.h", |
| 417 "laser/laser_pointer_view.cc", | 195 "laser/laser_pointer_view.cc", |
| 418 "laser/laser_pointer_view.h", | 196 "laser/laser_pointer_view.h", |
| 419 "laser/laser_segment_utils.cc", | 197 "laser/laser_segment_utils.cc", |
| 420 "laser/laser_segment_utils.h", | 198 "laser/laser_segment_utils.h", |
| 421 "link_handler_model.cc", | 199 "link_handler_model.cc", |
| 422 "link_handler_model.h", | 200 "link_handler_model.h", |
| 423 "link_handler_model_factory.cc", | 201 "link_handler_model_factory.cc", |
| 424 "link_handler_model_factory.h", | 202 "link_handler_model_factory.h", |
| 203 "login_status.h", |
| 425 "magnifier/magnification_controller.cc", | 204 "magnifier/magnification_controller.cc", |
| 426 "magnifier/magnification_controller.h", | 205 "magnifier/magnification_controller.h", |
| 427 "magnifier/partial_magnification_controller.cc", | 206 "magnifier/partial_magnification_controller.cc", |
| 428 "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", |
| 429 "metrics/desktop_task_switch_metric_recorder.cc", | 212 "metrics/desktop_task_switch_metric_recorder.cc", |
| 430 "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", |
| 431 "metrics/task_switch_metrics_recorder.cc", | 217 "metrics/task_switch_metrics_recorder.cc", |
| 432 "metrics/task_switch_metrics_recorder.h", | 218 "metrics/task_switch_metrics_recorder.h", |
| 433 "metrics/task_switch_time_tracker.cc", | 219 "metrics/task_switch_time_tracker.cc", |
| 434 "metrics/task_switch_time_tracker.h", | 220 "metrics/task_switch_time_tracker.h", |
| 221 "metrics/user_metrics_action.h", |
| 435 "metrics/user_metrics_recorder.cc", | 222 "metrics/user_metrics_recorder.cc", |
| 436 "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", |
| 437 "root_window_controller.cc", | 231 "root_window_controller.cc", |
| 438 "root_window_controller.h", | 232 "root_window_controller.h", |
| 439 "root_window_settings.cc", | 233 "root_window_settings.cc", |
| 440 "root_window_settings.h", | 234 "root_window_settings.h", |
| 441 "rotator/screen_rotation_animation.cc", | 235 "rotator/screen_rotation_animation.cc", |
| 442 "rotator/screen_rotation_animation.h", | 236 "rotator/screen_rotation_animation.h", |
| 443 "rotator/screen_rotation_animator.cc", | 237 "rotator/screen_rotation_animator.cc", |
| 444 "rotator/screen_rotation_animator.h", | 238 "rotator/screen_rotation_animator.h", |
| 445 "rotator/window_rotation.cc", | 239 "rotator/window_rotation.cc", |
| 446 "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", |
| 447 "screen_util.cc", | 243 "screen_util.cc", |
| 448 "screen_util.h", | 244 "screen_util.h", |
| 449 "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", |
| 450 "shared/immersive_context.cc", | 252 "shared/immersive_context.cc", |
| 451 "shared/immersive_context.h", | 253 "shared/immersive_context.h", |
| 452 "shared/immersive_focus_watcher.h", | 254 "shared/immersive_focus_watcher.h", |
| 453 "shared/immersive_fullscreen_controller.cc", | 255 "shared/immersive_fullscreen_controller.cc", |
| 454 "shared/immersive_fullscreen_controller.h", | 256 "shared/immersive_fullscreen_controller.h", |
| 455 "shared/immersive_fullscreen_controller_delegate.h", | 257 "shared/immersive_fullscreen_controller_delegate.h", |
| 456 "shared/immersive_gesture_handler.h", | 258 "shared/immersive_gesture_handler.h", |
| 457 "shared/immersive_handler_factory.cc", | 259 "shared/immersive_handler_factory.cc", |
| 458 "shared/immersive_handler_factory.h", | 260 "shared/immersive_handler_factory.h", |
| 459 "shared/immersive_revealed_lock.cc", | 261 "shared/immersive_revealed_lock.cc", |
| 460 "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", |
| 461 "shelf/shelf_bezel_event_handler.cc", | 281 "shelf/shelf_bezel_event_handler.cc", |
| 462 "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", |
| 463 "shelf/shelf_window_targeter.cc", | 310 "shelf/shelf_window_targeter.cc", |
| 464 "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", |
| 465 "shell.cc", | 321 "shell.cc", |
| 466 "shell.h", | 322 "shell.h", |
| 323 "shell_delegate.h", |
| 467 "shell_init_params.h", | 324 "shell_init_params.h", |
| 325 "shutdown_controller.cc", |
| 326 "shutdown_controller.h", |
| 468 "sticky_keys/sticky_keys_controller.cc", | 327 "sticky_keys/sticky_keys_controller.cc", |
| 469 "sticky_keys/sticky_keys_controller.h", | 328 "sticky_keys/sticky_keys_controller.h", |
| 470 "sticky_keys/sticky_keys_overlay.cc", | 329 "sticky_keys/sticky_keys_overlay.cc", |
| 471 "sticky_keys/sticky_keys_overlay.h", | 330 "sticky_keys/sticky_keys_overlay.h", |
| 472 "sticky_keys/sticky_keys_state.h", | 331 "sticky_keys/sticky_keys_state.h", |
| 473 "system/accessibility_observer.h", | 332 "system/accessibility_observer.h", |
| 474 "system/audio/audio_detailed_view.cc", | 333 "system/audio/audio_detailed_view.cc", |
| 475 "system/audio/audio_detailed_view.h", | 334 "system/audio/audio_detailed_view.h", |
| 476 "system/audio/tray_audio.cc", | 335 "system/audio/tray_audio.cc", |
| 477 "system/audio/tray_audio.h", | 336 "system/audio/tray_audio.h", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 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", |
| 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/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", | |
| 1180 "common/wm_window_unittest.cc", | |
| 1181 "common/wm_window_user_data_unittest.cc", | |
| 1182 "first_run/first_run_helper_unittest.cc", | 1162 "first_run/first_run_helper_unittest.cc", |
| 1183 "focus_cycler_unittest.cc", | 1163 "focus_cycler_unittest.cc", |
| 1164 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", |
| 1184 "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", |
| 1185 "laser/laser_pointer_controller_unittest.cc", | 1168 "laser/laser_pointer_controller_unittest.cc", |
| 1186 "laser/laser_pointer_points_unittest.cc", | 1169 "laser/laser_pointer_points_unittest.cc", |
| 1187 "laser/laser_segment_utils_unittest.cc", | 1170 "laser/laser_segment_utils_unittest.cc", |
| 1188 "metrics/desktop_task_switch_metric_recorder_unittest.cc", | 1171 "metrics/desktop_task_switch_metric_recorder_unittest.cc", |
| 1172 "metrics/pointer_metrics_recorder_unittest.cc", |
| 1189 "metrics/task_switch_metrics_recorder_unittest.cc", | 1173 "metrics/task_switch_metrics_recorder_unittest.cc", |
| 1190 "metrics/task_switch_time_tracker_unittest.cc", | 1174 "metrics/task_switch_time_tracker_unittest.cc", |
| 1191 "metrics/user_metrics_recorder_unittest.cc", | 1175 "metrics/user_metrics_recorder_unittest.cc", |
| 1176 "mus_property_mirror_ash_unittest.cc", |
| 1192 "root_window_controller_unittest.cc", | 1177 "root_window_controller_unittest.cc", |
| 1193 "rotator/screen_rotation_animation_unittest.cc", | 1178 "rotator/screen_rotation_animation_unittest.cc", |
| 1194 "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", |
| 1195 "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", |
| 1196 "shelf/shelf_unittest.cc", | 1188 "shelf/shelf_unittest.cc", |
| 1197 "shelf/shelf_view_unittest.cc", | 1189 "shelf/shelf_view_unittest.cc", |
| 1198 "shelf/shelf_widget_unittest.cc", | 1190 "shelf/shelf_widget_unittest.cc", |
| 1191 "shelf/shelf_window_watcher_unittest.cc", |
| 1199 "shell_unittest.cc", | 1192 "shell_unittest.cc", |
| 1200 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1193 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 1201 "sticky_keys/sticky_keys_unittest.cc", | 1194 "sticky_keys/sticky_keys_unittest.cc", |
| 1202 "system/audio/tray_audio_unittest.cc", | 1195 "system/audio/tray_audio_unittest.cc", |
| 1203 "system/brightness/tray_brightness_unittest.cc", | 1196 "system/brightness/tray_brightness_unittest.cc", |
| 1204 "system/date/date_view_unittest.cc", | 1197 "system/date/date_view_unittest.cc", |
| 1205 "system/date/system_info_default_view_unittest.cc", | 1198 "system/date/system_info_default_view_unittest.cc", |
| 1206 "system/ime/tray_ime_chromeos_unittest.cc", | 1199 "system/ime/tray_ime_chromeos_unittest.cc", |
| 1207 "system/ime_menu/ime_menu_tray_unittest.cc", | 1200 "system/ime_menu/ime_menu_tray_unittest.cc", |
| 1208 "system/media_security/multi_profile_media_tray_item_unittest.cc", | 1201 "system/media_security/multi_profile_media_tray_item_unittest.cc", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1229 "system/tray/size_range_layout_unittest.cc", | 1222 "system/tray/size_range_layout_unittest.cc", |
| 1230 "system/tray/system_tray_unittest.cc", | 1223 "system/tray/system_tray_unittest.cc", |
| 1231 "system/tray/tray_details_view_unittest.cc", | 1224 "system/tray/tray_details_view_unittest.cc", |
| 1232 "system/tray/tri_view_unittest.cc", | 1225 "system/tray/tri_view_unittest.cc", |
| 1233 "system/update/tray_update_unittest.cc", | 1226 "system/update/tray_update_unittest.cc", |
| 1234 "system/user/tray_user_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 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 |