blob: 3d6d3d9a862698ef8eff3566fc7419227421bc49 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//chromeos/assistant/assistant.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//services/catalog/public/tools/catalog.gni")
import("//services/service_manager/public/cpp/service_executable.gni")
import("//services/service_manager/public/service_manifest.gni")
import("//testing/test.gni")
import("//tools/grit/repack.gni")
import("//ui/base/ui_features.gni")
# Historical note: Ash shipped on Windows for a couple years to support
# Windows 8 Metro mode. Windows support was removed in 2016.
assert(is_chromeos)
assert(use_aura)
assert(enable_hidpi)
# Chromebooks use ozone/DRM. linux-chromeos uses ozone/X11.
assert(use_ozone)
component("ash") {
# All targets in this file are allowed to access any the headers in ash.
friend = [ ":*" ]
public = [
# This is the only header that should be used externally.
"ash_service.h",
# TODO: move the following to source. Do NOT add new files here.
"accelerators/accelerator_controller.h",
"accessibility/accessibility_controller.h",
"accessibility/accessibility_delegate.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/screen_orientation_controller.h",
"events/event_rewriter_controller.h",
"focus_cycler.h",
"frame/ash_frame_caption_controller.h",
"frame/header_view.h",
"frame/non_client_frame_view_ash.h",
"frame/wide_frame_view.h",
"magnifier/magnification_controller.h",
# TODO: move MultiUserWindowManager (and delegate) to sources:
# https://crbug.com/756085
"multi_user/multi_user_window_manager.h",
"multi_user/multi_user_window_manager_delegate_classic.h",
"new_window_controller.h",
"root_window_controller.h",
"screenshot_delegate.h",
"session/session_controller.h",
"shelf/shelf.h",
"shelf/shelf_widget.h",
"shell.h",
"shell_delegate.h",
"shell_init_params.h",
"shell_observer.h",
"sticky_keys/sticky_keys_controller.h",
"system/status_area_widget.h",
"system/status_area_widget_delegate.h",
"system/tray/system_tray_notifier.h",
"system/unified/unified_system_tray.h",
"touch/touch_observer_hud.h",
"wm/client_controlled_state.h",
"wm/drag_window_resizer.h",
"wm/mru_window_tracker.h",
"wm/overview/window_selector_controller.h",
"wm/splitview/split_view_controller.h",
"wm/tablet_mode/tablet_mode_controller.h",
"wm/tablet_mode/tablet_mode_observer.h",
"wm/tablet_mode/tablet_mode_window_drag_delegate.h",
"wm/window_finder.h",
"wm/window_positioner.h",
"wm/window_positioning_utils.h",
"wm/window_properties.h",
"wm/window_resizer.h",
"wm/window_state.h",
"wm/window_state_delegate.h",
"wm/window_state_observer.h",
"wm/window_util.h",
"wm/wm_event.h",
"wm/workspace/workspace_window_resizer.h",
"ws/window_lookup.h",
]
sources = [
"accelerators/accelerator_commands.cc",
"accelerators/accelerator_commands.h",
"accelerators/accelerator_confirmation_dialog.cc",
"accelerators/accelerator_confirmation_dialog.h",
"accelerators/accelerator_controller.cc",
"accelerators/accelerator_ids.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/pre_target_accelerator_handler.cc",
"accelerators/pre_target_accelerator_handler.h",
"accelerators/spoken_feedback_toggler.cc",
"accelerators/spoken_feedback_toggler.h",
"accelerometer/accelerometer_reader.cc",
"accelerometer/accelerometer_reader.h",
"accelerometer/accelerometer_types.cc",
"accelerometer/accelerometer_types.h",
"accessibility/accessibility_controller.cc",
"accessibility/accessibility_cursor_ring_layer.cc",
"accessibility/accessibility_cursor_ring_layer.h",
"accessibility/accessibility_focus_ring.cc",
"accessibility/accessibility_focus_ring.h",
"accessibility/accessibility_focus_ring_controller.cc",
"accessibility/accessibility_focus_ring_controller.h",
"accessibility/accessibility_focus_ring_group.cc",
"accessibility/accessibility_focus_ring_group.h",
"accessibility/accessibility_focus_ring_layer.cc",
"accessibility/accessibility_focus_ring_layer.h",
"accessibility/accessibility_highlight_controller.cc",
"accessibility/accessibility_highlight_controller.h",
"accessibility/accessibility_highlight_layer.cc",
"accessibility/accessibility_highlight_layer.h",
"accessibility/accessibility_layer.cc",
"accessibility/accessibility_layer.h",
"accessibility/accessibility_observer.h",
"accessibility/accessibility_panel_layout_manager.cc",
"accessibility/accessibility_panel_layout_manager.h",
"accessibility/default_accessibility_delegate.cc",
"accessibility/default_accessibility_delegate.h",
"accessibility/focus_ring_controller.cc",
"accessibility/focus_ring_layer.cc",
"accessibility/focus_ring_layer.h",
"accessibility/key_accessibility_enabler.cc",
"accessibility/key_accessibility_enabler.h",
"accessibility/layer_animation_info.cc",
"accessibility/layer_animation_info.h",
"accessibility/spoken_feedback_enabler.cc",
"accessibility/spoken_feedback_enabler.h",
"accessibility/touch_accessibility_enabler.cc",
"accessibility/touch_accessibility_enabler.h",
"accessibility/touch_exploration_controller.cc",
"accessibility/touch_exploration_controller.h",
"accessibility/touch_exploration_manager.cc",
"accessibility/touch_exploration_manager.h",
"animation/animation_change_type.h",
"app_list/app_list_controller_impl.cc",
"app_list/app_list_presenter_delegate_impl.cc",
"app_list/app_list_presenter_delegate_impl.h",
"app_list/home_launcher_gesture_handler.cc",
"app_list/home_launcher_gesture_handler.h",
"ash_export.h",
"ash_service.cc",
"assistant/assistant_alarm_timer_controller.cc",
"assistant/assistant_alarm_timer_controller.h",
"assistant/assistant_cache_controller.cc",
"assistant/assistant_cache_controller.h",
"assistant/assistant_controller.cc",
"assistant/assistant_controller.h",
"assistant/assistant_controller_observer.h",
"assistant/assistant_interaction_controller.cc",
"assistant/assistant_interaction_controller.h",
"assistant/assistant_notification_controller.cc",
"assistant/assistant_notification_controller.h",
"assistant/assistant_screen_context_controller.cc",
"assistant/assistant_screen_context_controller.h",
"assistant/assistant_setup_controller.cc",
"assistant/assistant_setup_controller.h",
"assistant/assistant_ui_controller.cc",
"assistant/assistant_ui_controller.h",
"assistant/assistant_view_delegate_impl.cc",
"assistant/assistant_view_delegate_impl.h",
"assistant/ui/assistant_background_layer.cc",
"assistant/ui/assistant_background_layer.h",
"assistant/ui/assistant_container_view.cc",
"assistant/ui/assistant_container_view.h",
"assistant/ui/assistant_container_view_animator.cc",
"assistant/ui/assistant_container_view_animator.h",
"assistant/ui/assistant_container_view_animator_legacy_impl.cc",
"assistant/ui/assistant_container_view_animator_legacy_impl.h",
"assistant/ui/assistant_container_view_focus_traversable.cc",
"assistant/ui/assistant_container_view_focus_traversable.h",
"assistant/ui/assistant_main_view.cc",
"assistant/ui/assistant_main_view.h",
"assistant/ui/assistant_mini_view.cc",
"assistant/ui/assistant_mini_view.h",
"assistant/ui/assistant_view_delegate.h",
"assistant/ui/assistant_web_view.cc",
"assistant/ui/assistant_web_view.h",
"assistant/ui/base/assistant_button.cc",
"assistant/ui/base/assistant_button.h",
"assistant/ui/base/assistant_scroll_view.cc",
"assistant/ui/base/assistant_scroll_view.h",
"assistant/ui/caption_bar.cc",
"assistant/ui/caption_bar.h",
"assistant/ui/dialog_plate/action_view.cc",
"assistant/ui/dialog_plate/action_view.h",
"assistant/ui/dialog_plate/dialog_plate.cc",
"assistant/ui/dialog_plate/dialog_plate.h",
"assistant/ui/logo_view/base_logo_view.cc",
"assistant/ui/logo_view/base_logo_view.h",
"assistant/ui/main_stage/assistant_card_element_view.cc",
"assistant/ui/main_stage/assistant_card_element_view.h",
"assistant/ui/main_stage/assistant_footer_view.cc",
"assistant/ui/main_stage/assistant_footer_view.h",
"assistant/ui/main_stage/assistant_header_view.cc",
"assistant/ui/main_stage/assistant_header_view.h",
"assistant/ui/main_stage/assistant_main_stage.cc",
"assistant/ui/main_stage/assistant_main_stage.h",
"assistant/ui/main_stage/assistant_opt_in_view.cc",
"assistant/ui/main_stage/assistant_opt_in_view.h",
"assistant/ui/main_stage/assistant_progress_indicator.cc",
"assistant/ui/main_stage/assistant_progress_indicator.h",
"assistant/ui/main_stage/assistant_query_view.cc",
"assistant/ui/main_stage/assistant_query_view.h",
"assistant/ui/main_stage/assistant_text_element_view.cc",
"assistant/ui/main_stage/assistant_text_element_view.h",
"assistant/ui/main_stage/suggestion_container_view.cc",
"assistant/ui/main_stage/suggestion_container_view.h",
"assistant/ui/main_stage/ui_element_container_view.cc",
"assistant/ui/main_stage/ui_element_container_view.h",
"assistant/util/animation_util.cc",
"assistant/util/animation_util.h",
"assistant/util/assistant_util.cc",
"assistant/util/assistant_util.h",
"assistant/util/deep_link_util.cc",
"assistant/util/deep_link_util.h",
"assistant/util/histogram_util.cc",
"assistant/util/histogram_util.h",
"assistant/util/views_util.cc",
"assistant/util/views_util.h",
"autoclick/autoclick_controller.cc",
"autoclick/autoclick_controller.h",
"autoclick/autoclick_drag_event_rewriter.cc",
"autoclick/autoclick_drag_event_rewriter.h",
"autoclick/autoclick_ring_handler.cc",
"autoclick/autoclick_ring_handler.h",
"bluetooth_devices_observer.cc",
"bluetooth_devices_observer.h",
"cancel_mode.cc",
"cancel_mode.h",
"cast_config_controller.cc",
"cast_config_controller.h",
"contained_shell/contained_shell_controller.cc",
"contained_shell/contained_shell_controller.h",
"dbus/ash_dbus_services.cc",
"dbus/ash_dbus_services.h",
"dbus/display_service_provider.cc",
"dbus/display_service_provider.h",
"dbus/liveness_service_provider.cc",
"dbus/liveness_service_provider.h",
"dbus/url_handler_service_provider.cc",
"dbus/url_handler_service_provider.h",
"debug.cc",
"debug.h",
"detachable_base/detachable_base_handler.cc",
"detachable_base/detachable_base_notification_controller.cc",
"detachable_base/detachable_base_notification_controller.h",
"detachable_base/detachable_base_pairing_status.h",
"disconnected_app_handler.cc",
"disconnected_app_handler.h",
"display/ash_display_controller.cc",
"display/ash_display_controller.h",
"display/cros_display_config.cc",
"display/cros_display_config.h",
"display/cursor_window_controller.cc",
"display/cursor_window_controller.h",
"display/display_animator.cc",
"display/display_animator.h",
"display/display_color_manager.cc",
"display/display_color_manager.h",
"display/display_configuration_controller.cc",
"display/display_configuration_controller.h",
"display/display_configuration_observer.cc",
"display/display_configuration_observer.h",
"display/display_error_observer.cc",
"display/display_error_observer.h",
"display/display_move_window_util.cc",
"display/display_move_window_util.h",
"display/display_output_protection.cc",
"display/display_output_protection.h",
"display/display_prefs.cc",
"display/display_shutdown_observer.cc",
"display/display_shutdown_observer.h",
"display/display_util.cc",
"display/display_util.h",
"display/event_transformation_handler.cc",
"display/event_transformation_handler.h",
"display/extended_mouse_warp_controller.cc",
"display/extended_mouse_warp_controller.h",
"display/mirror_window_controller.cc",
"display/mirror_window_controller.h",
"display/mouse_cursor_event_filter.cc",
"display/mouse_cursor_event_filter.h",
"display/mouse_warp_controller.h",
"display/null_mouse_warp_controller.cc",
"display/null_mouse_warp_controller.h",
"display/overscan_calibrator.cc",
"display/overscan_calibrator.h",
"display/persistent_window_controller.cc",
"display/persistent_window_controller.h",
"display/persistent_window_info.cc",
"display/persistent_window_info.h",
"display/projecting_observer.cc",
"display/projecting_observer.h",
"display/resolution_notification_controller.cc",
"display/resolution_notification_controller.h",
"display/root_window_transformers.cc",
"display/root_window_transformers.h",
"display/screen_ash.cc",
"display/screen_ash.h",
"display/screen_orientation_controller.cc",
"display/screen_position_controller.cc",
"display/screen_position_controller.h",
"display/shared_display_edge_indicator.cc",
"display/shared_display_edge_indicator.h",
"display/touch_calibrator_controller.cc",
"display/touch_calibrator_controller.h",
"display/touch_calibrator_view.cc",
"display/touch_calibrator_view.h",
"display/unified_mouse_warp_controller.cc",
"display/unified_mouse_warp_controller.h",
"display/window_tree_host_manager.cc",
"display/window_tree_host_manager.h",
"drag_drop/drag_drop_controller.cc",
"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",
"events/event_rewriter_controller.cc",
"events/keyboard_driven_event_rewriter.cc",
"events/keyboard_driven_event_rewriter.h",
"events/select_to_speak_event_handler.cc",
"events/select_to_speak_event_handler.h",
"events/spoken_feedback_event_rewriter.cc",
"events/spoken_feedback_event_rewriter.h",
"events/switch_access_event_handler.cc",
"events/switch_access_event_handler.h",
"first_run/desktop_cleaner.cc",
"first_run/desktop_cleaner.h",
"first_run/first_run_helper.cc",
"first_run/first_run_helper.h",
"focus_cycler.cc",
"frame/ash_frame_caption_controller.cc",
"frame/header_view.cc",
"frame/non_client_frame_view_ash.cc",
"frame/wide_frame_view.cc",
"high_contrast/high_contrast_controller.cc",
"high_contrast/high_contrast_controller.h",
"highlighter/highlighter_controller.cc",
"highlighter/highlighter_controller.h",
"highlighter/highlighter_gesture_util.cc",
"highlighter/highlighter_gesture_util.h",
"highlighter/highlighter_result_view.cc",
"highlighter/highlighter_result_view.h",
"highlighter/highlighter_view.cc",
"highlighter/highlighter_view.h",
"host/ash_window_tree_host.cc",
"host/ash_window_tree_host.h",
"host/ash_window_tree_host_init_params.h",
"host/ash_window_tree_host_mirroring_delegate.h",
"host/ash_window_tree_host_mirroring_unified.cc",
"host/ash_window_tree_host_mirroring_unified.h",
"host/ash_window_tree_host_platform.cc",
"host/ash_window_tree_host_platform.h",
"host/ash_window_tree_host_unified.cc",
"host/ash_window_tree_host_unified.h",
"host/root_window_transformer.h",
"host/transformer_helper.cc",
"host/transformer_helper.h",
"ime/ime_controller.cc",
"ime/ime_controller.h",
"ime/ime_focus_handler.cc",
"ime/ime_focus_handler.h",
"ime/ime_mode_indicator_view.cc",
"ime/ime_mode_indicator_view.h",
"ime/ime_switch_type.h",
"ime/mode_indicator_observer.cc",
"ime/mode_indicator_observer.h",
"keyboard/ash_keyboard_controller.cc",
"keyboard/ash_keyboard_controller.h",
"keyboard/ash_keyboard_ui.cc",
"keyboard/ash_keyboard_ui.h",
"keyboard/virtual_keyboard_container_layout_manager.cc",
"keyboard/virtual_keyboard_container_layout_manager.h",
"keyboard/virtual_keyboard_controller.cc",
"keyboard/virtual_keyboard_controller.h",
"laser/laser_pointer_controller.cc",
"laser/laser_pointer_controller.h",
"laser/laser_pointer_view.cc",
"laser/laser_pointer_view.h",
"laser/laser_segment_utils.cc",
"laser/laser_segment_utils.h",
"lock_screen_action/lock_screen_action_background_controller.cc",
"lock_screen_action/lock_screen_action_background_controller.h",
"lock_screen_action/lock_screen_action_background_controller_impl.cc",
"lock_screen_action/lock_screen_action_background_controller_impl.h",
"lock_screen_action/lock_screen_action_background_controller_stub.cc",
"lock_screen_action/lock_screen_action_background_controller_stub.h",
"lock_screen_action/lock_screen_action_background_observer.h",
"lock_screen_action/lock_screen_action_background_state.h",
"lock_screen_action/lock_screen_action_background_view.cc",
"lock_screen_action/lock_screen_action_background_view.h",
"lock_screen_action/lock_screen_note_display_state_handler.cc",
"lock_screen_action/lock_screen_note_display_state_handler.h",
"lock_screen_action/lock_screen_note_launcher.cc",
"lock_screen_action/lock_screen_note_launcher.h",
"login/login_screen_controller.cc",
"login/login_screen_controller.h",
"login/login_screen_controller_observer.cc",
"login/login_screen_controller_observer.h",
"login/ui/animated_rounded_image_view.cc",
"login/ui/animated_rounded_image_view.h",
"login/ui/animation_frame.h",
"login/ui/arrow_button_view.cc",
"login/ui/arrow_button_view.h",
"login/ui/horizontal_image_sequence_animation_decoder.cc",
"login/ui/horizontal_image_sequence_animation_decoder.h",
"login/ui/hover_notifier.cc",
"login/ui/hover_notifier.h",
"login/ui/image_parser.cc",
"login/ui/image_parser.h",
"login/ui/lock_contents_view.cc",
"login/ui/lock_contents_view.h",
"login/ui/lock_debug_view.cc",
"login/ui/lock_debug_view.h",
"login/ui/lock_screen.cc",
"login/ui/lock_screen.h",
"login/ui/login_auth_user_view.cc",
"login/ui/login_auth_user_view.h",
"login/ui/login_base_bubble_view.cc",
"login/ui/login_base_bubble_view.h",
"login/ui/login_big_user_view.cc",
"login/ui/login_big_user_view.h",
"login/ui/login_button.cc",
"login/ui/login_button.h",
"login/ui/login_data_dispatcher.cc",
"login/ui/login_data_dispatcher.h",
"login/ui/login_detachable_base_model.cc",
"login/ui/login_detachable_base_model.h",
"login/ui/login_error_bubble.cc",
"login/ui/login_error_bubble.h",
"login/ui/login_expanded_public_account_view.cc",
"login/ui/login_expanded_public_account_view.h",
"login/ui/login_menu_view.cc",
"login/ui/login_menu_view.h",
"login/ui/login_password_view.cc",
"login/ui/login_password_view.h",
"login/ui/login_pin_view.cc",
"login/ui/login_pin_view.h",
"login/ui/login_public_account_user_view.cc",
"login/ui/login_public_account_user_view.h",
"login/ui/login_tooltip_view.cc",
"login/ui/login_tooltip_view.h",
"login/ui/login_user_menu_view.cc",
"login/ui/login_user_menu_view.h",
"login/ui/login_user_view.cc",
"login/ui/login_user_view.h",
"login/ui/non_accessible_view.cc",
"login/ui/non_accessible_view.h",
"login/ui/note_action_launch_button.cc",
"login/ui/note_action_launch_button.h",
"login/ui/pin_keyboard_animation.cc",
"login/ui/pin_keyboard_animation.h",
"login/ui/public_account_warning_dialog.cc",
"login/ui/public_account_warning_dialog.h",
"login/ui/scrollable_users_list_view.cc",
"login/ui/scrollable_users_list_view.h",
"login/ui/user_switch_flip_animation.cc",
"login/ui/user_switch_flip_animation.h",
"login/ui/views_utils.cc",
"login/ui/views_utils.h",
"login_status.h",
"magnifier/docked_magnifier_controller.cc",
"magnifier/docked_magnifier_controller.h",
"magnifier/magnification_controller.cc",
"magnifier/magnifier_utils.cc",
"magnifier/magnifier_utils.h",
"magnifier/partial_magnification_controller.cc",
"magnifier/partial_magnification_controller.h",
"media/media_controller.cc",
"media/media_controller.h",
"media/media_notification_constants.cc",
"media/media_notification_constants.h",
"media/media_notification_controller.cc",
"media/media_notification_controller.h",
"media/media_notification_item.cc",
"media/media_notification_item.h",
"media/media_notification_view.cc",
"media/media_notification_view.h",
"metrics/demo_session_metrics_recorder.cc",
"metrics/demo_session_metrics_recorder.h",
"metrics/desktop_task_switch_metric_recorder.cc",
"metrics/desktop_task_switch_metric_recorder.h",
"metrics/login_metrics_recorder.cc",
"metrics/login_metrics_recorder.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_source.h",
"metrics/task_switch_time_tracker.cc",
"metrics/task_switch_time_tracker.h",
"metrics/time_to_first_present_recorder.cc",
"metrics/time_to_first_present_recorder.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_device_setup/multi_device_notification_presenter.cc",
"multi_device_setup/multi_device_notification_presenter.h",
"multi_profile_uma.cc",
"multi_profile_uma.h",
"multi_user/multi_user_window_manager.cc",
"multi_user/user_switch_animator.cc",
"multi_user/user_switch_animator.h",
"network_connect_delegate_mus.cc",
"network_connect_delegate_mus.h",
"new_window_controller.cc",
"note_taking_controller.cc",
"note_taking_controller.h",
"policy/policy_recommendation_restorer.cc",
"policy/policy_recommendation_restorer.h",
"root_window_controller.cc",
"root_window_settings.cc",
"root_window_settings.h",
"rotator/screen_rotation_animation.cc",
"rotator/screen_rotation_animation.h",
"rotator/screen_rotation_animator.cc",
"rotator/screen_rotation_animator.h",
"rotator/screen_rotation_animator_observer.h",
"rotator/window_rotation.cc",
"rotator/window_rotation.h",
"scoped_animation_disabler.cc",
"scoped_animation_disabler.h",
"scoped_root_window_for_new_windows.cc",
"scoped_root_window_for_new_windows.h",
"screen_util.cc",
"screen_util.h",
"session/multiprofiles_intro_dialog.cc",
"session/multiprofiles_intro_dialog.h",
"session/session_aborted_dialog.cc",
"session/session_aborted_dialog.h",
"session/session_activation_observer_holder.cc",
"session/session_activation_observer_holder.h",
"session/session_controller.cc",
"session/session_observer.cc",
"session/session_observer.h",
"session/teleport_warning_dialog.cc",
"session/teleport_warning_dialog.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/assistant_overlay.cc",
"shelf/assistant_overlay.h",
"shelf/back_button.cc",
"shelf/back_button.h",
"shelf/ink_drop_button_listener.h",
"shelf/login_shelf_view.cc",
"shelf/login_shelf_view.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.cc",
"shelf/shelf_app_button.cc",
"shelf/shelf_app_button.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.h",
"shelf/shelf_context_menu_model.cc",
"shelf/shelf_context_menu_model.h",
"shelf/shelf_control_button.cc",
"shelf/shelf_control_button.h",
"shelf/shelf_controller.cc",
"shelf/shelf_controller.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_menu_model_adapter.cc",
"shelf/shelf_menu_model_adapter.h",
"shelf/shelf_observer.h",
"shelf/shelf_tooltip_bubble.cc",
"shelf/shelf_tooltip_bubble.h",
"shelf/shelf_tooltip_bubble_base.cc",
"shelf/shelf_tooltip_bubble_base.h",
"shelf/shelf_tooltip_manager.cc",
"shelf/shelf_tooltip_manager.h",
"shelf/shelf_tooltip_preview_bubble.cc",
"shelf/shelf_tooltip_preview_bubble.h",
"shelf/shelf_view.cc",
"shelf/shelf_view.h",
"shelf/shelf_widget.cc",
"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/window_preview.cc",
"shelf/window_preview.h",
"shell.cc",
"shell_delegate_mash.cc",
"shell_delegate_mash.h",
"shell_init_params.cc",
"shell_state.cc",
"shell_state.h",
"shutdown_controller.cc",
"shutdown_controller.h",
"shutdown_reason.cc",
"shutdown_reason.h",
"sticky_keys/sticky_keys_controller.cc",
"sticky_keys/sticky_keys_overlay.cc",
"sticky_keys/sticky_keys_overlay.h",
"sticky_keys/sticky_keys_state.h",
"system/accessibility/accessibility_feature_pod_controller.cc",
"system/accessibility/accessibility_feature_pod_controller.h",
"system/accessibility/autoclick_tray.cc",
"system/accessibility/autoclick_tray.h",
"system/accessibility/autoclick_tray_action_list_view.cc",
"system/accessibility/autoclick_tray_action_list_view.h",
"system/accessibility/autoclick_tray_action_view.cc",
"system/accessibility/autoclick_tray_action_view.h",
"system/accessibility/dictation_button_tray.cc",
"system/accessibility/dictation_button_tray.h",
"system/accessibility/select_to_speak_tray.cc",
"system/accessibility/select_to_speak_tray.h",
"system/accessibility/tray_accessibility.cc",
"system/accessibility/tray_accessibility.h",
"system/accessibility/unified_accessibility_detailed_view_controller.cc",
"system/accessibility/unified_accessibility_detailed_view_controller.h",
"system/audio/audio_detailed_view.cc",
"system/audio/audio_detailed_view.h",
"system/audio/display_speaker_controller.cc",
"system/audio/display_speaker_controller.h",
"system/audio/unified_audio_detailed_view_controller.cc",
"system/audio/unified_audio_detailed_view_controller.h",
"system/audio/unified_volume_slider_controller.cc",
"system/audio/unified_volume_slider_controller.h",
"system/audio/unified_volume_view.cc",
"system/audio/unified_volume_view.h",
"system/bluetooth/bluetooth_detailed_view.cc",
"system/bluetooth/bluetooth_detailed_view.h",
"system/bluetooth/bluetooth_feature_pod_controller.cc",
"system/bluetooth/bluetooth_feature_pod_controller.h",
"system/bluetooth/bluetooth_notification_controller.cc",
"system/bluetooth/bluetooth_notification_controller.h",
"system/bluetooth/bluetooth_power_controller.cc",
"system/bluetooth/bluetooth_power_controller.h",
"system/bluetooth/tray_bluetooth_helper.cc",
"system/bluetooth/tray_bluetooth_helper.h",
"system/bluetooth/tray_bluetooth_helper_experimental.cc",
"system/bluetooth/tray_bluetooth_helper_experimental.h",
"system/bluetooth/tray_bluetooth_helper_legacy.cc",
"system/bluetooth/tray_bluetooth_helper_legacy.h",
"system/bluetooth/unified_bluetooth_detailed_view_controller.cc",
"system/bluetooth/unified_bluetooth_detailed_view_controller.h",
"system/brightness/brightness_controller_chromeos.cc",
"system/brightness/brightness_controller_chromeos.h",
"system/brightness/unified_brightness_slider_controller.cc",
"system/brightness/unified_brightness_slider_controller.h",
"system/brightness/unified_brightness_view.cc",
"system/brightness/unified_brightness_view.h",
"system/brightness_control_delegate.h",
"system/caps_lock_notification_controller.cc",
"system/caps_lock_notification_controller.h",
"system/cast/cast_feature_pod_controller.cc",
"system/cast/cast_feature_pod_controller.h",
"system/cast/cast_notification_controller.cc",
"system/cast/cast_notification_controller.h",
"system/cast/tray_cast.cc",
"system/cast/tray_cast.h",
"system/cast/unified_cast_detailed_view_controller.cc",
"system/cast/unified_cast_detailed_view_controller.h",
"system/date/clock_observer.h",
"system/date/date_view.cc",
"system/date/date_view.h",
"system/date/tray_system_info.cc",
"system/date/tray_system_info.h",
"system/enterprise/enterprise_domain_observer.h",
"system/flag_warning/flag_warning_tray.cc",
"system/flag_warning/flag_warning_tray.h",
"system/ime/ime_feature_pod_controller.cc",
"system/ime/ime_feature_pod_controller.h",
"system/ime/ime_observer.h",
"system/ime/tray_ime_chromeos.cc",
"system/ime/tray_ime_chromeos.h",
"system/ime/unified_ime_detailed_view_controller.cc",
"system/ime/unified_ime_detailed_view_controller.h",
"system/ime_menu/ime_list_view.cc",
"system/ime_menu/ime_list_view.h",
"system/ime_menu/ime_menu_tray.cc",
"system/ime_menu/ime_menu_tray.h",
"system/keyboard_brightness/keyboard_brightness_controller.cc",
"system/keyboard_brightness/keyboard_brightness_controller.h",
"system/keyboard_brightness/unified_keyboard_brightness_slider_controller.cc",
"system/keyboard_brightness/unified_keyboard_brightness_slider_controller.h",
"system/keyboard_brightness_control_delegate.h",
"system/locale/locale_detailed_view.cc",
"system/locale/locale_detailed_view.h",
"system/locale/locale_feature_pod_controller.cc",
"system/locale/locale_feature_pod_controller.h",
"system/locale/locale_update_controller.cc",
"system/locale/locale_update_controller.h",
"system/locale/unified_locale_detailed_view_controller.cc",
"system/locale/unified_locale_detailed_view_controller.h",
"system/message_center/arc_notification_manager_delegate_impl.cc",
"system/message_center/arc_notification_manager_delegate_impl.h",
"system/message_center/ash_message_center_lock_screen_controller.cc",
"system/message_center/ash_message_center_lock_screen_controller.h",
"system/message_center/ash_popup_alignment_delegate.cc",
"system/message_center/ash_popup_alignment_delegate.h",
"system/message_center/fullscreen_notification_blocker.cc",
"system/message_center/fullscreen_notification_blocker.h",
"system/message_center/inactive_user_notification_blocker.cc",
"system/message_center/inactive_user_notification_blocker.h",
"system/message_center/message_center_controller.cc",
"system/message_center/message_center_controller.h",
"system/message_center/message_center_scroll_bar.cc",
"system/message_center/message_center_scroll_bar.h",
"system/message_center/message_center_style.h",
"system/message_center/message_center_ui_controller.cc",
"system/message_center/message_center_ui_controller.h",
"system/message_center/message_center_ui_delegate.h",
"system/message_center/notification_swipe_control_view.cc",
"system/message_center/notification_swipe_control_view.h",
"system/message_center/notifier_settings_view.cc",
"system/message_center/notifier_settings_view.h",
"system/message_center/session_state_notification_blocker.cc",
"system/message_center/session_state_notification_blocker.h",
"system/message_center/unified_message_center_view.cc",
"system/message_center/unified_message_center_view.h",
"system/message_center/unified_message_list_view.cc",
"system/message_center/unified_message_list_view.h",
"system/model/clock_model.cc",
"system/model/clock_model.h",
"system/model/enterprise_domain_model.cc",
"system/model/enterprise_domain_model.h",
"system/model/locale_model.cc",
"system/model/locale_model.h",
"system/model/session_length_limit_model.cc",
"system/model/session_length_limit_model.h",
"system/model/system_tray_model.cc",
"system/model/system_tray_model.h",
"system/model/tracing_model.cc",
"system/model/tracing_model.h",
"system/model/update_model.cc",
"system/model/update_model.h",
"system/model/virtual_keyboard_model.cc",
"system/model/virtual_keyboard_model.h",
"system/network/auto_connect_notifier.cc",
"system/network/auto_connect_notifier.h",
"system/network/network_feature_pod_button.cc",
"system/network/network_feature_pod_button.h",
"system/network/network_feature_pod_controller.cc",
"system/network/network_feature_pod_controller.h",
"system/network/network_icon.cc",
"system/network/network_icon.h",
"system/network/network_icon_animation.cc",
"system/network/network_icon_animation.h",
"system/network/network_icon_animation_observer.h",
"system/network/network_icon_purger.cc",
"system/network/network_icon_purger.h",
"system/network/network_info.cc",
"system/network/network_info.h",
"system/network/network_list.cc",
"system/network/network_list.h",
"system/network/network_observer.h",
"system/network/network_row_title_view.cc",
"system/network/network_row_title_view.h",
"system/network/network_section_header_view.cc",
"system/network/network_section_header_view.h",
"system/network/network_state_list_detailed_view.cc",
"system/network/network_state_list_detailed_view.h",
"system/network/network_tray_icon_strategy.cc",
"system/network/network_tray_icon_strategy.h",
"system/network/network_tray_view.cc",
"system/network/network_tray_view.h",
"system/network/sms_observer.cc",
"system/network/sms_observer.h",
"system/network/tray_network_state_observer.cc",
"system/network/tray_network_state_observer.h",
"system/network/tray_vpn.cc",
"system/network/tray_vpn.h",
"system/network/unified_network_detailed_view_controller.cc",
"system/network/unified_network_detailed_view_controller.h",
"system/network/unified_vpn_detailed_view_controller.cc",
"system/network/unified_vpn_detailed_view_controller.h",
"system/network/vpn_feature_pod_controller.cc",
"system/network/vpn_feature_pod_controller.h",
"system/network/vpn_list.cc",
"system/network/vpn_list.h",
"system/network/vpn_list_view.cc",
"system/network/vpn_list_view.h",
"system/network/wifi_toggle_notification_controller.cc",
"system/network/wifi_toggle_notification_controller.h",
"system/night_light/night_light_controller.cc",
"system/night_light/night_light_controller.h",
"system/night_light/night_light_feature_pod_controller.cc",
"system/night_light/night_light_feature_pod_controller.h",
"system/night_light/night_light_toggle_button.cc",
"system/night_light/night_light_toggle_button.h",
"system/night_light/time_of_day.cc",
"system/night_light/time_of_day.h",
"system/overview/overview_button_tray.cc",
"system/overview/overview_button_tray.h",
"system/palette/common_palette_tool.cc",
"system/palette/common_palette_tool.h",
"system/palette/palette_ids.cc",
"system/palette/palette_ids.h",
"system/palette/palette_tool.cc",
"system/palette/palette_tool.h",
"system/palette/palette_tool_manager.cc",
"system/palette/palette_tool_manager.h",
"system/palette/palette_tray.cc",
"system/palette/palette_tray.h",
"system/palette/palette_utils.cc",
"system/palette/palette_utils.h",
"system/palette/palette_welcome_bubble.cc",
"system/palette/palette_welcome_bubble.h",
"system/palette/tools/capture_region_mode.cc",
"system/palette/tools/capture_region_mode.h",
"system/palette/tools/capture_screen_action.cc",
"system/palette/tools/capture_screen_action.h",
"system/palette/tools/create_note_action.cc",
"system/palette/tools/create_note_action.h",
"system/palette/tools/laser_pointer_mode.cc",
"system/palette/tools/laser_pointer_mode.h",
"system/palette/tools/magnifier_mode.cc",
"system/palette/tools/magnifier_mode.h",
"system/palette/tools/metalayer_mode.cc",
"system/palette/tools/metalayer_mode.h",
"system/power/backlights_forced_off_setter.cc",
"system/power/backlights_forced_off_setter.h",
"system/power/battery_notification.cc",
"system/power/battery_notification.h",
"system/power/dual_role_notification.cc",
"system/power/dual_role_notification.h",
"system/power/peripheral_battery_notifier.cc",
"system/power/peripheral_battery_notifier.h",
"system/power/power_button_controller.cc",
"system/power/power_button_controller.h",
"system/power/power_button_display_controller.cc",
"system/power/power_button_display_controller.h",
"system/power/power_button_menu_item_view.cc",
"system/power/power_button_menu_item_view.h",
"system/power/power_button_menu_metrics_type.cc",
"system/power/power_button_menu_metrics_type.h",
"system/power/power_button_menu_screen_view.cc",
"system/power/power_button_menu_screen_view.h",
"system/power/power_button_menu_view.cc",
"system/power/power_button_menu_view.h",
"system/power/power_button_screenshot_controller.cc",
"system/power/power_button_screenshot_controller.h",
"system/power/power_event_observer.cc",
"system/power/power_event_observer.h",
"system/power/power_notification_controller.cc",
"system/power/power_notification_controller.h",
"system/power/power_prefs.cc",
"system/power/power_prefs.h",
"system/power/power_status.cc",
"system/power/power_status.h",
"system/power/power_status_view.cc",
"system/power/power_status_view.h",
"system/power/scoped_backlights_forced_off.cc",
"system/power/scoped_backlights_forced_off.h",
"system/power/tray_power.cc",
"system/power/tray_power.h",
"system/power/video_activity_notifier.cc",
"system/power/video_activity_notifier.h",
"system/rotation/rotation_lock_feature_pod_controller.cc",
"system/rotation/rotation_lock_feature_pod_controller.h",
"system/screen_layout_observer.cc",
"system/screen_layout_observer.h",
"system/screen_security/screen_capture_observer.h",
"system/screen_security/screen_security_notification_controller.cc",
"system/screen_security/screen_security_notification_controller.h",
"system/screen_security/screen_share_observer.h",
"system/screen_security/screen_switch_check_controller.cc",
"system/screen_security/screen_switch_check_controller.h",
"system/session/logout_button_tray.cc",
"system/session/logout_button_tray.h",
"system/session/logout_confirmation_controller.cc",
"system/session/logout_confirmation_controller.h",
"system/session/logout_confirmation_dialog.cc",
"system/session/logout_confirmation_dialog.h",
"system/session/session_limit_notification_controller.cc",
"system/session/session_limit_notification_controller.h",
"system/status_area_layout_manager.cc",
"system/status_area_layout_manager.h",
"system/status_area_widget.cc",
"system/status_area_widget_delegate.cc",
"system/supervised/supervised_icon_string.cc",
"system/supervised/supervised_icon_string.h",
"system/supervised/supervised_notification_controller.cc",
"system/supervised/supervised_notification_controller.h",
"system/system_notification_controller.cc",
"system/system_notification_controller.h",
"system/toast/toast_data.cc",
"system/toast/toast_data.h",
"system/toast/toast_manager.cc",
"system/toast/toast_manager.h",
"system/toast/toast_overlay.cc",
"system/toast/toast_overlay.h",
"system/tracing_notification_controller.cc",
"system/tracing_notification_controller.h",
"system/tray/actionable_view.cc",
"system/tray/actionable_view.h",
"system/tray/detailed_view_delegate.cc",
"system/tray/detailed_view_delegate.h",
"system/tray/hover_highlight_view.cc",
"system/tray/hover_highlight_view.h",
"system/tray/interacted_by_tap_recorder.cc",
"system/tray/interacted_by_tap_recorder.h",
"system/tray/label_tray_view.cc",
"system/tray/label_tray_view.h",
"system/tray/size_range_layout.cc",
"system/tray/size_range_layout.h",
"system/tray/system_menu_button.cc",
"system/tray/system_menu_button.h",
"system/tray/system_tray_item_uma_type.h",
"system/tray/system_tray_notifier.cc",
"system/tray/time_to_click_recorder.cc",
"system/tray/time_to_click_recorder.h",
"system/tray/tray_background_view.cc",
"system/tray/tray_background_view.h",
"system/tray/tray_bubble_base.h",
"system/tray/tray_bubble_view.cc",
"system/tray/tray_bubble_view.h",
"system/tray/tray_bubble_wrapper.cc",
"system/tray/tray_bubble_wrapper.h",
"system/tray/tray_constants.cc",
"system/tray/tray_constants.h",
"system/tray/tray_container.cc",
"system/tray/tray_container.h",
"system/tray/tray_detailed_view.cc",
"system/tray/tray_detailed_view.h",
"system/tray/tray_event_filter.cc",
"system/tray/tray_event_filter.h",
"system/tray/tray_info_label.cc",
"system/tray/tray_info_label.h",
"system/tray/tray_item_view.cc",
"system/tray/tray_item_view.h",
"system/tray/tray_popup_ink_drop_style.h",
"system/tray/tray_popup_item_style.cc",
"system/tray/tray_popup_item_style.h",
"system/tray/tray_popup_utils.cc",
"system/tray/tray_popup_utils.h",
"system/tray/tray_utils.cc",
"system/tray/tray_utils.h",
"system/tray/tri_view.cc",
"system/tray/tri_view.h",
"system/tray/view_click_listener.h",
"system/unified/collapse_button.cc",
"system/unified/collapse_button.h",
"system/unified/current_locale_view.cc",
"system/unified/current_locale_view.h",
"system/unified/detailed_view_controller.h",
"system/unified/feature_pod_button.cc",
"system/unified/feature_pod_button.h",
"system/unified/feature_pod_controller_base.cc",
"system/unified/feature_pod_controller_base.h",
"system/unified/feature_pods_container_view.cc",
"system/unified/feature_pods_container_view.h",
"system/unified/ime_mode_view.cc",
"system/unified/ime_mode_view.h",
"system/unified/managed_device_view.cc",
"system/unified/managed_device_view.h",
"system/unified/notification_counter_view.cc",
"system/unified/notification_counter_view.h",
"system/unified/notification_hidden_view.cc",
"system/unified/notification_hidden_view.h",
"system/unified/quiet_mode_feature_pod_controller.cc",
"system/unified/quiet_mode_feature_pod_controller.h",
"system/unified/sign_out_button.cc",
"system/unified/sign_out_button.h",
"system/unified/top_shortcut_button.cc",
"system/unified/top_shortcut_button.h",
"system/unified/top_shortcuts_view.cc",
"system/unified/top_shortcuts_view.h",
"system/unified/unified_notifier_settings_controller.cc",
"system/unified/unified_notifier_settings_controller.h",
"system/unified/unified_slider_bubble_controller.cc",
"system/unified/unified_slider_bubble_controller.h",
"system/unified/unified_slider_view.cc",
"system/unified/unified_slider_view.h",
"system/unified/unified_system_info_view.cc",
"system/unified/unified_system_info_view.h",
"system/unified/unified_system_tray.cc",
"system/unified/unified_system_tray_bubble.cc",
"system/unified/unified_system_tray_bubble.h",
"system/unified/unified_system_tray_controller.cc",
"system/unified/unified_system_tray_controller.h",
"system/unified/unified_system_tray_model.cc",
"system/unified/unified_system_tray_model.h",
"system/unified/unified_system_tray_view.cc",
"system/unified/unified_system_tray_view.h",
"system/unified/user_chooser_view.cc",
"system/unified/user_chooser_view.h",
"system/update/update_notification_controller.cc",
"system/update/update_notification_controller.h",
"system/user/login_status.cc",
"system/user/login_status.h",
"system/user/rounded_image_view.cc",
"system/user/rounded_image_view.h",
"system/virtual_keyboard/virtual_keyboard_observer.h",
"system/virtual_keyboard/virtual_keyboard_tray.cc",
"system/virtual_keyboard/virtual_keyboard_tray.h",
"touch/ash_touch_transform_controller.cc",
"touch/ash_touch_transform_controller.h",
"touch/touch_devices_controller.cc",
"touch/touch_devices_controller.h",
"touch/touch_observer_hud.cc",
"tray_action/tray_action.cc",
"tray_action/tray_action.h",
"tray_action/tray_action_observer.h",
"utility/screenshot_controller.cc",
"utility/screenshot_controller.h",
"utility/transformer_util.cc",
"utility/transformer_util.h",
"voice_interaction/voice_interaction_controller.cc",
"voice_interaction/voice_interaction_controller.h",
"wallpaper/wallpaper_controller.cc",
"wallpaper/wallpaper_controller.h",
"wallpaper/wallpaper_controller_observer.h",
"wallpaper/wallpaper_info.h",
"wallpaper/wallpaper_utils/wallpaper_color_calculator.cc",
"wallpaper/wallpaper_utils/wallpaper_color_calculator.h",
"wallpaper/wallpaper_utils/wallpaper_color_calculator_observer.h",
"wallpaper/wallpaper_utils/wallpaper_color_extraction_result.h",
"wallpaper/wallpaper_utils/wallpaper_decoder.cc",
"wallpaper/wallpaper_utils/wallpaper_decoder.h",
"wallpaper/wallpaper_utils/wallpaper_resizer.cc",
"wallpaper/wallpaper_utils/wallpaper_resizer.h",
"wallpaper/wallpaper_utils/wallpaper_resizer_observer.h",
"wallpaper/wallpaper_view.cc",
"wallpaper/wallpaper_view.h",
"wallpaper/wallpaper_widget_controller.cc",
"wallpaper/wallpaper_widget_controller.h",
"wallpaper/wallpaper_window_state_manager.cc",
"wallpaper/wallpaper_window_state_manager.h",
"window_factory.cc",
"window_factory.h",
"window_user_data.h",
"wm/always_on_top_controller.cc",
"wm/always_on_top_controller.h",
"wm/ash_focus_rules.cc",
"wm/ash_focus_rules.h",
"wm/base_state.cc",
"wm/base_state.h",
"wm/client_controlled_state.cc",
"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/drag_details.cc",
"wm/drag_details.h",
"wm/drag_window_controller.cc",
"wm/drag_window_controller.h",
"wm/drag_window_resizer.cc",
"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_gesture_drag_handler.cc",
"wm/immersive_gesture_drag_handler.h",
"wm/lock_action_handler_layout_manager.cc",
"wm/lock_action_handler_layout_manager.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/mru_window_tracker.cc",
"wm/native_cursor_manager_ash.cc",
"wm/native_cursor_manager_ash.h",
"wm/non_client_frame_controller.cc",
"wm/non_client_frame_controller.h",
"wm/overlay_event_filter.cc",
"wm/overlay_event_filter.h",
"wm/overlay_layout_manager.cc",
"wm/overlay_layout_manager.h",
"wm/overview/caption_container_view.cc",
"wm/overview/caption_container_view.h",
"wm/overview/cleanup_animation_observer.cc",
"wm/overview/cleanup_animation_observer.h",
"wm/overview/drop_target_view.cc",
"wm/overview/drop_target_view.h",
"wm/overview/overview_animation_type.h",
"wm/overview/overview_constants.h",
"wm/overview/overview_utils.cc",
"wm/overview/overview_utils.h",
"wm/overview/overview_window_drag_controller.cc",
"wm/overview/overview_window_drag_controller.h",
"wm/overview/rounded_rect_view.cc",
"wm/overview/rounded_rect_view.h",
"wm/overview/scoped_hide_overview_windows.cc",
"wm/overview/scoped_hide_overview_windows.h",
"wm/overview/scoped_overview_animation_settings.cc",
"wm/overview/scoped_overview_animation_settings.h",
"wm/overview/scoped_transform_overview_window.cc",
"wm/overview/scoped_transform_overview_window.h",
"wm/overview/start_animation_observer.cc",
"wm/overview/start_animation_observer.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_delegate.h",
"wm/overview/window_selector_item.cc",
"wm/overview/window_selector_item.h",
"wm/pip/pip_positioner.cc",
"wm/pip/pip_positioner.h",
"wm/pip/pip_window_resizer.cc",
"wm/pip/pip_window_resizer.h",
"wm/property_util.cc",
"wm/property_util.h",
"wm/resize_shadow.cc",
"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",
"wm/session_state_animator.h",
"wm/session_state_animator_impl.cc",
"wm/session_state_animator_impl.h",
"wm/splitview/split_view_constants.h",
"wm/splitview/split_view_controller.cc",
"wm/splitview/split_view_divider.cc",
"wm/splitview/split_view_divider.h",
"wm/splitview/split_view_drag_indicators.cc",
"wm/splitview/split_view_drag_indicators.h",
"wm/splitview/split_view_highlight_view.cc",
"wm/splitview/split_view_highlight_view.h",
"wm/splitview/split_view_utils.cc",
"wm/splitview/split_view_utils.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/tablet_mode/internal_input_devices_event_blocker.cc",
"wm/tablet_mode/internal_input_devices_event_blocker.h",
"wm/tablet_mode/scoped_skip_user_session_blocked_check.cc",
"wm/tablet_mode/scoped_skip_user_session_blocked_check.h",
"wm/tablet_mode/tablet_mode_app_window_drag_controller.cc",
"wm/tablet_mode/tablet_mode_backdrop_delegate_impl.cc",
"wm/tablet_mode/tablet_mode_backdrop_delegate_impl.h",
"wm/tablet_mode/tablet_mode_browser_window_drag_controller.cc",
"wm/tablet_mode/tablet_mode_browser_window_drag_controller.h",
"wm/tablet_mode/tablet_mode_browser_window_drag_delegate.cc",
"wm/tablet_mode/tablet_mode_browser_window_drag_delegate.h",
"wm/tablet_mode/tablet_mode_controller.cc",
"wm/tablet_mode/tablet_mode_event_handler.cc",
"wm/tablet_mode/tablet_mode_event_handler.h",
"wm/tablet_mode/tablet_mode_window_drag_delegate.cc",
"wm/tablet_mode/tablet_mode_window_drag_delegate.h",
"wm/tablet_mode/tablet_mode_window_manager.cc",
"wm/tablet_mode/tablet_mode_window_manager.h",
"wm/tablet_mode/tablet_mode_window_state.cc",
"wm/tablet_mode/tablet_mode_window_state.h",
"wm/top_level_window_factory.cc",
"wm/top_level_window_factory.h",
"wm/toplevel_window_event_handler.cc",
"wm/toplevel_window_event_handler.h",
"wm/video_detector.cc",
"wm/video_detector.h",
"wm/widget_finder.cc",
"wm/widget_finder.h",
"wm/window_animations.cc",
"wm/window_animations.h",
"wm/window_cycle_controller.cc",
"wm/window_cycle_controller.h",
"wm/window_cycle_event_filter.cc",
"wm/window_cycle_event_filter.h",
"wm/window_cycle_list.cc",
"wm/window_cycle_list.h",
"wm/window_dimmer.cc",
"wm/window_dimmer.h",
"wm/window_finder.cc",
"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_positioning_utils.cc",
"wm/window_preview_view.cc",
"wm/window_preview_view.h",
"wm/window_properties.cc",
"wm/window_resizer.cc",
"wm/window_state.cc",
"wm/window_state_delegate.cc",
"wm/window_state_util.cc",
"wm/window_state_util.h",
"wm/window_transient_descendant_iterator.cc",
"wm/window_transient_descendant_iterator.h",
"wm/window_util.cc",
"wm/wm_event.cc",
"wm/wm_shadow_controller_delegate.cc",
"wm/wm_shadow_controller_delegate.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_window_animations.cc",
"wm/wm_window_animations.h",
"wm/workspace/backdrop_controller.cc",
"wm/workspace/backdrop_controller.h",
"wm/workspace/backdrop_delegate.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_layout_manager.cc",
"wm/workspace/workspace_layout_manager.h",
"wm/workspace/workspace_types.h",
"wm/workspace/workspace_window_resizer.cc",
"wm/workspace_controller.cc",
"wm/workspace_controller.h",
"ws/ash_gpu_interface_provider.cc",
"ws/ash_gpu_interface_provider.h",
"ws/ash_window_manager.cc",
"ws/ash_window_manager.h",
"ws/ax_ash_window_utils.cc",
"ws/ax_ash_window_utils.h",
"ws/multi_user_window_manager_bridge.cc",
"ws/multi_user_window_manager_bridge.h",
"ws/window_lookup.cc",
"ws/window_service_delegate_impl.cc",
"ws/window_service_delegate_impl.h",
"ws/window_service_owner.cc",
"ws/window_service_owner.h",
]
configs += [ "//build/config:precompiled_headers" ]
defines = [ "ASH_IMPLEMENTATION" ]
public_deps = [
"//ash/public/cpp",
"//ash/public/cpp/vector_icons",
"//ash/resources/vector_icons",
"//ash/strings",
"//ash/wayland",
"//components/discardable_memory/public/interfaces",
"//mojo/public/cpp/system",
"//services/device/public/cpp/bluetooth",
"//services/device/public/mojom",
"//services/media_session/public/mojom",
"//services/service_manager/public/cpp",
"//services/ws:host",
"//services/ws:lib",
"//services/ws/common",
"//services/ws/public/cpp",
"//services/ws/public/cpp/input_devices",
"//services/ws/public/mojom",
"//skia",
"//ui/aura",
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/geometry/mojo",
"//ui/resources",
"//ui/strings",
"//ui/views",
"//ui/views/mus:for_mojo_application",
"//ui/wm",
]
deps = [
"//ash/app_list/presenter",
"//ash/app_menu",
"//ash/assistant/model",
"//ash/assistant/ui:constants",
"//ash/components/cursor",
"//ash/components/fast_ink",
"//ash/components/quick_launch/public/mojom",
"//ash/components/shortcut_viewer/public/mojom",
"//ash/components/tap_visualizer/public/mojom",
"//ash/keyboard/arc",
"//ash/login/resources:resources_grit",
"//ash/system/message_center/arc",
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//cc",
"//cc/debug",
"//cc/paint:paint",
"//chromeos",
"//chromeos/assistant:buildflags",
# TODO(stevenjb): Investigate whether this is OK. https://crbug.com/644336.
"//chromeos/audio",
"//chromeos/components/multidevice/logging",
"//chromeos/dbus",
"//chromeos/dbus:power_manager_proto",
"//chromeos/dbus/services:services",
# TODO(stevenjb): Remove this dependency, https://crbug.com/644355.
"//chromeos/network",
"//chromeos/services/assistant/public:feature_flags",
"//chromeos/services/assistant/public/mojom",
"//chromeos/services/multidevice_setup/public/mojom",
"//chromeos/settings",
"//chromeos/strings",
"//components/account_id",
"//components/device_event_log",
"//components/discardable_memory/service",
"//components/exo",
"//components/exo/wayland",
"//components/onc",
"//components/password_manager/core/browser:hash_password_manager",
"//components/pref_registry",
"//components/prefs",
"//components/quirks",
"//components/session_manager:base",
"//components/strings",
"//components/sync",
"//components/user_manager",
"//components/vector_icons",
"//components/viz/host",
"//components/viz/service",
"//device/bluetooth",
"//extensions/common:common_constants",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//media",
"//net",
"//services/content/public/cpp",
"//services/data_decoder/public/cpp",
"//services/preferences/public/cpp",
"//services/service_manager/public/cpp",
"//services/ws/gpu_host",
"//services/ws/public/cpp/host",
"//services/ws/public/cpp/input_devices:input_device_controller",
"//services/ws/public/mojom/input_devices",
"//services/ws/remote_view_host",
# TODO(msw): Remove this; ash should not depend on blink/webkit.
"//third_party/blink/public:blink_headers",
"//third_party/icu",
"//third_party/qcms",
"//third_party/re2",
"//ui/accessibility",
"//ui/base",
"//ui/base:ui_data_pack",
"//ui/base/ime",
"//ui/chromeos",
"//ui/chromeos/events",
"//ui/chromeos/resources",
"//ui/compositor",
"//ui/compositor_extra",
"//ui/display",
"//ui/display/manager",
"//ui/display/types",
"//ui/display/util",
"//ui/events:dom_keycode_converter",
"//ui/events:events_base",
"//ui/events:gesture_detection",
"//ui/events/devices",
"//ui/events/devices/mojo",
"//ui/events/ozone:events_ozone",
"//ui/keyboard",
"//ui/keyboard:mojom",
"//ui/message_center",
"//ui/native_theme",
"//ui/ozone",
"//ui/platform_window",
"//ui/platform_window/mojo",
"//ui/platform_window/stub",
"//ui/snapshot",
"//ui/views/window/vector_icons",
"//ui/wm/public",
"//url",
]
data_deps = [
":dbus_service_files",
]
# Ash should not depend upon content at all.
assert_no_deps = [
"//content/public/browser",
"//content/public/common",
]
allow_circular_includes_from = [
"//components/exo",
"//components/exo/wayland",
]
if (enable_cros_libassistant) {
sources += [
"assistant/ui/logo_view/logo_view.cc",
"assistant/ui/logo_view/logo_view.h",
"assistant/ui/logo_view/shape/mic_part_shape.cc",
"assistant/ui/logo_view/shape/mic_part_shape.h",
"assistant/ui/logo_view/shape/shape.cc",
"assistant/ui/logo_view/shape/shape.h",
]
deps += [ "//chromeos/assistant/internal/logo_view" ]
}
}
static_library("ash_shell_lib") {
testonly = true
sources = [
"../ui/views/test/test_views_delegate_aura.cc",
"shell/app_list.cc",
"shell/bubble.cc",
"shell/example_factory.h",
"shell/example_session_controller_client.cc",
"shell/example_session_controller_client.h",
"shell/lock_view.cc",
"shell/shell_delegate_impl.cc",
"shell/shell_delegate_impl.h",
"shell/shell_views_delegate.cc",
"shell/shell_views_delegate.h",
"shell/toplevel_window.cc",
"shell/toplevel_window.h",
"shell/widgets.cc",
"shell/window_type_launcher.cc",
"shell/window_type_launcher.h",
"shell/window_watcher.cc",
"shell/window_watcher.h",
"shell/window_watcher_shelf_item_delegate.cc",
"shell/window_watcher_shelf_item_delegate.h",
]
# Usage of content should be in ash_shell_lib_with_content.
assert_no_deps = [
"//content/public/browser",
"//content/public/common",
]
deps = [
":ash",
":test_support",
"//ash/app_list/presenter",
"//ash/public/cpp",
"//base",
"//base:i18n",
"//components/user_manager",
"//skia",
"//ui/aura",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/message_center",
"//ui/views",
"//ui/views:test_support",
"//ui/views/examples:views_examples_lib",
"//ui/wm",
]
}
static_library("ash_shell_lib_with_content") {
testonly = true
sources = [
"shell/content/client/shell_browser_main_parts.cc",
"shell/content/client/shell_browser_main_parts.h",
"shell/content/client/shell_content_browser_client.cc",
"shell/content/client/shell_content_browser_client.h",
"shell/content/client/shell_main_delegate.cc",
"shell/content/client/shell_main_delegate.h",
]
deps = [
":ash_shell_lib",
":test_support",
"//ash/components/quick_launch:lib",
"//ash/components/quick_launch/public/mojom",
"//ash/components/shortcut_viewer:lib",
"//ash/components/shortcut_viewer/public/mojom",
"//ash/components/tap_visualizer:lib",
"//ash/components/tap_visualizer/public/mojom",
"//ash/public/cpp",
"//ash/shell:resources",
"//base:i18n",
"//chrome:packed_resources",
"//chromeos",
# TODO(stevenjb): Investigate whether this is OK. https://crbug.com/644336.
"//chromeos/audio",
"//chromeos/dbus",
"//components/discardable_memory/public/interfaces",
"//components/services/font:lib",
"//components/services/font/public/interfaces",
"//content",
"//content/shell:content_shell_lib",
"//device/bluetooth",
"//net",
"//services/ws:lib",
"//services/ws/ime/test_ime_driver:lib",
"//services/ws/ime/test_ime_driver/public/mojom",
"//skia",
"//ui/aura",
"//ui/base",
"//ui/base/ime",
"//ui/compositor",
"//ui/display",
"//ui/events/devices",
"//ui/message_center",
"//ui/views:test_support",
"//ui/views/examples:views_examples_with_content_lib",
"//ui/wm",
]
}
copy("dbus_service_files") {
sources = [
"dbus/org.chromium.DisplayService.conf",
"dbus/org.chromium.LivenessService.conf",
"dbus/org.chromium.UrlHandlerService.conf",
]
outputs = [
"$root_out_dir/dbus/{{source_file_part}}",
]
}
test("ash_unittests") {
sources = [
"accelerators/accelerator_commands_unittest.cc",
"accelerators/accelerator_controller_unittest.cc",
"accelerators/accelerator_filter_unittest.cc",
"accelerators/accelerator_table_unittest.cc",
"accelerators/accelerator_unittest.cc",
"accelerators/magnifier_key_scroller_unittest.cc",
"accelerators/spoken_feedback_toggler_unittest.cc",
"accessibility/accessibility_controller_unittest.cc",
"accessibility/accessibility_focus_ring_controller_unittest.cc",
"accessibility/accessibility_focus_ring_group_unittest.cc",
"accessibility/accessibility_highlight_controller_unittest.cc",
"accessibility/accessibility_panel_layout_manager_unittest.cc",
"accessibility/key_accessibility_enabler_unittest.cc",
"accessibility/touch_accessibility_enabler_unittest.cc",
"accessibility/touch_exploration_controller_unittest.cc",
"accessibility/touch_exploration_manager_unittest.cc",
"app_launch_unittest.cc",
"app_list/app_list_presenter_delegate_unittest.cc",
"app_list/home_launcher_gesture_handler_unittest.cc",
"app_list/model/app_list_item_list_unittest.cc",
"app_list/model/app_list_model_unittest.cc",
"app_list/presenter/app_list_presenter_impl_unittest.cc",
"app_menu/notification_menu_controller_unittest.cc",
"app_menu/notification_menu_view_unittest.cc",
"app_menu/notification_overflow_view_unittest.cc",
"ash_service_unittest.cc",
"assistant/assistant_controller_unittest.cc",
"assistant/assistant_screen_context_controller_unittest.cc",
"assistant/model/assistant_query_history_unittest.cc",
"assistant/ui/assistant_container_view_unittest.cc",
"assistant/util/deep_link_util_unittest.cc",
"autoclick/autoclick_drag_event_rewriter_unittest.cc",
"autoclick/autoclick_unittest.cc",
"contained_shell/mock_contained_shell_client.cc",
"contained_shell/mock_contained_shell_client.h",
"cursor_unittest.cc",
"detachable_base/detachable_base_handler_unittest.cc",
"detachable_base/detachable_base_notification_controller_unittest.cc",
"dip_unittest.cc",
"display/cros_display_config_unittest.cc",
"display/cursor_window_controller_unittest.cc",
"display/display_color_manager_unittest.cc",
"display/display_configuration_controller_unittest.cc",
"display/display_error_observer_unittest.cc",
"display/display_manager_unittest.cc",
"display/display_move_window_util_unittest.cc",
"display/display_prefs_unittest.cc",
"display/display_util_unittest.cc",
"display/extended_mouse_warp_controller_unittest.cc",
"display/mirror_window_controller_unittest.cc",
"display/mouse_cursor_event_filter_unittest.cc",
"display/persistent_window_controller_unittest.cc",
"display/projecting_observer_unittest.cc",
"display/resolution_notification_controller_unittest.cc",
"display/root_window_transformers_unittest.cc",
"display/screen_ash_unittest.cc",
"display/screen_orientation_controller_unittest.cc",
"display/screen_position_controller_unittest.cc",
"display/touch_calibrator_controller_unittest.cc",
"display/unified_mouse_warp_controller_unittest.cc",
"display/window_tree_host_manager_unittest.cc",
"drag_drop/drag_drop_controller_unittest.cc",
"drag_drop/drag_drop_tracker_unittest.cc",
"drag_drop/drag_image_view_unittest.cc",
"events/keyboard_driven_event_rewriter_unittest.cc",
"events/select_to_speak_event_handler_unittest.cc",
"events/spoken_feedback_event_rewriter_unittest.cc",
"events/switch_access_event_handler_unittest.cc",
"extended_desktop_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/default_frame_header_unittest.cc",
"frame/non_client_frame_view_ash_unittest.cc",
"highlighter/highlighter_controller_unittest.cc",
"highlighter/highlighter_gesture_util_unittest.cc",
"ime/ime_controller_unittest.cc",
"ime/ime_focus_handler_unittest.cc",
"keyboard/arc/arc_input_method_surface_manager_unittest.cc",
"keyboard/ash_keyboard_controller_unittest.cc",
"keyboard/virtual_keyboard_controller_unittest.cc",
"keyboard/virtual_keyboard_unittest.cc",
"laser/laser_pointer_controller_unittest.cc",
"laser/laser_segment_utils_unittest.cc",
"lock_screen_action/lock_screen_action_background_controller_impl_unittest.cc",
"lock_screen_action/lock_screen_note_display_state_handler_unittest.cc",
"lock_screen_action/lock_screen_note_launcher_unittest.cc",
"login/login_screen_controller_unittest.cc",
"login/mock_login_screen_client.cc",
"login/mock_login_screen_client.h",
"login/ui/fake_login_detachable_base_model.cc",
"login/ui/fake_login_detachable_base_model.h",
"login/ui/lock_contents_view_unittest.cc",
"login/ui/lock_screen_sanity_unittest.cc",
"login/ui/lock_window_unittest.cc",
"login/ui/login_auth_user_view_unittest.cc",
"login/ui/login_base_bubble_view_unittest.cc",
"login/ui/login_error_bubble_unittest.cc",
"login/ui/login_expanded_public_account_view_unittest.cc",
"login/ui/login_keyboard_test_base.cc",
"login/ui/login_keyboard_test_base.h",
"login/ui/login_password_view_test.cc",
"login/ui/login_pin_view_unittest.cc",
"login/ui/login_public_account_user_view_unittest.cc",
"login/ui/login_test_base.cc",
"login/ui/login_test_base.h",
"login/ui/login_test_utils.cc",
"login/ui/login_test_utils.h",
"login/ui/login_user_menu_view_unittest.cc",
"login/ui/login_user_view_unittest.cc",
"login/ui/note_action_launch_button_unittest.cc",
"magnifier/docked_magnifier_controller_unittest.cc",
"magnifier/magnification_controller_unittest.cc",
"magnifier/magnifier_test_utils.cc",
"magnifier/magnifier_test_utils.h",
"magnifier/magnifier_utils_unittest.cc",
"magnifier/partial_magnification_controller_unittest.cc",
"media/media_notification_controller_unittest.cc",
"media/media_notification_view_unittest.cc",
"metrics/demo_session_metrics_recorder_unittest.cc",
"metrics/desktop_task_switch_metric_recorder_unittest.cc",
"metrics/login_metrics_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",
"multi_device_setup/multi_device_notification_presenter_unittest.cc",
"mus_property_mirror_ash_unittest.cc",
"policy/policy_recommendation_restorer_unittest.cc",
"root_window_controller_unittest.cc",
"rotator/screen_rotation_animation_unittest.cc",
"rotator/screen_rotation_animator_unittest.cc",
"screen_util_unittest.cc",
"session/session_controller_unittest.cc",
"shelf/app_list_button_unittest.cc",
"shelf/app_list_shelf_item_delegate_unittest.cc",
"shelf/back_button_unittest.cc",
"shelf/login_shelf_view_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_context_menu_model_unittest.cc",
"shelf/shelf_controller_unittest.cc",
"shelf/shelf_layout_manager_unittest.cc",
"shelf/shelf_locking_manager_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_state_unittest.cc",
"shell_unittest.cc",
"sticky_keys/sticky_keys_overlay_unittest.cc",
"sticky_keys/sticky_keys_unittest.cc",
"system/accessibility/accessibility_feature_pod_controller_unittest.cc",
"system/accessibility/autoclick_tray_unittest.cc",
"system/accessibility/dictation_button_tray_unittest.cc",
"system/accessibility/select_to_speak_tray_unittest.cc",
"system/accessibility/tray_accessibility_unittest.cc",
"system/bluetooth/bluetooth_power_controller_unittest.cc",
"system/bluetooth/tray_bluetooth_helper_legacy_unittest.cc",
"system/caps_lock_notification_controller_unittest.cc",
"system/date/date_view_unittest.cc",
"system/flag_warning/flag_warning_tray_unittest.cc",
"system/ime/ime_feature_pod_controller_unittest.cc",
"system/ime_menu/ime_menu_tray_unittest.cc",
"system/locale/locale_feature_pod_controller_unittest.cc",
"system/message_center/arc/arc_notification_content_view_unittest.cc",
"system/message_center/arc/arc_notification_manager_unittest.cc",
"system/message_center/arc/arc_notification_view_unittest.cc",
"system/message_center/ash_popup_alignment_delegate_unittest.cc",
"system/message_center/inactive_user_notification_blocker_unittest.cc",
"system/message_center/message_center_ui_controller_unittest.cc",
"system/message_center/notifier_settings_view_unittest.cc",
"system/message_center/session_state_notification_blocker_unittest.cc",
"system/message_center/unified_message_center_view_unittest.cc",
"system/message_center/unified_message_list_view_unittest.cc",
"system/network/auto_connect_notifier_unittest.cc",
"system/network/network_icon_unittest.cc",
"system/network/sms_observer_unittest.cc",
"system/network/vpn_list_unittest.cc",
"system/network/wifi_toggle_notification_controller_unittest.cc",
"system/night_light/night_light_controller_unittest.cc",
"system/night_light/time_of_day_unittest.cc",
"system/overview/overview_button_tray_unittest.cc",
"system/palette/mock_palette_tool_delegate.cc",
"system/palette/mock_palette_tool_delegate.h",
"system/palette/palette_tool_manager_unittest.cc",
"system/palette/palette_tray_unittest.cc",
"system/palette/palette_welcome_bubble_unittest.cc",
"system/palette/tools/create_note_unittest.cc",
"system/palette/tools/metalayer_unittest.cc",
"system/palette/tools/screenshot_unittest.cc",
"system/power/backlights_forced_off_setter_unittest.cc",
"system/power/peripheral_battery_notifier_unittest.cc",
"system/power/power_button_controller_unittest.cc",
"system/power/power_button_screenshot_controller_unittest.cc",
"system/power/power_event_observer_unittest.cc",
"system/power/power_notification_controller_unittest.cc",
"system/power/power_prefs_unittest.cc",
"system/power/power_status_unittest.cc",
"system/power/power_status_view_unittest.cc",
"system/power/video_activity_notifier_unittest.cc",
"system/rotation/rotation_lock_feature_pod_controller_unittest.cc",
"system/screen_layout_observer_unittest.cc",
"system/screen_security/screen_security_notification_controller_unittest.cc",
"system/session/logout_button_tray_unittest.cc",
"system/session/logout_confirmation_controller_unittest.cc",
"system/session/session_limit_notification_controller_unittest.cc",
"system/status_area_widget_unittest.cc",
"system/supervised/supervised_notification_controller_unittest.cc",
"system/toast/toast_manager_unittest.cc",
"system/tracing_notification_controller_unittest.cc",
"system/tray/size_range_layout_unittest.cc",
"system/tray/tray_event_filter_unittest.cc",
"system/tray/tray_info_label_unittest.cc",
"system/tray/tri_view_unittest.cc",
"system/unified/feature_pods_container_view_unittest.cc",
"system/unified/quiet_mode_feature_pod_controller_unittest.cc",
"system/unified/top_shortcuts_view_unittest.cc",
"system/unified/unified_system_info_view_unittest.cc",
"system/unified/unified_system_tray_controller_unittest.cc",
"system/unified/unified_system_tray_unittest.cc",
"system/update/update_notification_controller_unittest.cc",
"system/virtual_keyboard/virtual_keyboard_tray_unittest.cc",
"test/ash_test_helper_unittest.cc",
"test/ash_unittests.cc",
"tooltips/tooltip_controller_unittest.cc",
"touch/touch_devices_controller_unittest.cc",
"touch/touch_observer_hud_unittest.cc",
"tray_action/test_tray_action_client.cc",
"tray_action/test_tray_action_client.h",
"tray_action/tray_action_unittest.cc",
"utility/screenshot_controller_unittest.cc",
"voice_interaction/voice_interaction_controller_unittest.cc",
"wallpaper/wallpaper_controller_unittest.cc",
"wallpaper/wallpaper_utils/wallpaper_color_calculator_unittest.cc",
"wallpaper/wallpaper_utils/wallpaper_resizer_unittest.cc",
"wallpaper/wallpaper_window_state_manager_unittest.cc",
"window_user_data_unittest.cc",
"wm/always_on_top_controller_unittest.cc",
"wm/ash_focus_rules_unittest.cc",
"wm/client_controlled_state_unittest.cc",
"wm/container_finder_unittest.cc",
"wm/default_window_resizer_unittest.cc",
"wm/drag_window_resizer_unittest.cc",
"wm/fullscreen_window_finder_unittest.cc",
"wm/gestures/overview_gesture_handler_unittest.cc",
"wm/immersive_fullscreen_controller_unittest.cc",
"wm/immersive_gesture_drag_handler_unittest.cc",
"wm/lock_action_handler_layout_manager_unittest.cc",
"wm/lock_layout_manager_unittest.cc",
"wm/lock_state_controller_unittest.cc",
"wm/mru_window_tracker_unittest.cc",
"wm/native_cursor_manager_ash_unittest.cc",
"wm/non_client_frame_controller_unittest.cc",
"wm/overlay_event_filter_unittest.cc",
"wm/overlay_layout_manager_unittest.cc",
"wm/overview/cleanup_animation_observer_unittest.cc",
"wm/overview/scoped_transform_overview_window_unittest.cc",
"wm/overview/start_animation_observer_unittest.cc",
"wm/overview/window_selector_controller_unittest.cc",
"wm/overview/window_selector_unittest.cc",
"wm/pip/pip_positioner_unittest.cc",
"wm/pip/pip_unittest.cc",
"wm/pip/pip_window_resizer_unittest.cc",
"wm/resize_shadow_and_cursor_unittest.cc",
"wm/root_window_layout_manager_unittest.cc",
"wm/screen_dimmer_unittest.cc",
"wm/screen_pinning_controller_unittest.cc",
"wm/session_state_animator_impl_unittest.cc",
"wm/splitview/split_view_controller_unittest.cc",
"wm/splitview/split_view_drag_indicators_unittest.cc",
"wm/splitview/split_view_highlight_view_unittest.cc",
"wm/stacking_controller_unittest.cc",
"wm/system_gesture_event_filter_unittest.cc",
"wm/system_modal_container_layout_manager_unittest.cc",
"wm/tablet_mode/accelerometer_test_data_literals.cc",
"wm/tablet_mode/tablet_mode_controller_unittest.cc",
"wm/tablet_mode/tablet_mode_window_manager_unittest.cc",
"wm/top_level_window_factory_unittest.cc",
"wm/toplevel_window_event_handler_unittest.cc",
"wm/video_detector_unittest.cc",
"wm/window_animations_unittest.cc",
"wm/window_cycle_controller_unittest.cc",
"wm/window_dimmer_unittest.cc",
"wm/window_finder_unittest.cc",
"wm/window_manager_unittest.cc",
"wm/window_modality_controller_unittest.cc",
"wm/window_positioner_unittest.cc",
"wm/window_preview_view_unittest.cc",
"wm/window_state_unittest.cc",
"wm/window_util_unittest.cc",
"wm/workspace/magnetism_matcher_unittest.cc",
"wm/workspace/multi_window_resize_controller_unittest.cc",
"wm/workspace/workspace_event_handler_unittest.cc",
"wm/workspace/workspace_layout_manager_unittest.cc",
"wm/workspace/workspace_window_resizer_unittest.cc",
"wm/workspace_controller_unittest.cc",
"ws/ash_window_manager_unittest.cc",
"ws/ax_ash_window_utils_unittest.cc",
"ws/window_lookup_unittest.cc",
"ws/window_service_delegate_impl_unittest.cc",
]
configs += [
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",
]
deps = [
":ash",
":ash_service_resources",
":ash_unittests_catalog_source",
":test_support",
"//ash/app_list:test_support",
"//ash/app_list/presenter",
"//ash/app_menu",
"//ash/assistant/model",
"//ash/components/fast_ink",
"//ash/components/fast_ink:unit_tests",
"//ash/components/quick_launch/public/mojom:constants",
"//ash/components/shortcut_viewer:unit_tests",
"//ash/components/tap_visualizer:unit_tests",
"//ash/keyboard/arc",
"//ash/public/cpp",
"//ash/public/cpp:test_support",
"//ash/public/cpp:unit_tests",
"//ash/public/cpp/vector_icons",
"//ash/resources/vector_icons",
"//ash/strings",
"//ash/system/message_center/arc",
"//ash/system/message_center/arc:test_support",
"//base",
"//base/test:test_support",
"//chromeos",
"//chromeos:test_support",
# TODO(stevenjb): Investigate whether this is OK. https://crbug.com/644336.
"//chromeos/audio",
"//chromeos/dbus:power_manager_proto",
"//chromeos/dbus:test_support",
# TODO(stevenjb): Remove this dependency, https://crbug.com/644355.
"//chromeos/network:test_support",
"//chromeos/services/assistant:test_support",
"//chromeos/services/multidevice_setup/public/cpp:test_support",
"//chromeos/services/multidevice_setup/public/mojom",
"//components/account_id",
"//components/arc:notification_test_support",
"//components/exo",
"//components/exo:test_support",
"//components/password_manager/core/browser:hash_password_manager",
"//components/prefs:test_support",
"//components/quirks",
"//components/sync_preferences:test_support",
"//components/user_manager",
"//components/user_manager:test_support",
"//device/base",
"//device/bluetooth",
"//extensions/common:common_constants",
"//mojo/core/embedder",
"//net:net",
"//services/catalog:lib",
"//services/media_session/public/cpp/test:test_support",
"//services/media_session/public/mojom",
"//services/ws:test_support",
"//services/ws/public/cpp/input_devices:test_support",
"//services/ws/public/mojom",
"//skia",
"//testing/gmock",
"//testing/gtest",
"//third_party/icu",
"//ui/accessibility",
"//ui/accessibility:test_support",
"//ui/aura",
"//ui/aura:test_support",
"//ui/base",
"//ui/base:test_support",
"//ui/base/ime",
"//ui/chromeos",
"//ui/chromeos/events",
"//ui/compositor",
"//ui/compositor:test_support",
"//ui/compositor_extra:compositor_extra",
"//ui/display",
"//ui/display:test_support",
"//ui/display/types",
"//ui/events",
"//ui/events:gesture_detection",
"//ui/events:test_support",
"//ui/events/devices",
"//ui/gfx",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl:test_support",
"//ui/keyboard",
"//ui/keyboard:mojom",
"//ui/keyboard:test_support",
"//ui/message_center",
"//ui/message_center:test_support",
"//ui/message_center/public/cpp",
"//ui/resources",
"//ui/snapshot",
"//ui/strings",
"//ui/views",
"//ui/views:test_support",
"//ui/views/mus",
"//ui/views/window/vector_icons",
"//ui/wm",
"//ui/wm:test_support",
"//ui/wm/public",
"//url",
]
data_deps = [
":ash_service_resources",
":ash_service",
"//ash/resources:ash_test_resources_100_percent",
"//ash/components/quick_launch:quick_launch_app",
]
data = [
# See DisplayColorManagerTest.
"display/test_data/",
]
# Disallow depending directly on content.
assert_no_deps = [
"//content/public/browser",
"//content/public/common",
]
}
test("ash_perftests") {
sources = [
"perftests/ash_background_filter_blur_perftest.cc",
"test/ash_perftests.cc",
]
deps = [
":test_support",
"//ash/public/cpp",
"//base/test:test_support",
"//cc/base",
"//mojo/core/embedder",
"//testing/gtest",
"//testing/perf",
"//ui/aura",
"//ui/base",
"//ui/compositor:test_support",
"//ui/gl:test_support",
]
}
executable("ash_shell_with_content") {
testonly = true
sources = [
"shell/content/shell_with_content_main.cc",
]
deps = [
":ash_shell_lib_with_content",
"//base",
"//build/win:default_exe_manifest",
"//components/user_manager",
"//content",
"//content/public/app:both",
"//device/bluetooth",
]
data_deps = [
"//ash/resources:ash_test_resources_with_content_100_percent",
]
}
static_library("test_support") {
testonly = true
sources = [
"accessibility/test_accessibility_controller_client.cc",
"accessibility/test_accessibility_controller_client.h",
"app_list/test/app_list_test_helper.cc",
"app_list/test/app_list_test_helper.h",
"app_list/test/test_app_list_client.cc",
"app_list/test/test_app_list_client.h",
"app_menu/notification_menu_view_test_api.cc",
"app_menu/notification_menu_view_test_api.h",
"assistant/test/test_assistant_service.cc",
"assistant/test/test_assistant_service.h",
"display/display_configuration_controller_test_api.cc",
"display/display_configuration_controller_test_api.h",
"display/mirror_window_test_api.cc",
"display/mirror_window_test_api.h",
"display/screen_orientation_controller_test_api.cc",
"display/screen_orientation_controller_test_api.h",
"drag_drop/drag_drop_controller_test_api.h",
"highlighter/highlighter_controller_test_api.cc",
"highlighter/highlighter_controller_test_api.h",
"ime/test_ime_controller_client.cc",
"ime/test_ime_controller_client.h",
"keyboard/test_keyboard_ui.cc",
"keyboard/test_keyboard_ui.h",
"laser/laser_pointer_controller_test_api.cc",
"laser/laser_pointer_controller_test_api.h",
"lock_screen_action/lock_screen_action_background_controller_impl_test_api.h",
"lock_screen_action/lock_screen_action_background_view_test_api.h",
"lock_screen_action/test_lock_screen_action_background_controller.cc",
"lock_screen_action/test_lock_screen_action_background_controller.h",
"login/login_screen_test_api.cc",
"login/login_screen_test_api.h",
"metrics/task_switch_time_tracker_test_api.cc",
"metrics/task_switch_time_tracker_test_api.h",
"metrics/time_to_first_present_recorder_test_api.cc",
"metrics/time_to_first_present_recorder_test_api.h",
"metrics/user_metrics_recorder_test_api.cc",
"metrics/user_metrics_recorder_test_api.h",
"mojo_test_interface_factory.cc",
"mojo_test_interface_factory.h",
"rotator/screen_rotation_animator_test_api.cc",
"rotator/screen_rotation_animator_test_api.h",
"session/test_session_controller_client.cc",
"session/test_session_controller_client.h",
"shelf/overflow_bubble_view_test_api.cc",
"shelf/overflow_bubble_view_test_api.h",
"shelf/shelf_button_pressed_metric_tracker_test_api.cc",
"shelf/shelf_button_pressed_metric_tracker_test_api.h",
"shelf/shelf_test_api.cc",
"shelf/shelf_test_api.h",
"shelf/shelf_view_test_api.cc",
"shelf/shelf_view_test_api.h",
"shell/toplevel_window.cc",
"shell/toplevel_window.h",
"shell_test_api.cc",
"shell_test_api.h",
"system/palette/palette_tray_test_api.cc",
"system/palette/palette_tray_test_api.h",
"system/power/power_button_controller_test_api.cc",
"system/power/power_button_controller_test_api.h",
"system/power/power_button_screenshot_controller_test_api.cc",
"system/power/power_button_screenshot_controller_test_api.h",
"system/power/power_button_test_base.cc",
"system/power/power_button_test_base.h",
"system/power/power_event_observer_test_api.cc",
"system/power/power_event_observer_test_api.h",
"system/status_area_widget_test_api.cc",
"system/status_area_widget_test_api.h",
"system/status_area_widget_test_helper.cc",
"system/status_area_widget_test_helper.h",
"system/unified/unified_system_tray_test_api.cc",
"system/unified/unified_system_tray_test_api.h",
"test/ash_test_base.cc",
"test/ash_test_base.h",
"test/ash_test_helper.cc",
"test/ash_test_helper.h",
"test/ash_test_suite.cc",
"test/ash_test_suite.h",
"test/ash_test_views_delegate.cc",
"test/ash_test_views_delegate.h",
"test/ui_controls_factory_ash.cc",
"test/ui_controls_factory_ash.h",
"test_media_client.cc",
"test_media_client.h",
"test_screenshot_delegate.cc",
"test_screenshot_delegate.h",
"test_shell_delegate.cc",
"test_shell_delegate.h",
"wallpaper/wallpaper_controller_test_api.cc",
"wallpaper/wallpaper_controller_test_api.h",
"wm/cursor_manager_test_api.cc",
"wm/cursor_manager_test_api.h",
"wm/lock_state_controller_test_api.cc",
"wm/lock_state_controller_test_api.h",
"wm/splitview/split_view_highlight_view_test_api.cc",
"wm/splitview/split_view_highlight_view_test_api.h",
"wm/tablet_mode/tablet_mode_controller_test_api.cc",
"wm/tablet_mode/tablet_mode_controller_test_api.h",
"wm/test_activation_delegate.cc",
"wm/test_activation_delegate.h",
"wm/test_child_modal_parent.cc",
"wm/test_child_modal_parent.h",
"wm/test_overlay_delegate.cc",
"wm/test_overlay_delegate.h",
"wm/test_session_state_animator.cc",
"wm/test_session_state_animator.h",
"wm/window_preview_view_test_api.cc",
"wm/window_preview_view_test_api.h",
"wm/workspace/workspace_event_handler_test_helper.cc",
"wm/workspace/workspace_event_handler_test_helper.h",
"wm/workspace_controller_test_api.cc",
"wm/workspace_controller_test_api.h",
]
configs += [ "//build/config:precompiled_headers" ]
public_deps = [
"//ash",
"//services/service_manager/public/cpp/test:test_support",
"//testing/gtest",
"//third_party/blink/public:blink_headers",
"//ui/display:display_manager_test_api",
]
deps = [
"//ash",
"//ash/app_list:test_support",
"//ash/app_list/presenter",
"//ash/app_menu",
"//ash/components/fast_ink",
"//ash/public/cpp",
"//ash/public/cpp:test_support",
"//ash/public/interfaces:test_interfaces",
"//base",
"//base:i18n",
"//base/test:test_support",
"//cc:test_support",
"//chromeos",
# TODO(stevenjb): Investigate whether this is OK. https://crbug.com/644336.
"//chromeos/audio",
"//chromeos/dbus:test_support",
# TODO(stevenjb): Remove this dependency, https://crbug.com/644355.
"//chromeos/network:test_support",
"//components/account_id",
"//components/prefs:test_support",
"//components/user_manager:user_manager",
"//components/viz/test:test_support",
"//device/bluetooth",
"//services/device/public/mojom",
"//services/ws:test_support",
"//services/ws/public/cpp",
"//services/ws/public/cpp/host",
"//services/ws/public/cpp/input_devices",
"//services/ws/public/cpp/input_devices:test_support",
"//services/ws/public/mojom",
"//skia",
"//testing/gtest",
"//ui/accessibility",
"//ui/aura",
"//ui/aura:test_support",
"//ui/base:test_support",
"//ui/compositor:test_support",
"//ui/display",
"//ui/display/types",
"//ui/events:events_base",
"//ui/events:test_support",
"//ui/events/devices",
"//ui/gl",
"//ui/gl:test_support",
"//ui/keyboard",
"//ui/keyboard:test_support",
"//ui/message_center",
"//ui/message_center/public/cpp",
"//ui/views",
"//ui/views:test_support",
"//ui/wm",
"//ui/wm/public",
]
data_deps = [
"//ash/strings:ash_test_strings",
"//ash/resources:ash_test_resources_100_percent",
"//ash/resources:ash_test_resources_200_percent",
]
}
static_library("interactive_ui_test_support") {
testonly = true
configs += [ "//build/config:precompiled_headers" ]
public_deps = [
":test_support",
"//ash",
]
sources = [
"test/ash_interactive_ui_test_base.cc",
"test/ash_interactive_ui_test_base.h",
]
deps = [
":test_support",
"//base",
"//mojo/core/embedder",
"//skia",
"//testing/gtest",
"//ui/aura",
"//ui/base",
"//ui/base:test_support",
"//ui/gl:test_support",
]
}
service_executable("ash_service") {
output_name = "ash"
sources = [
"main.cc",
]
deps = [
":ash",
":ash_service_resources",
":ash_service_resources_200",
"//services/service_manager/public/cpp",
]
data_deps = [
":ash_service_resources",
":ash_service_resources_200",
]
}
service_manifest("manifest") {
name = "ash"
source = "manifest.json"
packaged_services = [ "//services/ws:manifest" ]
}
# TODO: Load locale-specific strings.
# TODO: Avoid duplication between Mash and Chrome pak files: crbug.com/628715.
repack("ash_service_resources") {
output = "$root_out_dir/ash_service_resources.pak"
sources = [
"$root_gen_dir/ash/components/resources/ash_components_resources_100_percent.pak",
"$root_gen_dir/ash/strings/ash_strings_en-US.pak",
"$root_gen_dir/chromeos/strings/chromeos_strings_en-US.pak",
"$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_100_percent.pak",
"$root_gen_dir/ui/chromeos/strings/ui_chromeos_strings_en-US.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
"$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
]
deps = [
"//ash/components/resources",
"//ash/strings",
"//chromeos/strings",
"//ui/chromeos/resources",
"//ui/chromeos/strings",
"//ui/resources",
"//ui/strings",
"//ui/views/mus:resources",
"//ui/views/resources",
]
}
repack("ash_service_resources_200") {
output = "$root_out_dir/ash_service_resources_200.pak"
sources = [
"$root_gen_dir/ash/components/resources/ash_components_resources_200_percent.pak",
"$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_200_percent.pak",
"$root_gen_dir/ui/resources/ui_resources_200_percent.pak",
"$root_gen_dir/ui/views/resources/views_resources_200_percent.pak",
]
deps = [
"//ash/components/resources",
"//ui/chromeos/resources",
"//ui/resources",
"//ui/views/resources",
]
}
service_manifest("ash_unittests_manifest") {
name = "ash_unittests"
source = "ash_unittests_manifest.json"
}
catalog("ash_unittests_catalog") {
testonly = true
embedded_services = [ ":ash_unittests_manifest" ]
standalone_services = [
":manifest",
"//ash/components/quick_launch:manifest",
]
}
catalog_cpp_source("ash_unittests_catalog_source") {
testonly = true
catalog = ":ash_unittests_catalog"
generated_function_name = "ash::CreateUnittestsCatalog"
}