| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index db8a1dc8d970d41a5279621a9bd51062df9801fc..88736fa0a5c9a0dabcb9203fc40f0d84ccdc22bd 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -15,18 +15,35 @@ assert(enable_hidpi)
|
|
|
| component("ash") {
|
| sources = [
|
| + "accelerators/accelerator_commands.cc",
|
| + "accelerators/accelerator_commands.h",
|
| "accelerators/accelerator_commands_aura.cc",
|
| "accelerators/accelerator_commands_aura.h",
|
| + "accelerators/accelerator_controller.cc",
|
| + "accelerators/accelerator_controller.h",
|
| + "accelerators/accelerator_controller_delegate.h",
|
| "accelerators/accelerator_controller_delegate_aura.cc",
|
| "accelerators/accelerator_controller_delegate_aura.h",
|
| "accelerators/accelerator_delegate.cc",
|
| "accelerators/accelerator_delegate.h",
|
| + "accelerators/accelerator_router.cc",
|
| + "accelerators/accelerator_router.h",
|
| + "accelerators/accelerator_table.cc",
|
| + "accelerators/accelerator_table.h",
|
| + "accelerators/ash_focus_manager_factory.cc",
|
| + "accelerators/ash_focus_manager_factory.h",
|
| + "accelerators/debug_commands.cc",
|
| + "accelerators/debug_commands.h",
|
| + "accelerators/exit_warning_handler.cc",
|
| + "accelerators/exit_warning_handler.h",
|
| "accelerators/key_hold_detector.cc",
|
| "accelerators/key_hold_detector.h",
|
| "accelerators/magnifier_key_scroller.cc",
|
| "accelerators/magnifier_key_scroller.h",
|
| "accelerators/spoken_feedback_toggler.cc",
|
| "accelerators/spoken_feedback_toggler.h",
|
| + "accessibility_delegate.h",
|
| + "accessibility_types.h",
|
| "animation/animation_change_type.h",
|
| "app_list/app_list_delegate_impl.cc",
|
| "app_list/app_list_delegate_impl.h",
|
| @@ -34,7 +51,13 @@ component("ash") {
|
| "app_list/app_list_presenter_delegate.h",
|
| "app_list/app_list_presenter_delegate_factory.cc",
|
| "app_list/app_list_presenter_delegate_factory.h",
|
| + "ash_constants.cc",
|
| + "ash_constants.h",
|
| "ash_export.h",
|
| + "ash_layout_constants.cc",
|
| + "ash_layout_constants.h",
|
| + "ash_switches.cc",
|
| + "ash_switches.h",
|
| "ash_touch_exploration_manager_chromeos.cc",
|
| "ash_touch_exploration_manager_chromeos.h",
|
| "aura/aura_layout_manager_adapter.cc",
|
| @@ -49,294 +72,18 @@ component("ash") {
|
| "autoclick/autoclick_controller.h",
|
| "cancel_mode.cc",
|
| "cancel_mode.h",
|
| - "common/accelerators/accelerator_commands.cc",
|
| - "common/accelerators/accelerator_commands.h",
|
| - "common/accelerators/accelerator_controller.cc",
|
| - "common/accelerators/accelerator_controller.h",
|
| - "common/accelerators/accelerator_controller_delegate.h",
|
| - "common/accelerators/accelerator_router.cc",
|
| - "common/accelerators/accelerator_router.h",
|
| - "common/accelerators/accelerator_table.cc",
|
| - "common/accelerators/accelerator_table.h",
|
| - "common/accelerators/ash_focus_manager_factory.cc",
|
| - "common/accelerators/ash_focus_manager_factory.h",
|
| - "common/accelerators/debug_commands.cc",
|
| - "common/accelerators/debug_commands.h",
|
| - "common/accelerators/exit_warning_handler.cc",
|
| - "common/accelerators/exit_warning_handler.h",
|
| - "common/accessibility_delegate.h",
|
| - "common/accessibility_types.h",
|
| - "common/ash_constants.cc",
|
| - "common/ash_constants.h",
|
| - "common/ash_layout_constants.cc",
|
| - "common/ash_layout_constants.h",
|
| - "common/ash_switches.cc",
|
| - "common/ash_switches.h",
|
| - "common/cast_config_controller.cc",
|
| - "common/cast_config_controller.h",
|
| - "common/default_accessibility_delegate.cc",
|
| - "common/default_accessibility_delegate.h",
|
| - "common/devtools/ash_devtools_css_agent.cc",
|
| - "common/devtools/ash_devtools_css_agent.h",
|
| - "common/devtools/ash_devtools_dom_agent.cc",
|
| - "common/devtools/ash_devtools_dom_agent.h",
|
| - "common/drag_drop/drag_image_view.cc",
|
| - "common/drag_drop/drag_image_view.h",
|
| - "common/focus_cycler.cc",
|
| - "common/focus_cycler.h",
|
| - "common/frame/caption_buttons/caption_button_types.h",
|
| - "common/frame/caption_buttons/frame_caption_button.cc",
|
| - "common/frame/caption_buttons/frame_caption_button.h",
|
| - "common/frame/caption_buttons/frame_caption_button_container_view.cc",
|
| - "common/frame/caption_buttons/frame_caption_button_container_view.h",
|
| - "common/frame/caption_buttons/frame_size_button.cc",
|
| - "common/frame/caption_buttons/frame_size_button.h",
|
| - "common/frame/caption_buttons/frame_size_button_delegate.h",
|
| - "common/frame/custom_frame_view_ash.cc",
|
| - "common/frame/custom_frame_view_ash.h",
|
| - "common/frame/default_header_painter.cc",
|
| - "common/frame/default_header_painter.h",
|
| - "common/frame/frame_border_hit_test.cc",
|
| - "common/frame/frame_border_hit_test.h",
|
| - "common/frame/header_painter.h",
|
| - "common/frame/header_painter_util.cc",
|
| - "common/frame/header_painter_util.h",
|
| - "common/frame/header_view.cc",
|
| - "common/frame/header_view.h",
|
| - "common/gpu_support.h",
|
| - "common/gpu_support_stub.cc",
|
| - "common/gpu_support_stub.h",
|
| - "common/key_event_watcher.cc",
|
| - "common/key_event_watcher.h",
|
| - "common/keyboard/keyboard_ui.cc",
|
| - "common/keyboard/keyboard_ui.h",
|
| - "common/keyboard/keyboard_ui_observer.h",
|
| - "common/login_status.h",
|
| - "common/material_design/material_design_controller.cc",
|
| - "common/material_design/material_design_controller.h",
|
| - "common/media_controller.cc",
|
| - "common/media_controller.h",
|
| - "common/metrics/gesture_action_type.h",
|
| - "common/metrics/pointer_metrics_recorder.cc",
|
| - "common/metrics/pointer_metrics_recorder.h",
|
| - "common/metrics/user_metrics_action.h",
|
| - "common/mojo_interface_factory.cc",
|
| - "common/mojo_interface_factory.h",
|
| - "common/multi_profile_uma.cc",
|
| - "common/multi_profile_uma.h",
|
| - "common/new_window_controller.cc",
|
| - "common/new_window_controller.h",
|
| - "common/palette_delegate.h",
|
| - "common/scoped_root_window_for_new_windows.cc",
|
| - "common/scoped_root_window_for_new_windows.h",
|
| - "common/session/session_controller.cc",
|
| - "common/session/session_controller.h",
|
| - "common/session/session_state_delegate.cc",
|
| - "common/session/session_state_delegate.h",
|
| - "common/session/session_state_observer.cc",
|
| - "common/session/session_state_observer.h",
|
| - "common/shelf/app_list_button.cc",
|
| - "common/shelf/app_list_button.h",
|
| - "common/shelf/app_list_shelf_item_delegate.cc",
|
| - "common/shelf/app_list_shelf_item_delegate.h",
|
| - "common/shelf/ink_drop_button_listener.h",
|
| - "common/shelf/overflow_bubble.cc",
|
| - "common/shelf/overflow_bubble.h",
|
| - "common/shelf/overflow_bubble_view.cc",
|
| - "common/shelf/overflow_bubble_view.h",
|
| - "common/shelf/overflow_button.cc",
|
| - "common/shelf/overflow_button.h",
|
| - "common/shelf/shelf_alignment_menu.cc",
|
| - "common/shelf/shelf_alignment_menu.h",
|
| - "common/shelf/shelf_application_menu_model.cc",
|
| - "common/shelf/shelf_application_menu_model.h",
|
| - "common/shelf/shelf_background_animator.cc",
|
| - "common/shelf/shelf_background_animator.h",
|
| - "common/shelf/shelf_background_animator_observer.h",
|
| - "common/shelf/shelf_button.cc",
|
| - "common/shelf/shelf_button.h",
|
| - "common/shelf/shelf_button_pressed_metric_tracker.cc",
|
| - "common/shelf/shelf_button_pressed_metric_tracker.h",
|
| - "common/shelf/shelf_constants.cc",
|
| - "common/shelf/shelf_constants.h",
|
| - "common/shelf/shelf_controller.cc",
|
| - "common/shelf/shelf_controller.h",
|
| - "common/shelf/shelf_delegate.h",
|
| - "common/shelf/shelf_item_delegate.cc",
|
| - "common/shelf/shelf_item_delegate.h",
|
| - "common/shelf/shelf_item_types.cc",
|
| - "common/shelf/shelf_item_types.h",
|
| - "common/shelf/shelf_layout_manager.cc",
|
| - "common/shelf/shelf_layout_manager.h",
|
| - "common/shelf/shelf_layout_manager_observer.h",
|
| - "common/shelf/shelf_locking_manager.cc",
|
| - "common/shelf/shelf_locking_manager.h",
|
| - "common/shelf/shelf_model.cc",
|
| - "common/shelf/shelf_model.h",
|
| - "common/shelf/shelf_model_observer.h",
|
| - "common/shelf/shelf_tooltip_manager.cc",
|
| - "common/shelf/shelf_tooltip_manager.h",
|
| - "common/shelf/shelf_view.cc",
|
| - "common/shelf/shelf_view.h",
|
| - "common/shelf/shelf_widget.cc",
|
| - "common/shelf/shelf_widget.h",
|
| - "common/shelf/shelf_window_watcher.cc",
|
| - "common/shelf/shelf_window_watcher.h",
|
| - "common/shelf/shelf_window_watcher_item_delegate.cc",
|
| - "common/shelf/shelf_window_watcher_item_delegate.h",
|
| - "common/shelf/wm_shelf.cc",
|
| - "common/shelf/wm_shelf.h",
|
| - "common/shelf/wm_shelf_observer.h",
|
| - "common/shelf/wm_shelf_util.cc",
|
| - "common/shelf/wm_shelf_util.h",
|
| - "common/shell_delegate.h",
|
| - "common/shutdown_controller.cc",
|
| - "common/shutdown_controller.h",
|
| - "common/wallpaper/wallpaper_controller.cc",
|
| - "common/wallpaper/wallpaper_controller.h",
|
| - "common/wallpaper/wallpaper_controller_observer.h",
|
| - "common/wallpaper/wallpaper_delegate.h",
|
| - "common/wallpaper/wallpaper_view.cc",
|
| - "common/wallpaper/wallpaper_view.h",
|
| - "common/wallpaper/wallpaper_widget_controller.cc",
|
| - "common/wallpaper/wallpaper_widget_controller.h",
|
| - "common/wm/always_on_top_controller.cc",
|
| - "common/wm/always_on_top_controller.h",
|
| - "common/wm/container_finder.cc",
|
| - "common/wm/container_finder.h",
|
| - "common/wm/default_state.cc",
|
| - "common/wm/default_state.h",
|
| - "common/wm/default_window_resizer.cc",
|
| - "common/wm/default_window_resizer.h",
|
| - "common/wm/dock/docked_window_layout_manager.cc",
|
| - "common/wm/dock/docked_window_layout_manager.h",
|
| - "common/wm/dock/docked_window_layout_manager_observer.h",
|
| - "common/wm/dock/docked_window_resizer.cc",
|
| - "common/wm/dock/docked_window_resizer.h",
|
| - "common/wm/drag_details.cc",
|
| - "common/wm/drag_details.h",
|
| - "common/wm/focus_rules.cc",
|
| - "common/wm/focus_rules.h",
|
| - "common/wm/fullscreen_window_finder.cc",
|
| - "common/wm/fullscreen_window_finder.h",
|
| - "common/wm/immersive_context_ash.cc",
|
| - "common/wm/immersive_context_ash.h",
|
| - "common/wm/lock_layout_manager.cc",
|
| - "common/wm/lock_layout_manager.h",
|
| - "common/wm/lock_state_observer.h",
|
| - "common/wm/lock_window_state.cc",
|
| - "common/wm/lock_window_state.h",
|
| - "common/wm/maximize_mode/maximize_mode_controller.cc",
|
| - "common/wm/maximize_mode/maximize_mode_controller.h",
|
| - "common/wm/maximize_mode/maximize_mode_event_handler.cc",
|
| - "common/wm/maximize_mode/maximize_mode_event_handler.h",
|
| - "common/wm/maximize_mode/maximize_mode_window_manager.cc",
|
| - "common/wm/maximize_mode/maximize_mode_window_manager.h",
|
| - "common/wm/maximize_mode/maximize_mode_window_state.cc",
|
| - "common/wm/maximize_mode/maximize_mode_window_state.h",
|
| - "common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
|
| - "common/wm/maximize_mode/workspace_backdrop_delegate.cc",
|
| - "common/wm/maximize_mode/workspace_backdrop_delegate.h",
|
| - "common/wm/mru_window_tracker.cc",
|
| - "common/wm/mru_window_tracker.h",
|
| - "common/wm/overview/cleanup_animation_observer.cc",
|
| - "common/wm/overview/cleanup_animation_observer.h",
|
| - "common/wm/overview/overview_animation_type.h",
|
| - "common/wm/overview/scoped_overview_animation_settings.h",
|
| - "common/wm/overview/scoped_overview_animation_settings_factory.cc",
|
| - "common/wm/overview/scoped_overview_animation_settings_factory.h",
|
| - "common/wm/overview/scoped_transform_overview_window.cc",
|
| - "common/wm/overview/scoped_transform_overview_window.h",
|
| - "common/wm/overview/window_grid.cc",
|
| - "common/wm/overview/window_grid.h",
|
| - "common/wm/overview/window_selector.cc",
|
| - "common/wm/overview/window_selector.h",
|
| - "common/wm/overview/window_selector_controller.cc",
|
| - "common/wm/overview/window_selector_controller.h",
|
| - "common/wm/overview/window_selector_item.cc",
|
| - "common/wm/overview/window_selector_item.h",
|
| - "common/wm/panels/panel_frame_view.cc",
|
| - "common/wm/panels/panel_frame_view.h",
|
| - "common/wm/panels/panel_layout_manager.cc",
|
| - "common/wm/panels/panel_layout_manager.h",
|
| - "common/wm/panels/panel_window_resizer.cc",
|
| - "common/wm/panels/panel_window_resizer.h",
|
| - "common/wm/root_window_finder.cc",
|
| - "common/wm/root_window_finder.h",
|
| - "common/wm/root_window_layout_manager.cc",
|
| - "common/wm/root_window_layout_manager.h",
|
| - "common/wm/screen_dimmer.cc",
|
| - "common/wm/screen_dimmer.h",
|
| - "common/wm/switchable_windows.cc",
|
| - "common/wm/switchable_windows.h",
|
| - "common/wm/system_modal_container_layout_manager.cc",
|
| - "common/wm/system_modal_container_layout_manager.h",
|
| - "common/wm/window_animation_types.h",
|
| - "common/wm/window_cycle_controller.cc",
|
| - "common/wm/window_cycle_controller.h",
|
| - "common/wm/window_cycle_event_filter.h",
|
| - "common/wm/window_cycle_list.cc",
|
| - "common/wm/window_cycle_list.h",
|
| - "common/wm/window_dimmer.cc",
|
| - "common/wm/window_dimmer.h",
|
| - "common/wm/window_parenting_utils.cc",
|
| - "common/wm/window_parenting_utils.h",
|
| - "common/wm/window_positioner.cc",
|
| - "common/wm/window_positioner.h",
|
| - "common/wm/window_positioning_utils.cc",
|
| - "common/wm/window_positioning_utils.h",
|
| - "common/wm/window_resizer.cc",
|
| - "common/wm/window_resizer.h",
|
| - "common/wm/window_state.cc",
|
| - "common/wm/window_state.h",
|
| - "common/wm/window_state_delegate.cc",
|
| - "common/wm/window_state_delegate.h",
|
| - "common/wm/window_state_observer.h",
|
| - "common/wm/window_state_util.cc",
|
| - "common/wm/window_state_util.h",
|
| - "common/wm/wm_event.cc",
|
| - "common/wm/wm_event.h",
|
| - "common/wm/wm_screen_util.cc",
|
| - "common/wm/wm_screen_util.h",
|
| - "common/wm/wm_snap_to_pixel_layout_manager.cc",
|
| - "common/wm/wm_snap_to_pixel_layout_manager.h",
|
| - "common/wm/wm_toplevel_window_event_handler.cc",
|
| - "common/wm/wm_toplevel_window_event_handler.h",
|
| - "common/wm/wm_types.cc",
|
| - "common/wm/wm_types.h",
|
| - "common/wm/wm_window_animations.cc",
|
| - "common/wm/wm_window_animations.h",
|
| - "common/wm/workspace/magnetism_matcher.cc",
|
| - "common/wm/workspace/magnetism_matcher.h",
|
| - "common/wm/workspace/multi_window_resize_controller.cc",
|
| - "common/wm/workspace/multi_window_resize_controller.h",
|
| - "common/wm/workspace/phantom_window_controller.cc",
|
| - "common/wm/workspace/phantom_window_controller.h",
|
| - "common/wm/workspace/two_step_edge_cycler.cc",
|
| - "common/wm/workspace/two_step_edge_cycler.h",
|
| - "common/wm/workspace/workspace_event_handler.cc",
|
| - "common/wm/workspace/workspace_event_handler.h",
|
| - "common/wm/workspace/workspace_layout_manager.cc",
|
| - "common/wm/workspace/workspace_layout_manager.h",
|
| - "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h",
|
| - "common/wm/workspace/workspace_types.h",
|
| - "common/wm/workspace/workspace_window_resizer.cc",
|
| - "common/wm/workspace/workspace_window_resizer.h",
|
| - "common/wm/workspace_controller.cc",
|
| - "common/wm/workspace_controller.h",
|
| - "common/wm_activation_observer.h",
|
| - "common/wm_display_observer.h",
|
| - "common/wm_layout_manager.h",
|
| - "common/wm_shell.cc",
|
| - "common/wm_shell.h",
|
| - "common/wm_transient_window_observer.h",
|
| - "common/wm_window.cc",
|
| - "common/wm_window.h",
|
| - "common/wm_window_user_data.h",
|
| + "cast_config_controller.cc",
|
| + "cast_config_controller.h",
|
| "debug.cc",
|
| "debug.h",
|
| + "default_accessibility_delegate.cc",
|
| + "default_accessibility_delegate.h",
|
| "default_wallpaper_delegate.cc",
|
| "default_wallpaper_delegate.h",
|
| + "devtools/ash_devtools_css_agent.cc",
|
| + "devtools/ash_devtools_css_agent.h",
|
| + "devtools/ash_devtools_dom_agent.cc",
|
| + "devtools/ash_devtools_dom_agent.h",
|
| "display/cursor_window_controller.cc",
|
| "display/cursor_window_controller.h",
|
| "display/display_animator.h",
|
| @@ -388,12 +135,38 @@ component("ash") {
|
| "drag_drop/drag_drop_controller.h",
|
| "drag_drop/drag_drop_tracker.cc",
|
| "drag_drop/drag_drop_tracker.h",
|
| + "drag_drop/drag_image_view.cc",
|
| + "drag_drop/drag_image_view.h",
|
| "first_run/desktop_cleaner.cc",
|
| "first_run/desktop_cleaner.h",
|
| "first_run/first_run_helper.cc",
|
| "first_run/first_run_helper.h",
|
| "first_run/first_run_helper_impl.cc",
|
| "first_run/first_run_helper_impl.h",
|
| + "focus_cycler.cc",
|
| + "focus_cycler.h",
|
| + "frame/caption_buttons/caption_button_types.h",
|
| + "frame/caption_buttons/frame_caption_button.cc",
|
| + "frame/caption_buttons/frame_caption_button.h",
|
| + "frame/caption_buttons/frame_caption_button_container_view.cc",
|
| + "frame/caption_buttons/frame_caption_button_container_view.h",
|
| + "frame/caption_buttons/frame_size_button.cc",
|
| + "frame/caption_buttons/frame_size_button.h",
|
| + "frame/caption_buttons/frame_size_button_delegate.h",
|
| + "frame/custom_frame_view_ash.cc",
|
| + "frame/custom_frame_view_ash.h",
|
| + "frame/default_header_painter.cc",
|
| + "frame/default_header_painter.h",
|
| + "frame/frame_border_hit_test.cc",
|
| + "frame/frame_border_hit_test.h",
|
| + "frame/header_painter.h",
|
| + "frame/header_painter_util.cc",
|
| + "frame/header_painter_util.h",
|
| + "frame/header_view.cc",
|
| + "frame/header_view.h",
|
| + "gpu_support.h",
|
| + "gpu_support_stub.cc",
|
| + "gpu_support_stub.h",
|
| "high_contrast/high_contrast_controller.cc",
|
| "high_contrast/high_contrast_controller.h",
|
| "host/ash_window_tree_host.cc",
|
| @@ -410,6 +183,11 @@ component("ash") {
|
| "host/transformer_helper.h",
|
| "ime/input_method_event_handler.cc",
|
| "ime/input_method_event_handler.h",
|
| + "key_event_watcher.cc",
|
| + "key_event_watcher.h",
|
| + "keyboard/keyboard_ui.cc",
|
| + "keyboard/keyboard_ui.h",
|
| + "keyboard/keyboard_ui_observer.h",
|
| "laser/laser_pointer_controller.cc",
|
| "laser/laser_pointer_controller.h",
|
| "laser/laser_pointer_points.cc",
|
| @@ -422,18 +200,34 @@ component("ash") {
|
| "link_handler_model.h",
|
| "link_handler_model_factory.cc",
|
| "link_handler_model_factory.h",
|
| + "login_status.h",
|
| "magnifier/magnification_controller.cc",
|
| "magnifier/magnification_controller.h",
|
| "magnifier/partial_magnification_controller.cc",
|
| "magnifier/partial_magnification_controller.h",
|
| + "material_design/material_design_controller.cc",
|
| + "material_design/material_design_controller.h",
|
| + "media_controller.cc",
|
| + "media_controller.h",
|
| "metrics/desktop_task_switch_metric_recorder.cc",
|
| "metrics/desktop_task_switch_metric_recorder.h",
|
| + "metrics/gesture_action_type.h",
|
| + "metrics/pointer_metrics_recorder.cc",
|
| + "metrics/pointer_metrics_recorder.h",
|
| "metrics/task_switch_metrics_recorder.cc",
|
| "metrics/task_switch_metrics_recorder.h",
|
| "metrics/task_switch_time_tracker.cc",
|
| "metrics/task_switch_time_tracker.h",
|
| + "metrics/user_metrics_action.h",
|
| "metrics/user_metrics_recorder.cc",
|
| "metrics/user_metrics_recorder.h",
|
| + "mojo_interface_factory.cc",
|
| + "mojo_interface_factory.h",
|
| + "multi_profile_uma.cc",
|
| + "multi_profile_uma.h",
|
| + "new_window_controller.cc",
|
| + "new_window_controller.h",
|
| + "palette_delegate.h",
|
| "root_window_controller.cc",
|
| "root_window_controller.h",
|
| "root_window_settings.cc",
|
| @@ -444,9 +238,17 @@ component("ash") {
|
| "rotator/screen_rotation_animator.h",
|
| "rotator/window_rotation.cc",
|
| "rotator/window_rotation.h",
|
| + "scoped_root_window_for_new_windows.cc",
|
| + "scoped_root_window_for_new_windows.h",
|
| "screen_util.cc",
|
| "screen_util.h",
|
| "screenshot_delegate.h",
|
| + "session/session_controller.cc",
|
| + "session/session_controller.h",
|
| + "session/session_state_delegate.cc",
|
| + "session/session_state_delegate.h",
|
| + "session/session_state_observer.cc",
|
| + "session/session_state_observer.h",
|
| "shared/immersive_context.cc",
|
| "shared/immersive_context.h",
|
| "shared/immersive_focus_watcher.h",
|
| @@ -458,13 +260,70 @@ component("ash") {
|
| "shared/immersive_handler_factory.h",
|
| "shared/immersive_revealed_lock.cc",
|
| "shared/immersive_revealed_lock.h",
|
| + "shelf/app_list_button.cc",
|
| + "shelf/app_list_button.h",
|
| + "shelf/app_list_shelf_item_delegate.cc",
|
| + "shelf/app_list_shelf_item_delegate.h",
|
| + "shelf/ink_drop_button_listener.h",
|
| + "shelf/overflow_bubble.cc",
|
| + "shelf/overflow_bubble.h",
|
| + "shelf/overflow_bubble_view.cc",
|
| + "shelf/overflow_bubble_view.h",
|
| + "shelf/overflow_button.cc",
|
| + "shelf/overflow_button.h",
|
| + "shelf/shelf_alignment_menu.cc",
|
| + "shelf/shelf_alignment_menu.h",
|
| + "shelf/shelf_application_menu_model.cc",
|
| + "shelf/shelf_application_menu_model.h",
|
| + "shelf/shelf_background_animator.cc",
|
| + "shelf/shelf_background_animator.h",
|
| + "shelf/shelf_background_animator_observer.h",
|
| "shelf/shelf_bezel_event_handler.cc",
|
| "shelf/shelf_bezel_event_handler.h",
|
| + "shelf/shelf_button.cc",
|
| + "shelf/shelf_button.h",
|
| + "shelf/shelf_button_pressed_metric_tracker.cc",
|
| + "shelf/shelf_button_pressed_metric_tracker.h",
|
| + "shelf/shelf_constants.cc",
|
| + "shelf/shelf_constants.h",
|
| + "shelf/shelf_controller.cc",
|
| + "shelf/shelf_controller.h",
|
| + "shelf/shelf_delegate.h",
|
| + "shelf/shelf_item_delegate.cc",
|
| + "shelf/shelf_item_delegate.h",
|
| + "shelf/shelf_item_types.cc",
|
| + "shelf/shelf_item_types.h",
|
| + "shelf/shelf_layout_manager.cc",
|
| + "shelf/shelf_layout_manager.h",
|
| + "shelf/shelf_layout_manager_observer.h",
|
| + "shelf/shelf_locking_manager.cc",
|
| + "shelf/shelf_locking_manager.h",
|
| + "shelf/shelf_model.cc",
|
| + "shelf/shelf_model.h",
|
| + "shelf/shelf_model_observer.h",
|
| + "shelf/shelf_tooltip_manager.cc",
|
| + "shelf/shelf_tooltip_manager.h",
|
| + "shelf/shelf_view.cc",
|
| + "shelf/shelf_view.h",
|
| + "shelf/shelf_widget.cc",
|
| + "shelf/shelf_widget.h",
|
| "shelf/shelf_window_targeter.cc",
|
| "shelf/shelf_window_targeter.h",
|
| + "shelf/shelf_window_watcher.cc",
|
| + "shelf/shelf_window_watcher.h",
|
| + "shelf/shelf_window_watcher_item_delegate.cc",
|
| + "shelf/shelf_window_watcher_item_delegate.h",
|
| + "shelf/wm_shelf.cc",
|
| + "shelf/wm_shelf.h",
|
| + "shelf/wm_shelf_observer.h",
|
| + "shelf/wm_shelf_util.cc",
|
| + "shelf/wm_shelf_util.h",
|
| "shell.cc",
|
| "shell.h",
|
| + "shell_delegate.h",
|
| "shell_init_params.h",
|
| + "shutdown_controller.cc",
|
| + "shutdown_controller.h",
|
| "sticky_keys/sticky_keys_controller.cc",
|
| "sticky_keys/sticky_keys_controller.h",
|
| "sticky_keys/sticky_keys_overlay.cc",
|
| @@ -749,46 +608,115 @@ component("ash") {
|
| "utility/screenshot_controller.h",
|
| "virtual_keyboard_controller.cc",
|
| "virtual_keyboard_controller.h",
|
| + "wallpaper/wallpaper_controller.cc",
|
| + "wallpaper/wallpaper_controller.h",
|
| + "wallpaper/wallpaper_controller_observer.h",
|
| + "wallpaper/wallpaper_delegate.h",
|
| + "wallpaper/wallpaper_view.cc",
|
| + "wallpaper/wallpaper_view.h",
|
| + "wallpaper/wallpaper_widget_controller.cc",
|
| + "wallpaper/wallpaper_widget_controller.h",
|
| + "wm/always_on_top_controller.cc",
|
| + "wm/always_on_top_controller.h",
|
| "wm/ash_focus_rules.cc",
|
| "wm/ash_focus_rules.h",
|
| "wm/ash_native_cursor_manager.cc",
|
| "wm/ash_native_cursor_manager.h",
|
| "wm/boot_splash_screen_chromeos.cc",
|
| "wm/boot_splash_screen_chromeos.h",
|
| + "wm/container_finder.cc",
|
| + "wm/container_finder.h",
|
| "wm/cursor_manager_chromeos.cc",
|
| "wm/cursor_manager_chromeos.h",
|
| + "wm/default_state.cc",
|
| + "wm/default_state.h",
|
| + "wm/default_window_resizer.cc",
|
| + "wm/default_window_resizer.h",
|
| + "wm/dock/docked_window_layout_manager.cc",
|
| + "wm/dock/docked_window_layout_manager.h",
|
| + "wm/dock/docked_window_layout_manager_observer.h",
|
| + "wm/dock/docked_window_resizer.cc",
|
| + "wm/dock/docked_window_resizer.h",
|
| + "wm/drag_details.cc",
|
| + "wm/drag_details.h",
|
| "wm/drag_window_controller.cc",
|
| "wm/drag_window_controller.h",
|
| "wm/drag_window_resizer.cc",
|
| "wm/drag_window_resizer.h",
|
| "wm/event_client_impl.cc",
|
| "wm/event_client_impl.h",
|
| + "wm/focus_rules.cc",
|
| + "wm/focus_rules.h",
|
| + "wm/fullscreen_window_finder.cc",
|
| + "wm/fullscreen_window_finder.h",
|
| "wm/gestures/overview_gesture_handler.cc",
|
| "wm/gestures/overview_gesture_handler.h",
|
| + "wm/immersive_context_ash.cc",
|
| + "wm/immersive_context_ash.h",
|
| "wm/immersive_focus_watcher_aura.cc",
|
| "wm/immersive_focus_watcher_aura.h",
|
| "wm/immersive_gesture_handler_aura.cc",
|
| "wm/immersive_gesture_handler_aura.h",
|
| "wm/immersive_handler_factory_ash.cc",
|
| "wm/immersive_handler_factory_ash.h",
|
| + "wm/lock_layout_manager.cc",
|
| + "wm/lock_layout_manager.h",
|
| "wm/lock_state_controller.cc",
|
| "wm/lock_state_controller.h",
|
| + "wm/lock_state_observer.h",
|
| + "wm/lock_window_state.cc",
|
| + "wm/lock_window_state.h",
|
| + "wm/maximize_mode/maximize_mode_controller.cc",
|
| + "wm/maximize_mode/maximize_mode_controller.h",
|
| + "wm/maximize_mode/maximize_mode_event_handler.cc",
|
| + "wm/maximize_mode/maximize_mode_event_handler.h",
|
| "wm/maximize_mode/maximize_mode_event_handler_aura.cc",
|
| "wm/maximize_mode/maximize_mode_event_handler_aura.h",
|
| + "wm/maximize_mode/maximize_mode_window_manager.cc",
|
| + "wm/maximize_mode/maximize_mode_window_manager.h",
|
| + "wm/maximize_mode/maximize_mode_window_state.cc",
|
| + "wm/maximize_mode/maximize_mode_window_state.h",
|
| + "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h",
|
| "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc",
|
| "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h",
|
| "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc",
|
| "wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h",
|
| + "wm/maximize_mode/workspace_backdrop_delegate.cc",
|
| + "wm/maximize_mode/workspace_backdrop_delegate.h",
|
| + "wm/mru_window_tracker.cc",
|
| + "wm/mru_window_tracker.h",
|
| "wm/overlay_event_filter.cc",
|
| "wm/overlay_event_filter.h",
|
| + "wm/overview/cleanup_animation_observer.cc",
|
| + "wm/overview/cleanup_animation_observer.h",
|
| + "wm/overview/overview_animation_type.h",
|
| + "wm/overview/scoped_overview_animation_settings.h",
|
| "wm/overview/scoped_overview_animation_settings_aura.cc",
|
| "wm/overview/scoped_overview_animation_settings_aura.h",
|
| + "wm/overview/scoped_overview_animation_settings_factory.cc",
|
| + "wm/overview/scoped_overview_animation_settings_factory.h",
|
| "wm/overview/scoped_overview_animation_settings_factory_aura.cc",
|
| "wm/overview/scoped_overview_animation_settings_factory_aura.h",
|
| + "wm/overview/scoped_transform_overview_window.cc",
|
| + "wm/overview/scoped_transform_overview_window.h",
|
| + "wm/overview/window_grid.cc",
|
| + "wm/overview/window_grid.h",
|
| + "wm/overview/window_selector.cc",
|
| + "wm/overview/window_selector.h",
|
| + "wm/overview/window_selector_controller.cc",
|
| + "wm/overview/window_selector_controller.h",
|
| + "wm/overview/window_selector_item.cc",
|
| + "wm/overview/window_selector_item.h",
|
| "wm/panels/attached_panel_window_targeter.cc",
|
| "wm/panels/attached_panel_window_targeter.h",
|
| + "wm/panels/panel_frame_view.cc",
|
| + "wm/panels/panel_frame_view.h",
|
| + "wm/panels/panel_layout_manager.cc",
|
| + "wm/panels/panel_layout_manager.h",
|
| "wm/panels/panel_window_event_handler.cc",
|
| "wm/panels/panel_window_event_handler.h",
|
| + "wm/panels/panel_window_resizer.cc",
|
| + "wm/panels/panel_window_resizer.h",
|
| "wm/power_button_controller.cc",
|
| "wm/power_button_controller.h",
|
| "wm/resize_handle_window_targeter.cc",
|
| @@ -797,6 +725,12 @@ component("ash") {
|
| "wm/resize_shadow.h",
|
| "wm/resize_shadow_controller.cc",
|
| "wm/resize_shadow_controller.h",
|
| + "wm/root_window_finder.cc",
|
| + "wm/root_window_finder.h",
|
| + "wm/root_window_layout_manager.cc",
|
| + "wm/root_window_layout_manager.h",
|
| + "wm/screen_dimmer.cc",
|
| + "wm/screen_dimmer.h",
|
| "wm/screen_pinning_controller.cc",
|
| "wm/screen_pinning_controller.h",
|
| "wm/session_state_animator.cc",
|
| @@ -805,31 +739,97 @@ component("ash") {
|
| "wm/session_state_animator_impl.h",
|
| "wm/stacking_controller.cc",
|
| "wm/stacking_controller.h",
|
| + "wm/switchable_windows.cc",
|
| + "wm/switchable_windows.h",
|
| "wm/system_gesture_event_filter.cc",
|
| "wm/system_gesture_event_filter.h",
|
| "wm/system_modal_container_event_filter.cc",
|
| "wm/system_modal_container_event_filter.h",
|
| "wm/system_modal_container_event_filter_delegate.h",
|
| + "wm/system_modal_container_layout_manager.cc",
|
| + "wm/system_modal_container_layout_manager.h",
|
| "wm/system_wallpaper_controller.cc",
|
| "wm/system_wallpaper_controller.h",
|
| "wm/toplevel_window_event_handler.cc",
|
| "wm/toplevel_window_event_handler.h",
|
| "wm/video_detector.cc",
|
| "wm/video_detector.h",
|
| + "wm/window_animation_types.h",
|
| "wm/window_animations.cc",
|
| "wm/window_animations.h",
|
| + "wm/window_cycle_controller.cc",
|
| + "wm/window_cycle_controller.h",
|
| + "wm/window_cycle_event_filter.h",
|
| "wm/window_cycle_event_filter_aura.cc",
|
| "wm/window_cycle_event_filter_aura.h",
|
| + "wm/window_cycle_list.cc",
|
| + "wm/window_cycle_list.h",
|
| + "wm/window_dimmer.cc",
|
| + "wm/window_dimmer.h",
|
| "wm/window_mirror_view.cc",
|
| "wm/window_mirror_view.h",
|
| + "wm/window_parenting_utils.cc",
|
| + "wm/window_parenting_utils.h",
|
| + "wm/window_positioner.cc",
|
| + "wm/window_positioner.h",
|
| + "wm/window_positioning_utils.cc",
|
| + "wm/window_positioning_utils.h",
|
| "wm/window_properties.cc",
|
| "wm/window_properties.h",
|
| + "wm/window_resizer.cc",
|
| + "wm/window_resizer.h",
|
| + "wm/window_state.cc",
|
| + "wm/window_state.h",
|
| "wm/window_state_aura.cc",
|
| "wm/window_state_aura.h",
|
| + "wm/window_state_delegate.cc",
|
| + "wm/window_state_delegate.h",
|
| + "wm/window_state_observer.h",
|
| + "wm/window_state_util.cc",
|
| + "wm/window_state_util.h",
|
| "wm/window_util.cc",
|
| "wm/window_util.h",
|
| + "wm/wm_event.cc",
|
| + "wm/wm_event.h",
|
| + "wm/wm_screen_util.cc",
|
| + "wm/wm_screen_util.h",
|
| + "wm/wm_snap_to_pixel_layout_manager.cc",
|
| + "wm/wm_snap_to_pixel_layout_manager.h",
|
| + "wm/wm_toplevel_window_event_handler.cc",
|
| + "wm/wm_toplevel_window_event_handler.h",
|
| + "wm/wm_types.cc",
|
| + "wm/wm_types.h",
|
| + "wm/wm_window_animations.cc",
|
| + "wm/wm_window_animations.h",
|
| + "wm/workspace/magnetism_matcher.cc",
|
| + "wm/workspace/magnetism_matcher.h",
|
| + "wm/workspace/multi_window_resize_controller.cc",
|
| + "wm/workspace/multi_window_resize_controller.h",
|
| + "wm/workspace/phantom_window_controller.cc",
|
| + "wm/workspace/phantom_window_controller.h",
|
| + "wm/workspace/two_step_edge_cycler.cc",
|
| + "wm/workspace/two_step_edge_cycler.h",
|
| + "wm/workspace/workspace_event_handler.cc",
|
| + "wm/workspace/workspace_event_handler.h",
|
| "wm/workspace/workspace_event_handler_aura.cc",
|
| "wm/workspace/workspace_event_handler_aura.h",
|
| + "wm/workspace/workspace_layout_manager.cc",
|
| + "wm/workspace/workspace_layout_manager.h",
|
| + "wm/workspace/workspace_layout_manager_backdrop_delegate.h",
|
| + "wm/workspace/workspace_types.h",
|
| + "wm/workspace/workspace_window_resizer.cc",
|
| + "wm/workspace/workspace_window_resizer.h",
|
| + "wm/workspace_controller.cc",
|
| + "wm/workspace_controller.h",
|
| + "wm_activation_observer.h",
|
| + "wm_display_observer.h",
|
| + "wm_layout_manager.h",
|
| + "wm_shell.cc",
|
| + "wm_shell.h",
|
| + "wm_transient_window_observer.h",
|
| + "wm_window.cc",
|
| + "wm_window.h",
|
| + "wm_window_user_data.h",
|
| ]
|
|
|
| configs += [ "//build/config:precompiled_headers" ]
|
| @@ -1153,49 +1153,42 @@ source_set("common_unittests") {
|
| sources = [
|
| "accelerators/accelerator_controller_unittest.cc",
|
| "accelerators/accelerator_filter_unittest.cc",
|
| + "accelerators/accelerator_table_unittest.cc",
|
| "accelerators/spoken_feedback_toggler_unittest.cc",
|
| "ash_touch_exploration_manager_chromeos_unittest.cc",
|
| "autoclick/autoclick_unittest.cc",
|
| - "common/accelerators/accelerator_table_unittest.cc",
|
| - "common/devtools/ash_devtools_unittest.cc",
|
| - "common/drag_drop/drag_image_view_unittest.cc",
|
| - "common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
|
| - "common/frame/custom_frame_view_ash_unittest.cc",
|
| - "common/frame/default_header_painter_unittest.cc",
|
| - "common/metrics/pointer_metrics_recorder_unittest.cc",
|
| - "common/mus_property_mirror_ash_unittest.cc",
|
| - "common/session/session_controller_unittest.cc",
|
| - "common/shelf/shelf_application_menu_model_unittest.cc",
|
| - "common/shelf/shelf_background_animator_unittest.cc",
|
| - "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc",
|
| - "common/shelf/shelf_locking_manager_unittest.cc",
|
| - "common/shelf/shelf_model_unittest.cc",
|
| - "common/shelf/shelf_tooltip_manager_unittest.cc",
|
| - "common/shelf/shelf_window_watcher_unittest.cc",
|
| - "common/wallpaper/wallpaper_controller_unittest.cc",
|
| - "common/wm/container_finder_unittest.cc",
|
| - "common/wm/mru_window_tracker_unittest.cc",
|
| - "common/wm/overview/cleanup_animation_observer_unittest.cc",
|
| - "common/wm/workspace/workspace_layout_manager_unittest.cc",
|
| - "common/wm_window_unittest.cc",
|
| - "common/wm_window_user_data_unittest.cc",
|
| + "devtools/ash_devtools_unittest.cc",
|
| + "drag_drop/drag_image_view_unittest.cc",
|
| "first_run/first_run_helper_unittest.cc",
|
| "focus_cycler_unittest.cc",
|
| + "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
|
| "frame/caption_buttons/frame_size_button_unittest.cc",
|
| + "frame/custom_frame_view_ash_unittest.cc",
|
| + "frame/default_header_painter_unittest.cc",
|
| "laser/laser_pointer_controller_unittest.cc",
|
| "laser/laser_pointer_points_unittest.cc",
|
| "laser/laser_segment_utils_unittest.cc",
|
| "metrics/desktop_task_switch_metric_recorder_unittest.cc",
|
| + "metrics/pointer_metrics_recorder_unittest.cc",
|
| "metrics/task_switch_metrics_recorder_unittest.cc",
|
| "metrics/task_switch_time_tracker_unittest.cc",
|
| "metrics/user_metrics_recorder_unittest.cc",
|
| + "mus_property_mirror_ash_unittest.cc",
|
| "root_window_controller_unittest.cc",
|
| "rotator/screen_rotation_animation_unittest.cc",
|
| "screen_util_unittest.cc",
|
| + "session/session_controller_unittest.cc",
|
| + "shelf/shelf_application_menu_model_unittest.cc",
|
| + "shelf/shelf_background_animator_unittest.cc",
|
| + "shelf/shelf_button_pressed_metric_tracker_unittest.cc",
|
| "shelf/shelf_layout_manager_unittest.cc",
|
| + "shelf/shelf_locking_manager_unittest.cc",
|
| + "shelf/shelf_model_unittest.cc",
|
| + "shelf/shelf_tooltip_manager_unittest.cc",
|
| "shelf/shelf_unittest.cc",
|
| "shelf/shelf_view_unittest.cc",
|
| "shelf/shelf_widget_unittest.cc",
|
| + "shelf/shelf_window_watcher_unittest.cc",
|
| "shell_unittest.cc",
|
| "sticky_keys/sticky_keys_overlay_unittest.cc",
|
| "sticky_keys/sticky_keys_unittest.cc",
|
| @@ -1236,13 +1229,20 @@ source_set("common_unittests") {
|
| "system/web_notification/web_notification_tray_unittest.cc",
|
| "test/ash_test_helper_unittest.cc",
|
| "tooltips/tooltip_controller_unittest.cc",
|
| + "wallpaper/wallpaper_controller_unittest.cc",
|
| "wm/ash_focus_rules_unittest.cc",
|
| + "wm/container_finder_unittest.cc",
|
| "wm/dock/docked_window_layout_manager_unittest.cc",
|
| "wm/dock/docked_window_resizer_unittest.cc",
|
| "wm/immersive_fullscreen_controller_unittest.cc",
|
| "wm/lock_state_controller_unittest.cc",
|
| "wm/maximize_mode/accelerometer_test_data_literals.cc",
|
| "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
|
| + "wm/mru_window_tracker_unittest.cc",
|
| + "wm/overview/cleanup_animation_observer_unittest.cc",
|
| + "wm/workspace/workspace_layout_manager_unittest.cc",
|
| + "wm_window_unittest.cc",
|
| + "wm_window_user_data_unittest.cc",
|
| ]
|
| deps = [
|
| "//ash",
|
|
|