# 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("//mojo/public/tools/bindings/mojom.gni") import("//services/service_manager/public/cpp/service_executable.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. "accessibility/accessibility_controller_impl.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/output_protection_delegate.h", "display/screen_orientation_controller.h", "events/event_rewriter_controller_impl.h", "focus_cycler.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_impl.h", "public/cpp/arc_custom_tab.h", "public/cpp/ash_prefs.h", "public/cpp/assistant/assistant_settings.h", "public/cpp/docked_magnifier_controller.h", "public/cpp/event_rewriter_controller.h", "public/cpp/first_run_helper.h", "public/cpp/multi_user_window_manager.h", "public/cpp/multi_user_window_manager_delegate.h", "public/cpp/multi_user_window_manager_observer.h", "public/cpp/overview_test_api.h", "public/cpp/split_view_test_api.h", "public/cpp/window_finder.h", "public/cpp/window_tree_host_lookup.h", "root_window_controller.h", "screenshot_delegate.h", "session/session_controller_impl.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_hud_debug.h", "touch/touch_observer_hud.h", "wm/client_controlled_state.h", "wm/desks/desks_util.h", "wm/drag_window_resizer.h", "wm/mru_window_tracker.h", "wm/overview/overview_controller.h", "wm/splitview/split_view_controller.h", "wm/tablet_mode/tablet_mode_browser_window_drag_delegate.h", "wm/tablet_mode/tablet_mode_controller.h", "wm/tablet_mode/tablet_mode_window_drag_controller.h", "wm/tablet_mode/tablet_mode_window_drag_delegate.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", ] sources = [ "accelerators/accelerator_commands.cc", "accelerators/accelerator_commands.h", "accelerators/accelerator_confirmation_dialog.cc", "accelerators/accelerator_confirmation_dialog.h", "accelerators/accelerator_controller_impl.cc", "accelerators/accelerator_controller_impl.h", "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_impl.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_impl.cc", "accessibility/accessibility_focus_ring_controller_impl.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", "ambient/ambient_constants.h", "ambient/ambient_controller.cc", "ambient/ambient_controller.h", "ambient/model/photo_model.cc", "ambient/model/photo_model.h", "ambient/model/photo_model_observer.h", "ambient/ui/ambient_container_view.cc", "ambient/ui/ambient_container_view.h", "ambient/ui/photo_view.cc", "ambient/ui/photo_view.h", "ambient/util/ambient_util.cc", "ambient/util/ambient_util.h", "animation/animation_change_type.h", "app_list/app_list_controller_impl.cc", "app_list/app_list_controller_observer.h", "app_list/app_list_presenter_delegate_impl.cc", "app_list/app_list_presenter_delegate_impl.h", "ash_export.h", "ash_prefs.cc", "ash_service.cc", "assistant/assistant_alarm_timer_controller.cc", "assistant/assistant_alarm_timer_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_notification_expiry_monitor.cc", "assistant/assistant_notification_expiry_monitor.h", "assistant/assistant_screen_context_controller.cc", "assistant/assistant_screen_context_controller.h", "assistant/assistant_settings.cc", "assistant/assistant_setup_controller.cc", "assistant/assistant_setup_controller.h", "assistant/assistant_state_controller.cc", "assistant/assistant_state_controller.h", "assistant/assistant_suggestions_controller.cc", "assistant/assistant_suggestions_controller.h", "assistant/assistant_ui_controller.cc", "assistant/assistant_ui_controller.h", "assistant/assistant_view_delegate_impl.cc", "assistant/assistant_view_delegate_impl.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", "autoclick/autoclick_scroll_position_handler.cc", "autoclick/autoclick_scroll_position_handler.h", "bluetooth_devices_observer.cc", "bluetooth_devices_observer.h", "cancel_mode.cc", "cancel_mode.h", "custom_tab/arc_custom_tab_view.cc", "custom_tab/arc_custom_tab_view.h", "dbus/ash_dbus_services.cc", "dbus/ash_dbus_services.h", "dbus/display_service_provider.cc", "dbus/display_service_provider.h", "dbus/gesture_properties_service_provider.cc", "dbus/gesture_properties_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/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_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/output_protection_delegate.cc", "display/output_protection_delegate.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_impl.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_impl.cc", "first_run/first_run_helper_impl.h", "focus_cycler.cc", "frame/header_view.cc", "frame/non_client_frame_view_ash.cc", "frame/snap_controller_impl.cc", "frame/snap_controller_impl.h", "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", "home_screen/home_launcher_gesture_handler.cc", "home_screen/home_launcher_gesture_handler.h", "home_screen/home_launcher_gesture_handler_observer.h", "home_screen/home_screen_controller.cc", "home_screen/home_screen_controller.h", "home_screen/home_screen_delegate.h", "home_screen/home_screen_presenter.cc", "home_screen/home_screen_presenter.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_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/keyboard_controller_impl.cc", "keyboard/keyboard_controller_impl.h", "keyboard/keyboard_util.cc", "keyboard/keyboard_util.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/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/lock_screen_media_controls_view.cc", "login/ui/lock_screen_media_controls_view.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/media_controls_header_view.cc", "login/ui/media_controls_header_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/parent_access_view.cc", "login/ui/parent_access_view.h", "login/ui/parent_access_widget.cc", "login/ui/parent_access_widget.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_impl.cc", "magnifier/docked_magnifier_controller_impl.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_impl.cc", "media/media_controller_impl.h", "media/media_notification_constants.cc", "media/media_notification_constants.h", "media/media_notification_container_impl.cc", "media/media_notification_container_impl.h", "media/media_notification_controller_impl.cc", "media/media_notification_controller_impl.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/histogram_macros.cc", "metrics/histogram_macros.h", "metrics/login_metrics_recorder.cc", "metrics/login_metrics_recorder.h", "metrics/pip_uma.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/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_impl.cc", "multi_user/user_switch_animator.cc", "multi_user/user_switch_animator.h", "policy/policy_recommendation_restorer.cc", "policy/policy_recommendation_restorer.h", "power/fake_gatt_battery_percentage_fetcher.cc", "power/fake_gatt_battery_percentage_fetcher.h", "power/fake_gatt_battery_poller.cc", "power/fake_gatt_battery_poller.h", "power/gatt_battery_controller.cc", "power/gatt_battery_controller.h", "power/gatt_battery_percentage_fetcher.cc", "power/gatt_battery_percentage_fetcher.h", "power/gatt_battery_poller.cc", "power/gatt_battery_poller.h", "power/hid_battery_listener.cc", "power/hid_battery_listener.h", "power/hid_battery_util.cc", "power/hid_battery_util.h", "power/peripheral_battery_tracker.cc", "power/peripheral_battery_tracker.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_impl.cc", "session/session_observer.cc", "session/session_observer.h", "session/teleport_warning_dialog.cc", "session/teleport_warning_dialog.h", "shelf/assistant_overlay.cc", "shelf/assistant_overlay.h", "shelf/back_button.cc", "shelf/back_button.h", "shelf/home_button.cc", "shelf/home_button.h", "shelf/home_button_controller.cc", "shelf/home_button_controller.h", "shelf/hotseat_widget.cc", "shelf/hotseat_widget.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/scroll_arrow_view.cc", "shelf/scroll_arrow_view.h", "shelf/scrollable_shelf_view.cc", "shelf/scrollable_shelf_view.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_bubble.cc", "shelf/shelf_bubble.h", "shelf/shelf_button.cc", "shelf/shelf_button.h", "shelf/shelf_button_delegate.h", "shelf/shelf_button_pressed_metric_tracker.cc", "shelf/shelf_button_pressed_metric_tracker.h", "shelf/shelf_constants.h", "shelf/shelf_container_view.cc", "shelf/shelf_container_view.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_focus_cycler.cc", "shelf/shelf_focus_cycler.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_navigation_widget.cc", "shelf/shelf_navigation_widget.h", "shelf/shelf_observer.h", "shelf/shelf_tooltip_bubble.cc", "shelf/shelf_tooltip_bubble.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_init_params.cc", "shell_state.cc", "shell_state.h", "shutdown_controller_impl.cc", "shutdown_controller_impl.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", "style/ash_color_provider.cc", "style/ash_color_provider.h", "style/default_color_constants.h", "system/accessibility/accessibility_feature_disable_dialog.cc", "system/accessibility/accessibility_feature_disable_dialog.h", "system/accessibility/accessibility_feature_pod_controller.cc", "system/accessibility/accessibility_feature_pod_controller.h", "system/accessibility/autoclick_menu_bubble_controller.cc", "system/accessibility/autoclick_menu_bubble_controller.h", "system/accessibility/autoclick_menu_view.cc", "system/accessibility/autoclick_menu_view.h", "system/accessibility/autoclick_scroll_bubble_controller.cc", "system/accessibility/autoclick_scroll_bubble_controller.h", "system/accessibility/autoclick_scroll_view.cc", "system/accessibility/autoclick_scroll_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/enterprise/enterprise_domain_observer.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_impl.cc", "system/locale/locale_update_controller_impl.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_bubble.cc", "system/message_center/unified_message_center_bubble.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/clock_observer.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/active_network_icon.cc", "system/network/active_network_icon.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_info.cc", "system/network/network_info.h", "system/network/network_list_view.cc", "system/network/network_list_view.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_view.cc", "system/network/network_tray_view.h", "system/network/sms_observer.cc", "system/network/sms_observer.h", "system/network/tray_network_state_model.cc", "system/network/tray_network_state_model.h", "system/network/tray_network_state_observer.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_impl.cc", "system/night_light/night_light_controller_impl.h", "system/night_light/night_light_feature_pod_controller.cc", "system/night_light/night_light_feature_pod_controller.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/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/time/time_tray_item_view.cc", "system/time/time_tray_item_view.h", "system/time/time_view.cc", "system/time/time_view.h", "system/toast/toast_manager_impl.cc", "system/toast/toast_manager_impl.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/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/custom_shape_button.cc", "system/unified/custom_shape_button.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_tray_item_view.cc", "system/unified/managed_device_tray_item_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/page_indicator_view.cc", "system/unified/page_indicator_view.h", "system/unified/quiet_mode_feature_pod_controller.cc", "system/unified/quiet_mode_feature_pod_controller.h", "system/unified/rounded_label_button.cc", "system/unified/rounded_label_button.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_managed_device_view.cc", "system/unified/unified_managed_device_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_detailed_view_controller.cc", "system/unified/user_chooser_detailed_view_controller.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_hud_debug.cc", "touch/touch_hud_projection.cc", "touch/touch_hud_projection.h", "touch/touch_hud_renderer.cc", "touch/touch_hud_renderer.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", "wallpaper/wallpaper_base_view.cc", "wallpaper/wallpaper_base_view.h", "wallpaper/wallpaper_controller_impl.cc", "wallpaper/wallpaper_controller_impl.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_tree_host_lookup.cc", "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/collision_detection/collision_detection_utils.cc", "wm/collision_detection/collision_detection_utils.h", "wm/container_finder.cc", "wm/container_finder.h", "wm/cursor_manager_chromeos.cc", "wm/cursor_manager_chromeos.h", "wm/default_state.cc", "wm/default_state.h", "wm/default_window_resizer.cc", "wm/default_window_resizer.h", "wm/desks/close_desk_button.cc", "wm/desks/close_desk_button.h", "wm/desks/desk.cc", "wm/desks/desk.h", "wm/desks/desk_mini_view.cc", "wm/desks/desk_mini_view.h", "wm/desks/desk_mini_view_animations.cc", "wm/desks/desk_mini_view_animations.h", "wm/desks/desk_preview_view.cc", "wm/desks/desk_preview_view.h", "wm/desks/desks_animations.cc", "wm/desks/desks_animations.h", "wm/desks/desks_bar_item_border.cc", "wm/desks/desks_bar_item_border.h", "wm/desks/desks_bar_view.cc", "wm/desks/desks_bar_view.h", "wm/desks/desks_controller.cc", "wm/desks/desks_controller.h", "wm/desks/desks_histogram_enums.h", "wm/desks/desks_util.cc", "wm/desks/desks_util.h", "wm/desks/new_desk_button.cc", "wm/desks/new_desk_button.h", "wm/desks/root_window_desk_switch_animator.cc", "wm/desks/root_window_desk_switch_animator.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/fullscreen_window_finder.cc", "wm/fullscreen_window_finder.h", "wm/gestures/wm_gesture_handler.cc", "wm/gestures/wm_gesture_handler.h", "wm/immersive_context_ash.cc", "wm/immersive_context_ash.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/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/delayed_animation_observer.h", "wm/overview/delayed_animation_observer_impl.cc", "wm/overview/delayed_animation_observer_impl.h", "wm/overview/drop_target_view.cc", "wm/overview/drop_target_view.h", "wm/overview/overview_animation_state_waiter.cc", "wm/overview/overview_animation_state_waiter.h", "wm/overview/overview_animation_type.h", "wm/overview/overview_constants.h", "wm/overview/overview_controller.cc", "wm/overview/overview_delegate.h", "wm/overview/overview_grid.cc", "wm/overview/overview_grid.h", "wm/overview/overview_grid_event_handler.cc", "wm/overview/overview_grid_event_handler.h", "wm/overview/overview_highlight_controller.cc", "wm/overview/overview_highlight_controller.h", "wm/overview/overview_item.cc", "wm/overview/overview_item.h", "wm/overview/overview_observer.h", "wm/overview/overview_session.cc", "wm/overview/overview_session.h", "wm/overview/overview_test_api.cc", "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_label_widget.cc", "wm/overview/rounded_label_widget.h", "wm/overview/rounded_rect_view.cc", "wm/overview/rounded_rect_view.h", "wm/overview/scoped_overview_animation_settings.cc", "wm/overview/scoped_overview_animation_settings.h", "wm/overview/scoped_overview_hide_windows.cc", "wm/overview/scoped_overview_hide_windows.h", "wm/overview/scoped_overview_transform_window.cc", "wm/overview/scoped_overview_transform_window.h", "wm/pip/pip_positioner.cc", "wm/pip/pip_positioner.h", "wm/pip/pip_window_resizer.cc", "wm/pip/pip_window_resizer.h", "wm/resize_shadow.cc", "wm/resize_shadow.h", "wm/resize_shadow_controller.cc", "wm/resize_shadow_controller.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_divider_handler_view.cc", "wm/splitview/split_view_divider_handler_view.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_test_api.cc", "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_browser_window_drag_delegate.cc", "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_controller.cc", "wm/tablet_mode/tablet_mode_window_drag_delegate.cc", "wm/tablet_mode/tablet_mode_window_drag_metrics.cc", "wm/tablet_mode/tablet_mode_window_drag_metrics.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/toplevel_window_event_handler.cc", "wm/toplevel_window_event_handler.h", "wm/video_detector.cc", "wm/video_detector.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_mirror_view_pip.cc", "wm/window_mirror_view_pip.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_default_layout_manager.cc", "wm/wm_default_layout_manager.h", "wm/wm_event.cc", "wm/wm_shadow_controller_delegate.cc", "wm/wm_shadow_controller_delegate.h", "wm/wm_window_animations.cc", "wm/wm_window_animations.h", "wm/work_area_insets.cc", "wm/work_area_insets.h", "wm/workspace/backdrop_controller.cc", "wm/workspace/backdrop_controller.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", ] 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/mojom", "//mojo/public/cpp/system", "//services/device/public/cpp/bluetooth", "//services/device/public/mojom", "//services/media_session/public/cpp", "//services/media_session/public/mojom", "//services/service_manager/public/cpp", "//skia", "//ui/aura", "//ui/events", "//ui/gfx", "//ui/gfx/geometry", "//ui/gfx/geometry/mojom", "//ui/resources", "//ui/strings", "//ui/views", "//ui/wm", ] deps = [ "//ash/app_list/presenter", "//ash/app_menu", "//ash/assistant/model", "//ash/assistant/ui", "//ash/assistant/ui:constants", "//ash/assistant/util", "//ash/components/cursor", "//ash/components/fast_ink", "//ash/components/shortcut_viewer", "//ash/keyboard/arc", "//ash/keyboard/ui", "//ash/login/resources:resources_grit", "//ash/system/message_center/arc", "//base", "//base:i18n", "//base/third_party/dynamic_annotations", "//build:branding_buildflags", "//cc", "//cc/debug", "//cc/paint:paint", "//chromeos/assistant:buildflags", # TODO(https://crbug.com/644336): Make CrasAudioHandler Chrome or Ash only. "//chromeos/audio", "//chromeos/components/multidevice/logging", "//chromeos/constants", "//chromeos/dbus", # TODO(https://crbug.com/644336): Remove dependencies on CrasAudioClient. "//chromeos/dbus/audio", "//chromeos/dbus/constants", "//chromeos/dbus/hammerd", "//chromeos/dbus/power", "//chromeos/dbus/power:power_manager_proto", "//chromeos/dbus/services:services", # TODO(https://crbug.com/644355): Remove Shill dependencies. "//chromeos/dbus/shill", "//chromeos/dbus/system_clock", # TODO(https://crbug.com/644355): Remove Shill dependencies. "//chromeos/network", "//chromeos/services/assistant/public:feature_flags", "//chromeos/services/assistant/public/cpp:prefs", "//chromeos/services/assistant/public/mojom", "//chromeos/services/multidevice_setup/public/mojom", "//chromeos/services/network_config/public/cpp", "//chromeos/services/network_config/public/mojom", "//chromeos/settings", "//chromeos/strings", "//chromeos/system", "//components/account_id", "//components/device_event_log", "//components/discardable_memory/service", "//components/exo", "//components/exo/wayland", "//components/media_message_center", "//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", "//dbus", "//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", # 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/accessibility:ax_enums_mojo", "//ui/base", "//ui/base:ui_data_pack", "//ui/base/ime/chromeos", "//ui/base/ime/init", "//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/ozone:events_ozone", "//ui/message_center", "//ui/native_theme", "//ui/ozone", "//ui/ozone/public/mojom:gesture_properties_service", "//ui/platform_window", "//ui/platform_window/stub", "//ui/snapshot", "//ui/views/window/vector_icons", "//ui/wm/public", "//url", ] data_deps = [ ":dbus_service_files", ] assert_no_deps = [ # Ash should not depend upon cryptohome_client or components that depend # on it. TODO(stevenjb): Assert on //chromeos/dbus/cryptohome_client once it # is extracted from //chromeos/dbus. https://crbug.com/647367. "//components/arc", "//chromeos/attestation", "//chromeos/cryptohome", "//chromeos/login/auth", "//chromeos/tpm", # Ash should not depend upon content at all. "//content/public/browser", "//content/public/common", # //ui/base/idle depends on SessionManagerClient so disallow it. "//ui/base/idle", ] allow_circular_includes_from = [ "//ash/assistant/ui", "//components/exo", "//components/exo/wayland", ] } static_library("ash_shell_lib") { testonly = true sources = [ "../ui/views/test/test_views_delegate_aura.cc", "shell/bubble.cc", "shell/example_app_list_client.cc", "shell/example_app_list_client.h", "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", "shell/content/client/shell_new_window_delegate.cc", "shell/content/client/shell_new_window_delegate.h", "shell/content/embedded_browser.cc", "shell/content/embedded_browser.h", ] deps = [ ":test_support", "//ash/components/shortcut_viewer", "//ash/public/cpp", "//ash/public/cpp:manifest", "//ash/public/cpp:manifest_for_tests", "//base:i18n", "//chrome:packed_resources", # TODO(https://crbug.com/644336): Make CrasAudioHandler Chrome or Ash only. "//chromeos/audio", "//chromeos/constants", "//chromeos/dbus/biod", "//chromeos/dbus/power", "//chromeos/dbus/shill", "//chromeos/network", "//chromeos/services/network_config", "//chromeos/services/network_config/public/mojom", "//chromeos/system", "//components/discardable_memory/public/mojom", "//components/services/font:lib", "//components/services/font/public/mojom", "//content", "//content/shell:content_shell_lib", "//device/bluetooth", "//net", "//services/device/public/mojom", "//skia", "//ui/aura", "//ui/base", "//ui/base/ime/chromeos", "//ui/base/ime/init", "//ui/chromeos/events", "//ui/compositor", "//ui/display", "//ui/events/devices", "//ui/message_center", "//ui/views:test_support", "//ui/views/controls/webview", "//ui/views/examples:views_examples_with_content_lib", "//ui/wm", ] public_deps = [ ":ash_shell_lib", ] data_deps = [ "//ash/strings:ash_test_strings", "//ash/resources:ash_test_resources_with_content_100_percent", "//ash/resources:ash_test_resources_200_percent", ] } copy("dbus_service_files") { sources = [ "dbus/org.chromium.DisplayService.conf", "dbus/org.chromium.GesturePropertiesService.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", "ambient/model/photo_model_unittest.cc", "ambient/ui/ambient_container_view_unittest.cc", "app_list/app_list_controller_impl_unittest.cc", "app_list/app_list_metrics_unittest.cc", "app_list/app_list_presenter_delegate_unittest.cc", "app_list/app_list_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_list/views/assistant/assistant_page_view_unittest.cc", "app_menu/notification_menu_controller_unittest.cc", "app_menu/notification_menu_view_unittest.cc", "app_menu/notification_overflow_view_unittest.cc", "assistant/assistant_notification_controller_unittest.cc", "assistant/assistant_screen_context_controller_unittest.cc", "assistant/assistant_state_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", "dbus/gesture_properties_service_provider_unittest.cc", "dbus/url_handler_service_provider_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_drop_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_impl_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", "home_screen/home_launcher_gesture_handler_unittest.cc", "home_screen/home_screen_controller_unittest.cc", "ime/ime_controller_unittest.cc", "keyboard/arc/arc_input_method_surface_manager_unittest.cc", "keyboard/keyboard_controller_impl_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_media_controls_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", "login/ui/parent_access_view_unittest.cc", "magnifier/docked_magnifier_controller_impl_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_controller_unittest.cc", "media/media_notification_controller_impl_unittest.cc", "metrics/demo_session_metrics_recorder_unittest.cc", "metrics/desktop_task_switch_metric_recorder_unittest.cc", "metrics/histogram_macros_unittest.cc", "metrics/login_metrics_recorder_unittest.cc", "metrics/pointer_metrics_recorder_unittest.cc", "metrics/presentation_time_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", "policy/policy_recommendation_restorer_unittest.cc", "power/gatt_battery_controller_unittest.cc", "power/gatt_battery_percentage_fetcher_unittest.cc", "power/gatt_battery_poller_unittest.cc", "power/hid_battery_listener_unittest.cc", "power/hid_battery_util_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_impl_unittest.cc", "shelf/back_button_unittest.cc", "shelf/home_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_menu_bubble_controller_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_notification_controller_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/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_bubble_unittest.cc", "system/message_center/unified_message_center_view_unittest.cc", "system/message_center/unified_message_list_view_unittest.cc", "system/network/active_network_icon_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/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/time/time_view_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/page_indicator_view_unittest.cc", "system/unified/quiet_mode_feature_pod_controller_unittest.cc", "system/unified/top_shortcuts_view_unittest.cc", "system/unified/unified_managed_device_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/unified/user_chooser_detailed_view_controller_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", "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/collision_detection/collision_detection_utils_unittest.cc", "wm/container_finder_unittest.cc", "wm/default_window_resizer_unittest.cc", "wm/desks/desks_test_util.cc", "wm/desks/desks_test_util.h", "wm/desks/desks_unittests.cc", "wm/drag_window_resizer_unittest.cc", "wm/fullscreen_window_finder_unittest.cc", "wm/gestures/wm_gesture_handler_unittest.cc", "wm/immersive_fullscreen_controller_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/overlay_event_filter_unittest.cc", "wm/overlay_layout_manager_unittest.cc", "wm/overview/cleanup_animation_observer_unittest.cc", "wm/overview/delayed_animation_observer_impl_unittest.cc", "wm/overview/overview_controller_unittest.cc", "wm/overview/overview_grid_unittest.cc", "wm/overview/overview_highlight_controller_unittest.cc", "wm/overview/overview_session_unittest.cc", "wm/overview/overview_test_util.cc", "wm/overview/overview_test_util.h", "wm/overview/overview_window_drag_controller_unittest.cc", "wm/overview/scoped_overview_transform_window_unittest.cc", "wm/pip/pip_positioner_unittest.cc", "wm/pip/pip_test_utils.cc", "wm/pip/pip_test_utils.h", "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/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_mirror_view_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_transient_descendant_iterator_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", ] configs += [ "//build/config:precompiled_headers", "//build/config/compiler:no_size_t_to_int_warning", ] deps = [ ":ash", ":test_support", "//ash/app_list:test_support", "//ash/app_list/presenter", "//ash/app_menu", "//ash/assistant/model", "//ash/assistant/ui", "//ash/assistant/ui:constants", "//ash/assistant/util", "//ash/components/fast_ink", "//ash/components/fast_ink:unit_tests", "//ash/components/shortcut_viewer:unit_tests", "//ash/keyboard/arc", "//ash/keyboard/ui", "//ash/keyboard/ui:test_support", "//ash/public/cpp", "//ash/public/cpp:manifest", "//ash/public/cpp:manifest_for_tests", "//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", "//build:branding_buildflags", "//chromeos:test_support", "//chromeos/strings:strings_grit", # TODO(https://crbug.com/644336): Make CrasAudioHandler Chrome or Ash only. "//chromeos/audio", "//chromeos/constants", "//chromeos/dbus:test_support", "//chromeos/dbus/hammerd", "//chromeos/dbus/power", "//chromeos/dbus/power:power_manager_proto", "//chromeos/dbus/services:test_support", # TODO(https://crbug.com/644355): Remove Shill dependencies. "//chromeos/network:test_support", "//chromeos/services/assistant:test_support", "//chromeos/services/assistant/public/cpp:prefs", "//chromeos/services/assistant/public/mojom", "//chromeos/services/multidevice_setup/public/cpp:test_support", "//chromeos/services/multidevice_setup/public/mojom", "//chromeos/services/network_config/public/mojom", "//chromeos/system", "//components/account_id", "//components/arc:notification_test_support", "//components/exo", "//components/exo:test_support", "//components/media_message_center", "//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/bluetooth", "//device/bluetooth:mocks", "//extensions/common:common_constants", "//mojo/core/embedder", "//net:net", "//services/device/public/cpp/bluetooth", "//services/media_session/public/cpp/test:test_support", "//services/media_session/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/base/ime/chromeos", "//ui/chromeos", "//ui/chromeos/events", "//ui/compositor", "//ui/compositor:test_support", "//ui/compositor_extra:compositor_extra", "//ui/display", "//ui/display:test_support", "//ui/display/fake", "//ui/display/manager", "//ui/display/types", "//ui/events", "//ui/events:gesture_detection", "//ui/events:test_support", "//ui/events/devices", "//ui/events/devices:test_support", "//ui/gfx", "//ui/gfx:test_support", "//ui/gfx/geometry", "//ui/gl:test_support", "//ui/message_center", "//ui/message_center:test_support", "//ui/message_center/public/cpp", "//ui/ozone/testhelpers:mock_gesture_properties_service", "//ui/resources", "//ui/snapshot", "//ui/strings", "//ui/views", "//ui/views:test_support", "//ui/views/window/vector_icons", "//ui/wm", "//ui/wm:test_support", "//ui/wm/public", "//url", ] data_deps = [ "//ash/resources:ash_test_resources_100_percent", ] data = [ # See DisplayColorManagerTest. "display/test_data/", ] # Disallow depending directly on content. assert_no_deps = [ "//content/public/browser", "//content/public/common", ] } # TODO(oshima): Remove or migrate to new ash_ui_perftests 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", ] } test("ash_ui_perftests") { defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] sources = [ "perftests/overview_animations_preftest.cc", "shell/content/test/ash_content_perf_test_launcher.cc", "shell/content/test/ash_content_test.cc", "shell/content/test/ash_content_test.h", ] deps = [ ":ash_shell_lib_with_content", ":test_support", "//ash/public/cpp", "//base/test:test_support", "//cc/base", "//chromeos/constants:constants", "//content/shell:content_shell_lib", "//content/test:browsertest_support", "//content/test:test_support", "//mojo/core/embedder", "//testing/gtest", "//testing/perf", "//ui/aura", "//ui/base", "//ui/base:test_support", "//ui/compositor:test_support", "//ui/events: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", "//components/user_manager", "//content", "//content/public/app:both", "//device/bluetooth", ] } static_library("test_support") { testonly = true friend = [ ":*", "//ash/components/shortcut_viewer:*", "//components/exo:*", "//components/exo/wayland:*", ] public = [ "public/cpp/shelf_test_api.h", "public/cpp/system_tray_test_api.h", ] 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/assistant_ash_test_base.cc", "assistant/test/assistant_ash_test_base.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", "metrics/task_switch_time_tracker_test_api.cc", "metrics/task_switch_time_tracker_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", "public/cpp/shelf_test_api.cc", "public/cpp/test/shell_test_api.h", "rotator/screen_rotation_animator_test_api.cc", "rotator/screen_rotation_animator_test_api.h", "session/test_pref_service_provider.cc", "session/test_pref_service_provider.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_focus_cycler.cc", "shelf/shelf_focus_cycler.h", "shelf/shelf_test_api_impl.cc", "shelf/shelf_test_api_impl.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", "system/message_center/test_notifier_settings_controller.cc", "system/message_center/test_notifier_settings_controller.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", "//chromeos/services/assistant/public/mojom", "//chromeos/services/network_config/public/cpp:test_support", "//dbus", "//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/assistant/model:model", "//ash/components/fast_ink", "//ash/public/cpp", "//ash/public/cpp:test_support", "//ash/public/mojom:test_interfaces", "//base", "//base:i18n", "//base/test:test_support", "//cc:test_support", "//ui/platform_window/common", # TODO(https://crbug.com/644336): Make CrasAudioHandler Chrome or Ash only. "//chromeos/audio", "//chromeos/constants", "//chromeos/dbus:test_support", # TODO(https://crbug.com/644336): Remove dependencies on CrasAudioClient. "//chromeos/dbus/audio", "//chromeos/dbus/power", "//chromeos/dbus/system_clock", # TODO(https://crbug.com/644355): Remove Shill dependencies. "//ash/keyboard/ui", "//ash/keyboard/ui:test_support", "//chromeos/network:test_support", "//chromeos/system", "//components/account_id", "//components/prefs:test_support", "//components/user_manager:user_manager", "//components/viz/test:test_support", "//device/bluetooth", "//services/device/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/events/devices:test_support", "//ui/gl", "//ui/gl: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", ] }