Commit c6c4cbaf authored by Mitsuru Oshima's avatar Mitsuru Oshima Committed by Commit Bot

Cleanup ash public interfaces

Bug: None
Test: None
Change-Id: I571bbcd40613ce255a1b323ec2fdae4d137dd389
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863358
Commit-Queue: Mitsuru Oshima (slow) <oshima@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708180}
parent cddb9095
...@@ -31,14 +31,8 @@ component("ash") { ...@@ -31,14 +31,8 @@ component("ash") {
"accessibility/accessibility_controller_impl.h", "accessibility/accessibility_controller_impl.h",
"accessibility/accessibility_delegate.h", "accessibility/accessibility_delegate.h",
"accessibility/focus_ring_controller.h", "accessibility/focus_ring_controller.h",
"app_list/app_list_controller_impl.h",
"detachable_base/detachable_base_handler.h",
"detachable_base/detachable_base_observer.h",
"display/display_prefs.h",
"display/output_protection_delegate.h", "display/output_protection_delegate.h",
"display/screen_orientation_controller.h", "display/screen_orientation_controller.h",
"events/event_rewriter_controller_impl.h",
"focus_cycler.h",
"frame/header_view.h", "frame/header_view.h",
"frame/non_client_frame_view_ash.h", "frame/non_client_frame_view_ash.h",
"frame/wide_frame_view.h", "frame/wide_frame_view.h",
...@@ -75,12 +69,9 @@ component("ash") { ...@@ -75,12 +69,9 @@ component("ash") {
"shell_observer.h", "shell_observer.h",
"sticky_keys/sticky_keys_controller.h", "sticky_keys/sticky_keys_controller.h",
"system/status_area_widget.h", "system/status_area_widget.h",
"system/status_area_widget_delegate.h",
"system/tray/system_tray_notifier.h", "system/tray/system_tray_notifier.h",
"system/unified/unified_system_tray.h", "system/unified/unified_system_tray.h",
"touch/touch_hud_debug.h", "touch/touch_hud_debug.h",
"touch/touch_observer_hud.h",
"wm/client_controlled_state.h",
"wm/desks/desks_util.h", "wm/desks/desks_util.h",
"wm/drag_window_resizer.h", "wm/drag_window_resizer.h",
"wm/mru_window_tracker.h", "wm/mru_window_tracker.h",
...@@ -180,6 +171,7 @@ component("ash") { ...@@ -180,6 +171,7 @@ component("ash") {
"ambient/util/ambient_util.h", "ambient/util/ambient_util.h",
"animation/animation_change_type.h", "animation/animation_change_type.h",
"app_list/app_list_controller_impl.cc", "app_list/app_list_controller_impl.cc",
"app_list/app_list_controller_impl.h",
"app_list/app_list_presenter_delegate_impl.cc", "app_list/app_list_presenter_delegate_impl.cc",
"app_list/app_list_presenter_delegate_impl.h", "app_list/app_list_presenter_delegate_impl.h",
"ash_export.h", "ash_export.h",
...@@ -239,8 +231,10 @@ component("ash") { ...@@ -239,8 +231,10 @@ component("ash") {
"debug.cc", "debug.cc",
"debug.h", "debug.h",
"detachable_base/detachable_base_handler.cc", "detachable_base/detachable_base_handler.cc",
"detachable_base/detachable_base_handler.h",
"detachable_base/detachable_base_notification_controller.cc", "detachable_base/detachable_base_notification_controller.cc",
"detachable_base/detachable_base_notification_controller.h", "detachable_base/detachable_base_notification_controller.h",
"detachable_base/detachable_base_observer.h",
"detachable_base/detachable_base_pairing_status.h", "detachable_base/detachable_base_pairing_status.h",
"disconnected_app_handler.cc", "disconnected_app_handler.cc",
"disconnected_app_handler.h", "disconnected_app_handler.h",
...@@ -261,6 +255,7 @@ component("ash") { ...@@ -261,6 +255,7 @@ component("ash") {
"display/display_move_window_util.cc", "display/display_move_window_util.cc",
"display/display_move_window_util.h", "display/display_move_window_util.h",
"display/display_prefs.cc", "display/display_prefs.cc",
"display/display_prefs.h",
"display/display_shutdown_observer.cc", "display/display_shutdown_observer.cc",
"display/display_shutdown_observer.h", "display/display_shutdown_observer.h",
"display/display_util.cc", "display/display_util.cc",
...@@ -277,7 +272,6 @@ component("ash") { ...@@ -277,7 +272,6 @@ component("ash") {
"display/null_mouse_warp_controller.cc", "display/null_mouse_warp_controller.cc",
"display/null_mouse_warp_controller.h", "display/null_mouse_warp_controller.h",
"display/output_protection_delegate.cc", "display/output_protection_delegate.cc",
"display/output_protection_delegate.h",
"display/overscan_calibrator.cc", "display/overscan_calibrator.cc",
"display/overscan_calibrator.h", "display/overscan_calibrator.h",
"display/persistent_window_controller.cc", "display/persistent_window_controller.cc",
...@@ -293,6 +287,7 @@ component("ash") { ...@@ -293,6 +287,7 @@ component("ash") {
"display/screen_ash.cc", "display/screen_ash.cc",
"display/screen_ash.h", "display/screen_ash.h",
"display/screen_orientation_controller.cc", "display/screen_orientation_controller.cc",
"display/screen_orientation_controller.h",
"display/screen_position_controller.cc", "display/screen_position_controller.cc",
"display/screen_position_controller.h", "display/screen_position_controller.h",
"display/shared_display_edge_indicator.cc", "display/shared_display_edge_indicator.cc",
...@@ -312,6 +307,7 @@ component("ash") { ...@@ -312,6 +307,7 @@ component("ash") {
"drag_drop/drag_image_view.cc", "drag_drop/drag_image_view.cc",
"drag_drop/drag_image_view.h", "drag_drop/drag_image_view.h",
"events/event_rewriter_controller_impl.cc", "events/event_rewriter_controller_impl.cc",
"events/event_rewriter_controller_impl.h",
"events/keyboard_driven_event_rewriter.cc", "events/keyboard_driven_event_rewriter.cc",
"events/keyboard_driven_event_rewriter.h", "events/keyboard_driven_event_rewriter.h",
"events/select_to_speak_event_handler.cc", "events/select_to_speak_event_handler.cc",
...@@ -325,6 +321,7 @@ component("ash") { ...@@ -325,6 +321,7 @@ component("ash") {
"first_run/first_run_helper_impl.cc", "first_run/first_run_helper_impl.cc",
"first_run/first_run_helper_impl.h", "first_run/first_run_helper_impl.h",
"focus_cycler.cc", "focus_cycler.cc",
"focus_cycler.h",
"frame/header_view.cc", "frame/header_view.cc",
"frame/non_client_frame_view_ash.cc", "frame/non_client_frame_view_ash.cc",
"frame/snap_controller_impl.cc", "frame/snap_controller_impl.cc",
...@@ -475,6 +472,7 @@ component("ash") { ...@@ -475,6 +472,7 @@ component("ash") {
"magnifier/docked_magnifier_controller_impl.cc", "magnifier/docked_magnifier_controller_impl.cc",
"magnifier/docked_magnifier_controller_impl.h", "magnifier/docked_magnifier_controller_impl.h",
"magnifier/magnification_controller.cc", "magnifier/magnification_controller.cc",
"magnifier/magnification_controller.h",
"magnifier/magnifier_utils.cc", "magnifier/magnifier_utils.cc",
"magnifier/magnifier_utils.h", "magnifier/magnifier_utils.h",
"magnifier/partial_magnification_controller.cc", "magnifier/partial_magnification_controller.cc",
...@@ -549,6 +547,7 @@ component("ash") { ...@@ -549,6 +547,7 @@ component("ash") {
"scoped_root_window_for_new_windows.h", "scoped_root_window_for_new_windows.h",
"screen_util.cc", "screen_util.cc",
"screen_util.h", "screen_util.h",
"screenshot_delegate.h",
"session/multiprofiles_intro_dialog.cc", "session/multiprofiles_intro_dialog.cc",
"session/multiprofiles_intro_dialog.h", "session/multiprofiles_intro_dialog.h",
"session/session_aborted_dialog.cc", "session/session_aborted_dialog.cc",
...@@ -556,6 +555,7 @@ component("ash") { ...@@ -556,6 +555,7 @@ component("ash") {
"session/session_activation_observer_holder.cc", "session/session_activation_observer_holder.cc",
"session/session_activation_observer_holder.h", "session/session_activation_observer_holder.h",
"session/session_controller_impl.cc", "session/session_controller_impl.cc",
"session/session_controller_impl.h",
"session/session_observer.cc", "session/session_observer.cc",
"session/session_observer.h", "session/session_observer.h",
"session/teleport_warning_dialog.cc", "session/teleport_warning_dialog.cc",
...@@ -923,6 +923,7 @@ component("ash") { ...@@ -923,6 +923,7 @@ component("ash") {
"system/status_area_layout_manager.h", "system/status_area_layout_manager.h",
"system/status_area_widget.cc", "system/status_area_widget.cc",
"system/status_area_widget_delegate.cc", "system/status_area_widget_delegate.cc",
"system/status_area_widget_delegate.h",
"system/supervised/supervised_icon_string.cc", "system/supervised/supervised_icon_string.cc",
"system/supervised/supervised_icon_string.h", "system/supervised/supervised_icon_string.h",
"system/supervised/supervised_notification_controller.cc", "system/supervised/supervised_notification_controller.cc",
...@@ -1061,6 +1062,7 @@ component("ash") { ...@@ -1061,6 +1062,7 @@ component("ash") {
"touch/touch_hud_renderer.cc", "touch/touch_hud_renderer.cc",
"touch/touch_hud_renderer.h", "touch/touch_hud_renderer.h",
"touch/touch_observer_hud.cc", "touch/touch_observer_hud.cc",
"touch/touch_observer_hud.h",
"tray_action/tray_action.cc", "tray_action/tray_action.cc",
"tray_action/tray_action.h", "tray_action/tray_action.h",
"tray_action/tray_action_observer.h", "tray_action/tray_action_observer.h",
...@@ -1100,6 +1102,7 @@ component("ash") { ...@@ -1100,6 +1102,7 @@ component("ash") {
"wm/base_state.cc", "wm/base_state.cc",
"wm/base_state.h", "wm/base_state.h",
"wm/client_controlled_state.cc", "wm/client_controlled_state.cc",
"wm/client_controlled_state.h",
"wm/collision_detection/collision_detection_utils.cc", "wm/collision_detection/collision_detection_utils.cc",
"wm/collision_detection/collision_detection_utils.h", "wm/collision_detection/collision_detection_utils.h",
"wm/container_finder.cc", "wm/container_finder.cc",
...@@ -1178,6 +1181,7 @@ component("ash") { ...@@ -1178,6 +1181,7 @@ component("ash") {
"wm/overview/overview_animation_type.h", "wm/overview/overview_animation_type.h",
"wm/overview/overview_constants.h", "wm/overview/overview_constants.h",
"wm/overview/overview_controller.cc", "wm/overview/overview_controller.cc",
"wm/overview/overview_controller.h",
"wm/overview/overview_delegate.h", "wm/overview/overview_delegate.h",
"wm/overview/overview_grid.cc", "wm/overview/overview_grid.cc",
"wm/overview/overview_grid.h", "wm/overview/overview_grid.h",
...@@ -1227,6 +1231,7 @@ component("ash") { ...@@ -1227,6 +1231,7 @@ component("ash") {
"wm/session_state_animator_impl.h", "wm/session_state_animator_impl.h",
"wm/splitview/split_view_constants.h", "wm/splitview/split_view_constants.h",
"wm/splitview/split_view_controller.cc", "wm/splitview/split_view_controller.cc",
"wm/splitview/split_view_controller.h",
"wm/splitview/split_view_divider.cc", "wm/splitview/split_view_divider.cc",
"wm/splitview/split_view_divider.h", "wm/splitview/split_view_divider.h",
"wm/splitview/split_view_divider_handler_view.cc", "wm/splitview/split_view_divider_handler_view.cc",
......
specific_include_rules = { specific_include_rules = {
# Allow ash deps for browser test. # Allow ash deps for browser test.
"display_prefs_browsertest.cc": [ "display_prefs_browsertest.cc": [
"+ash/display/display_prefs.h",
"+ash/shell.h", "+ash/shell.h",
], ],
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment