blob: dc587f95372a28284fa6a31b8878032d992abdb5 [file] [log] [blame]
# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//ash/ambient/resources/resources.gni")
import("//build/config/chrome_build.gni")
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//chromeos/ash/components/assistant/ambient.gni")
import("//chromeos/ash/components/scalable_iph/scalable_iph.gni")
import("//mojo/public/tools/bindings/mojom.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_ash)
assert(use_aura)
assert(enable_hidpi)
# Chromebooks use ozone/DRM. linux-chromeos uses ozone/X11.
assert(use_ozone)
# NOTE: Ash uses DEPS files to restrict access to its internals, rather than a
# GN "public" section. See README.md for notes on dependencies.
component("ash") {
sources = [
"accelerators/accelerator_alias_converter.cc",
"accelerators/accelerator_alias_converter.h",
"accelerators/accelerator_capslock_state_machine.cc",
"accelerators/accelerator_capslock_state_machine.h",
"accelerators/accelerator_commands.cc",
"accelerators/accelerator_commands.h",
"accelerators/accelerator_controller_impl.cc",
"accelerators/accelerator_controller_impl.h",
"accelerators/accelerator_encoding.cc",
"accelerators/accelerator_encoding.h",
"accelerators/accelerator_history_impl.cc",
"accelerators/accelerator_history_impl.h",
"accelerators/accelerator_ids.h",
"accelerators/accelerator_launcher_state_machine.cc",
"accelerators/accelerator_launcher_state_machine.h",
"accelerators/accelerator_lookup.cc",
"accelerators/accelerator_lookup.h",
"accelerators/accelerator_notifications.cc",
"accelerators/accelerator_notifications.h",
"accelerators/accelerator_prefs.cc",
"accelerators/accelerator_prefs.h",
"accelerators/accelerator_prefs_delegate.h",
"accelerators/accelerator_shift_disable_capslock_state_machine.cc",
"accelerators/accelerator_shift_disable_capslock_state_machine.h",
"accelerators/accelerator_table.cc",
"accelerators/accelerator_table.h",
"accelerators/accelerator_tracker.cc",
"accelerators/accelerator_tracker.h",
"accelerators/ash_accelerator_configuration.cc",
"accelerators/ash_accelerator_configuration.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/keyboard_code_util.cc",
"accelerators/keyboard_code_util.h",
"accelerators/magnifier_key_scroller.cc",
"accelerators/magnifier_key_scroller.h",
"accelerators/modifier_key_combo_recorder.cc",
"accelerators/modifier_key_combo_recorder.h",
"accelerators/pre_target_accelerator_handler.cc",
"accelerators/pre_target_accelerator_handler.h",
"accelerators/rapid_key_sequence_recorder.cc",
"accelerators/rapid_key_sequence_recorder.h",
"accelerators/shortcut_input_handler.cc",
"accelerators/shortcut_input_handler.h",
"accelerators/spoken_feedback_toggler.cc",
"accelerators/spoken_feedback_toggler.h",
"accelerators/suspend_state_machine.cc",
"accelerators/suspend_state_machine.h",
"accelerators/system_shortcut_behavior_policy.cc",
"accelerators/system_shortcut_behavior_policy.h",
"accelerators/tablet_volume_controller.cc",
"accelerators/tablet_volume_controller.h",
"accelerators/top_row_key_usage_recorder.cc",
"accelerators/top_row_key_usage_recorder.h",
"accelerometer/accel_gyro_samples_observer.cc",
"accelerometer/accel_gyro_samples_observer.h",
"accelerometer/accelerometer_constants.h",
"accelerometer/accelerometer_provider_mojo.cc",
"accelerometer/accelerometer_provider_mojo.h",
"accelerometer/accelerometer_reader.cc",
"accelerometer/accelerometer_reader.h",
"accelerometer/accelerometer_types.cc",
"accelerometer/accelerometer_types.h",
"accessibility/a11y_feature_type.h",
"accessibility/accessibility_controller.cc",
"accessibility/accessibility_controller.h",
"accessibility/accessibility_delegate.h",
"accessibility/accessibility_event_handler_manager.cc",
"accessibility/accessibility_event_handler_manager.h",
"accessibility/accessibility_notification_controller.cc",
"accessibility/accessibility_notification_controller.h",
"accessibility/accessibility_observer.h",
"accessibility/autoclick/autoclick_controller.cc",
"accessibility/autoclick/autoclick_controller.h",
"accessibility/autoclick/autoclick_drag_event_rewriter.cc",
"accessibility/autoclick/autoclick_drag_event_rewriter.h",
"accessibility/autoclick/autoclick_ring_handler.cc",
"accessibility/autoclick/autoclick_ring_handler.h",
"accessibility/autoclick/autoclick_scroll_position_handler.cc",
"accessibility/autoclick/autoclick_scroll_position_handler.h",
"accessibility/caption_bubble_context_ash.cc",
"accessibility/caption_bubble_context_ash.h",
"accessibility/chromevox/key_accessibility_enabler.cc",
"accessibility/chromevox/key_accessibility_enabler.h",
"accessibility/chromevox/spoken_feedback_enabler.cc",
"accessibility/chromevox/spoken_feedback_enabler.h",
"accessibility/chromevox/touch_accessibility_enabler.cc",
"accessibility/chromevox/touch_accessibility_enabler.h",
"accessibility/chromevox/touch_exploration_controller.cc",
"accessibility/chromevox/touch_exploration_controller.h",
"accessibility/chromevox/touch_exploration_manager.cc",
"accessibility/chromevox/touch_exploration_manager.h",
"accessibility/default_accessibility_delegate.cc",
"accessibility/default_accessibility_delegate.h",
"accessibility/disable_trackpad_event_rewriter.cc",
"accessibility/disable_trackpad_event_rewriter.h",
"accessibility/filter_keys_event_rewriter.cc",
"accessibility/filter_keys_event_rewriter.h",
"accessibility/flash_screen_controller.cc",
"accessibility/flash_screen_controller.h",
"accessibility/magnifier/docked_magnifier_controller.cc",
"accessibility/magnifier/docked_magnifier_controller.h",
"accessibility/magnifier/docked_magnifier_controller.h",
"accessibility/magnifier/fullscreen_magnifier_controller.cc",
"accessibility/magnifier/fullscreen_magnifier_controller.h",
"accessibility/magnifier/fullscreen_magnifier_controller.h",
"accessibility/magnifier/magnifier_glass.cc",
"accessibility/magnifier/magnifier_glass.h",
"accessibility/magnifier/magnifier_utils.cc",
"accessibility/magnifier/magnifier_utils.h",
"accessibility/magnifier/partial_magnifier_controller.cc",
"accessibility/magnifier/partial_magnifier_controller.h",
"accessibility/mouse_keys/mouse_keys_controller.cc",
"accessibility/mouse_keys/mouse_keys_controller.h",
"accessibility/scoped_a11y_override_window_setter.cc",
"accessibility/scoped_a11y_override_window_setter.h",
"accessibility/sticky_keys/sticky_keys_controller.cc",
"accessibility/sticky_keys/sticky_keys_controller.h",
"accessibility/sticky_keys/sticky_keys_overlay.cc",
"accessibility/sticky_keys/sticky_keys_overlay.h",
"accessibility/sticky_keys/sticky_keys_state.h",
"accessibility/switch_access/point_scan_controller.cc",
"accessibility/switch_access/point_scan_controller.h",
"accessibility/switch_access/point_scan_layer.cc",
"accessibility/switch_access/point_scan_layer.h",
"accessibility/switch_access/point_scan_layer_animation_info.cc",
"accessibility/switch_access/point_scan_layer_animation_info.h",
"accessibility/ui/accessibility_animation_one_shot.cc",
"accessibility/ui/accessibility_animation_one_shot.h",
"accessibility/ui/accessibility_confirmation_dialog.cc",
"accessibility/ui/accessibility_confirmation_dialog.h",
"accessibility/ui/accessibility_cursor_ring_layer.cc",
"accessibility/ui/accessibility_cursor_ring_layer.h",
"accessibility/ui/accessibility_focus_ring.cc",
"accessibility/ui/accessibility_focus_ring.h",
"accessibility/ui/accessibility_focus_ring_controller_impl.cc",
"accessibility/ui/accessibility_focus_ring_controller_impl.h",
"accessibility/ui/accessibility_focus_ring_group.cc",
"accessibility/ui/accessibility_focus_ring_group.h",
"accessibility/ui/accessibility_focus_ring_layer.cc",
"accessibility/ui/accessibility_focus_ring_layer.h",
"accessibility/ui/accessibility_highlight_controller.cc",
"accessibility/ui/accessibility_highlight_controller.h",
"accessibility/ui/accessibility_highlight_layer.cc",
"accessibility/ui/accessibility_highlight_layer.h",
"accessibility/ui/accessibility_layer.cc",
"accessibility/ui/accessibility_layer.h",
"accessibility/ui/accessibility_panel_layout_manager.cc",
"accessibility/ui/accessibility_panel_layout_manager.h",
"accessibility/ui/focus_ring_controller.cc",
"accessibility/ui/focus_ring_controller.h",
"accessibility/ui/focus_ring_layer.cc",
"accessibility/ui/focus_ring_layer.h",
"accessibility/ui/layer_animation_info.cc",
"accessibility/ui/layer_animation_info.h",
"ambient/ambient_access_token_controller.cc",
"ambient/ambient_access_token_controller.h",
"ambient/ambient_animation_ui_launcher.cc",
"ambient/ambient_animation_ui_launcher.h",
"ambient/ambient_backup_photo_downloader.cc",
"ambient/ambient_backup_photo_downloader.h",
"ambient/ambient_constants.h",
"ambient/ambient_controller.cc",
"ambient/ambient_controller.h",
"ambient/ambient_managed_photo_controller.cc",
"ambient/ambient_managed_photo_controller.h",
"ambient/ambient_managed_slideshow_ui_launcher.cc",
"ambient/ambient_managed_slideshow_ui_launcher.h",
"ambient/ambient_photo_cache.cc",
"ambient/ambient_photo_cache.h",
"ambient/ambient_photo_cache_settings.cc",
"ambient/ambient_photo_cache_settings.h",
"ambient/ambient_photo_controller.cc",
"ambient/ambient_photo_controller.h",
"ambient/ambient_slideshow_ui_launcher.cc",
"ambient/ambient_slideshow_ui_launcher.h",
"ambient/ambient_ui_launcher.cc",
"ambient/ambient_ui_launcher.h",
"ambient/ambient_ui_settings.cc",
"ambient/ambient_ui_settings.h",
"ambient/ambient_video_ui_launcher.cc",
"ambient/ambient_video_ui_launcher.h",
"ambient/ambient_view_delegate_impl.cc",
"ambient/ambient_view_delegate_impl.h",
"ambient/ambient_weather_controller.cc",
"ambient/ambient_weather_controller.h",
"ambient/autotest_ambient_api.cc",
"ambient/managed/screensaver_image_downloader.cc",
"ambient/managed/screensaver_image_downloader.h",
"ambient/managed/screensaver_images_policy_handler.cc",
"ambient/managed/screensaver_images_policy_handler.h",
"ambient/metrics/ambient_consumer_session_metrics_delegate.cc",
"ambient/metrics/ambient_consumer_session_metrics_delegate.h",
"ambient/metrics/ambient_metrics.cc",
"ambient/metrics/ambient_metrics.h",
"ambient/metrics/ambient_session_metrics_recorder.cc",
"ambient/metrics/ambient_session_metrics_recorder.h",
"ambient/metrics/managed_screensaver_metrics.cc",
"ambient/metrics/managed_screensaver_metrics.h",
"ambient/model/ambient_animation_attribution_provider.cc",
"ambient/model/ambient_animation_attribution_provider.h",
"ambient/model/ambient_animation_photo_config.cc",
"ambient/model/ambient_animation_photo_config.h",
"ambient/model/ambient_animation_photo_provider.cc",
"ambient/model/ambient_animation_photo_provider.h",
"ambient/model/ambient_backend_model.cc",
"ambient/model/ambient_backend_model.h",
"ambient/model/ambient_backend_model_observer.h",
"ambient/model/ambient_photo_config.cc",
"ambient/model/ambient_photo_config.h",
"ambient/model/ambient_slideshow_photo_config.cc",
"ambient/model/ambient_slideshow_photo_config.h",
"ambient/model/ambient_topic_queue.cc",
"ambient/model/ambient_topic_queue.h",
"ambient/model/ambient_topic_queue_animation_delegate.cc",
"ambient/model/ambient_topic_queue_animation_delegate.h",
"ambient/model/ambient_topic_queue_slideshow_delegate.cc",
"ambient/model/ambient_topic_queue_slideshow_delegate.h",
"ambient/model/ambient_weather_model.cc",
"ambient/model/ambient_weather_model.h",
"ambient/model/ambient_weather_model_observer.h",
"ambient/resources/ambient_animation_resource_constants.h",
"ambient/resources/ambient_animation_static_resources.h",
"ambient/resources/ambient_dlc_background_installer.cc",
"ambient/resources/ambient_dlc_background_installer.h",
"ambient/ui/ambient_animation_attribution_transformer.cc",
"ambient/ui/ambient_animation_attribution_transformer.h",
"ambient/ui/ambient_animation_background_color.cc",
"ambient/ui/ambient_animation_background_color.h",
"ambient/ui/ambient_animation_frame_rate_controller.cc",
"ambient/ui/ambient_animation_frame_rate_controller.h",
"ambient/ui/ambient_animation_frame_rate_schedule.cc",
"ambient/ui/ambient_animation_frame_rate_schedule.h",
"ambient/ui/ambient_animation_player.cc",
"ambient/ui/ambient_animation_player.h",
"ambient/ui/ambient_animation_progress_tracker.cc",
"ambient/ui/ambient_animation_progress_tracker.h",
"ambient/ui/ambient_animation_resizer.cc",
"ambient/ui/ambient_animation_resizer.h",
"ambient/ui/ambient_animation_shield_controller.cc",
"ambient/ui/ambient_animation_shield_controller.h",
"ambient/ui/ambient_animation_view.cc",
"ambient/ui/ambient_animation_view.h",
"ambient/ui/ambient_background_image_view.cc",
"ambient/ui/ambient_background_image_view.h",
"ambient/ui/ambient_container_view.cc",
"ambient/ui/ambient_container_view.h",
"ambient/ui/ambient_info_view.cc",
"ambient/ui/ambient_info_view.h",
"ambient/ui/ambient_shield_view.cc",
"ambient/ui/ambient_shield_view.h",
"ambient/ui/ambient_slideshow_peripheral_ui.cc",
"ambient/ui/ambient_slideshow_peripheral_ui.h",
"ambient/ui/ambient_video_view.cc",
"ambient/ui/ambient_video_view.h",
"ambient/ui/ambient_view_delegate.h",
"ambient/ui/ambient_view_ids.h",
"ambient/ui/glanceable_info_view.cc",
"ambient/ui/glanceable_info_view.h",
"ambient/ui/jitter_calculator.cc",
"ambient/ui/jitter_calculator.h",
"ambient/ui/media_string_view.cc",
"ambient/ui/media_string_view.h",
"ambient/ui/photo_view.cc",
"ambient/ui/photo_view.h",
"ambient/util/ambient_util.cc",
"ambient/util/ambient_util.h",
"ambient/util/time_of_day_utils.cc",
"ambient/util/time_of_day_utils.h",
"animation/animation_change_type.h",
"annotator/annotation_source_watcher.cc",
"annotator/annotation_source_watcher.h",
"annotator/annotation_tray.cc",
"annotator/annotation_tray.h",
"annotator/annotations_overlay_controller.cc",
"annotator/annotations_overlay_controller.h",
"annotator/annotator_controller.cc",
"annotator/annotator_controller.h",
"annotator/annotator_metrics.cc",
"annotator/annotator_metrics.h",
"api/tasks/tasks_client.h",
"api/tasks/tasks_controller.cc",
"api/tasks/tasks_controller.h",
"api/tasks/tasks_delegate.h",
"api/tasks/tasks_types.cc",
"api/tasks/tasks_types.h",
"app_list/app_list_public_test_util.cc",
"app_list/app_list_public_test_util.h",
"ash_element_identifiers.cc",
"ash_element_identifiers.h",
"ash_export.h",
"ash_interfaces.cc",
"ash_prefs.cc",
"assistant/assistant_alarm_timer_controller_impl.cc",
"assistant/assistant_alarm_timer_controller_impl.h",
"assistant/assistant_controller_impl.cc",
"assistant/assistant_controller_impl.h",
"assistant/assistant_interaction_controller_impl.cc",
"assistant/assistant_interaction_controller_impl.h",
"assistant/assistant_notification_controller_impl.cc",
"assistant/assistant_notification_controller_impl.h",
"assistant/assistant_notification_expiry_monitor.cc",
"assistant/assistant_notification_expiry_monitor.h",
"assistant/assistant_setup_controller.cc",
"assistant/assistant_setup_controller.h",
"assistant/assistant_state_controller.cc",
"assistant/assistant_state_controller.h",
"assistant/assistant_suggestions_controller_impl.cc",
"assistant/assistant_suggestions_controller_impl.h",
"assistant/assistant_ui_controller_impl.cc",
"assistant/assistant_ui_controller_impl.h",
"assistant/assistant_view_delegate_impl.cc",
"assistant/assistant_view_delegate_impl.h",
"assistant/assistant_web_ui_controller.cc",
"assistant/assistant_web_ui_controller.h",
"assistant/assistant_web_view_delegate_impl.cc",
"assistant/assistant_web_view_delegate_impl.h",
"auth/active_session_auth_controller_impl.cc",
"auth/active_session_auth_controller_impl.h",
"auth/active_session_auth_metrics_recorder.cc",
"auth/active_session_auth_metrics_recorder.h",
"auth/views/active_session_auth_view.cc",
"auth/views/active_session_auth_view.h",
"auth/views/auth_common.h",
"auth/views/auth_container_view.cc",
"auth/views/auth_container_view.h",
"auth/views/auth_header_view.cc",
"auth/views/auth_header_view.h",
"auth/views/auth_input_row_view.cc",
"auth/views/auth_input_row_view.h",
"auth/views/auth_textfield.cc",
"auth/views/auth_textfield.h",
"auth/views/auth_textfield_timer.cc",
"auth/views/auth_textfield_timer.h",
"auth/views/auth_view_utils.cc",
"auth/views/auth_view_utils.h",
"auth/views/fingerprint_view.cc",
"auth/views/fingerprint_view.h",
"auth/views/pin_container_view.cc",
"auth/views/pin_container_view.h",
"auth/views/pin_keyboard_input_bridge.cc",
"auth/views/pin_keyboard_input_bridge.h",
"auth/views/pin_keyboard_view.cc",
"auth/views/pin_keyboard_view.h",
"auth/views/pin_status_view.cc",
"auth/views/pin_status_view.h",
"autotest_private_api_utils.cc",
"birch/birch_client.h",
"birch/birch_coral_grouped_icon_image.cc",
"birch/birch_coral_grouped_icon_image.h",
"birch/birch_coral_provider.cc",
"birch/birch_coral_provider.h",
"birch/birch_data_provider.cc",
"birch/birch_data_provider.h",
"birch/birch_icon_cache.cc",
"birch/birch_icon_cache.h",
"birch/birch_item.cc",
"birch/birch_item.h",
"birch/birch_item_remover.cc",
"birch/birch_item_remover.h",
"birch/birch_model.cc",
"birch/birch_model.h",
"birch/birch_ranker.cc",
"birch/birch_ranker.h",
"birch/birch_weather_provider.cc",
"birch/birch_weather_provider.h",
"birch/coral_item_remover.cc",
"birch/coral_item_remover.h",
"bluetooth_devices_observer.cc",
"bluetooth_devices_observer.h",
"booting/booting_animation_controller.cc",
"booting/booting_animation_controller.h",
"booting/booting_animation_view.cc",
"booting/booting_animation_view.h",
"bubble/bubble_constants.h",
"bubble/bubble_event_filter.cc",
"bubble/bubble_event_filter.h",
"bubble/bubble_utils.cc",
"bubble/bubble_utils.h",
"bubble/simple_grid_layout.cc",
"bubble/simple_grid_layout.h",
"calendar/calendar_client.h",
"calendar/calendar_controller.cc",
"calendar/calendar_controller.h",
"cancel_mode.cc",
"cancel_mode.h",
"capture_mode/base_capture_mode_session.cc",
"capture_mode/base_capture_mode_session.h",
"capture_mode/camera_video_frame_renderer.cc",
"capture_mode/camera_video_frame_renderer.h",
"capture_mode/capture_button_view.cc",
"capture_mode/capture_button_view.h",
"capture_mode/capture_label_view.cc",
"capture_mode/capture_label_view.h",
"capture_mode/capture_mode_api.cc",
"capture_mode/capture_mode_ash_notification_view.cc",
"capture_mode/capture_mode_ash_notification_view.h",
"capture_mode/capture_mode_bar_view.cc",
"capture_mode/capture_mode_bar_view.h",
"capture_mode/capture_mode_behavior.cc",
"capture_mode/capture_mode_behavior.h",
"capture_mode/capture_mode_camera_controller.cc",
"capture_mode/capture_mode_camera_controller.h",
"capture_mode/capture_mode_camera_preview_view.cc",
"capture_mode/capture_mode_camera_preview_view.h",
"capture_mode/capture_mode_constants.h",
"capture_mode/capture_mode_controller.cc",
"capture_mode/capture_mode_controller.h",
"capture_mode/capture_mode_demo_tools_controller.cc",
"capture_mode/capture_mode_demo_tools_controller.h",
"capture_mode/capture_mode_education_controller.cc",
"capture_mode/capture_mode_education_controller.h",
"capture_mode/capture_mode_feature_pod_controller.cc",
"capture_mode/capture_mode_feature_pod_controller.h",
"capture_mode/capture_mode_menu_group.cc",
"capture_mode/capture_mode_menu_group.h",
"capture_mode/capture_mode_menu_toggle_button.cc",
"capture_mode/capture_mode_menu_toggle_button.h",
"capture_mode/capture_mode_metrics.cc",
"capture_mode/capture_mode_metrics.h",
"capture_mode/capture_mode_observer.h",
"capture_mode/capture_mode_session.cc",
"capture_mode/capture_mode_session.h",
"capture_mode/capture_mode_session_focus_cycler.cc",
"capture_mode/capture_mode_session_focus_cycler.h",
"capture_mode/capture_mode_settings_view.cc",
"capture_mode/capture_mode_settings_view.h",
"capture_mode/capture_mode_source_view.cc",
"capture_mode/capture_mode_source_view.h",
"capture_mode/capture_mode_toast_controller.cc",
"capture_mode/capture_mode_toast_controller.h",
"capture_mode/capture_mode_type_view.cc",
"capture_mode/capture_mode_type_view.h",
"capture_mode/capture_mode_types.h",
"capture_mode/capture_mode_util.cc",
"capture_mode/capture_mode_util.h",
"capture_mode/capture_window_observer.cc",
"capture_mode/capture_window_observer.h",
"capture_mode/folder_selection_dialog_controller.cc",
"capture_mode/folder_selection_dialog_controller.h",
"capture_mode/game_capture_bar_view.cc",
"capture_mode/game_capture_bar_view.h",
"capture_mode/key_combo_view.cc",
"capture_mode/key_combo_view.h",
"capture_mode/key_item_view.cc",
"capture_mode/key_item_view.h",
"capture_mode/normal_capture_bar_view.cc",
"capture_mode/normal_capture_bar_view.h",
"capture_mode/null_capture_mode_session.cc",
"capture_mode/null_capture_mode_session.h",
"capture_mode/pointer_highlight_layer.cc",
"capture_mode/pointer_highlight_layer.h",
"capture_mode/recording_type_menu_view.cc",
"capture_mode/recording_type_menu_view.h",
"capture_mode/search_results_panel.cc",
"capture_mode/search_results_panel.h",
"capture_mode/stop_recording_button_tray.cc",
"capture_mode/stop_recording_button_tray.h",
"capture_mode/sunfish_capture_bar_view.cc",
"capture_mode/sunfish_capture_bar_view.h",
"capture_mode/user_nudge_controller.cc",
"capture_mode/user_nudge_controller.h",
"capture_mode/video_recording_watcher.cc",
"capture_mode/video_recording_watcher.h",
"child_accounts/parent_access_controller_impl.cc",
"child_accounts/parent_access_controller_impl.h",
"clipboard/clipboard_history.cc",
"clipboard/clipboard_history.h",
"clipboard/clipboard_history_controller_delegate.cc",
"clipboard/clipboard_history_controller_delegate.h",
"clipboard/clipboard_history_controller_impl.cc",
"clipboard/clipboard_history_controller_impl.h",
"clipboard/clipboard_history_item.cc",
"clipboard/clipboard_history_item.h",
"clipboard/clipboard_history_menu_model_adapter.cc",
"clipboard/clipboard_history_menu_model_adapter.h",
"clipboard/clipboard_history_resource_manager.cc",
"clipboard/clipboard_history_resource_manager.h",
"clipboard/clipboard_history_url_title_fetcher.cc",
"clipboard/clipboard_history_url_title_fetcher.h",
"clipboard/clipboard_history_util.cc",
"clipboard/clipboard_history_util.h",
"clipboard/clipboard_nudge_constants.cc",
"clipboard/clipboard_nudge_constants.h",
"clipboard/clipboard_nudge_controller.cc",
"clipboard/clipboard_nudge_controller.h",
"clipboard/control_v_histogram_recorder.cc",
"clipboard/control_v_histogram_recorder.h",
"clipboard/scoped_clipboard_history_pause_impl.cc",
"clipboard/scoped_clipboard_history_pause_impl.h",
"clipboard/views/clipboard_history_bitmap_item_view.cc",
"clipboard/views/clipboard_history_bitmap_item_view.h",
"clipboard/views/clipboard_history_delete_button.cc",
"clipboard/views/clipboard_history_delete_button.h",
"clipboard/views/clipboard_history_item_view.cc",
"clipboard/views/clipboard_history_item_view.h",
"clipboard/views/clipboard_history_label.cc",
"clipboard/views/clipboard_history_label.h",
"clipboard/views/clipboard_history_main_button.cc",
"clipboard/views/clipboard_history_main_button.h",
"clipboard/views/clipboard_history_text_item_view.cc",
"clipboard/views/clipboard_history_text_item_view.h",
"clipboard/views/clipboard_history_view_constants.h",
"color_enhancement/color_enhancement_controller.cc",
"color_enhancement/color_enhancement_controller.h",
"controls/contextual_nudge.cc",
"controls/contextual_nudge.h",
"controls/contextual_tooltip.cc",
"controls/contextual_tooltip.h",
"controls/rounded_scroll_bar.cc",
"controls/rounded_scroll_bar.h",
"controls/scroll_view_gradient_helper.cc",
"controls/scroll_view_gradient_helper.h",
"curtain/remote_maintenance_curtain_view.cc",
"curtain/remote_maintenance_curtain_view.h",
"curtain/security_curtain_controller.cc",
"curtain/security_curtain_controller.h",
"curtain/security_curtain_controller_impl.cc",
"curtain/security_curtain_controller_impl.h",
"curtain/security_curtain_widget_controller.cc",
"curtain/security_curtain_widget_controller.h",
"curtain/session.cc",
"curtain/session.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/privacy_screen_service_provider.cc",
"dbus/privacy_screen_service_provider.h",
"dbus/url_handler_service_provider.cc",
"dbus/url_handler_service_provider.h",
"dbus/user_authentication_service_provider.cc",
"dbus/user_authentication_service_provider.h",
"debug.cc",
"debug.h",
"detachable_base/detachable_base_handler.cc",
"detachable_base/detachable_base_handler.h",
"detachable_base/detachable_base_notification_controller.cc",
"detachable_base/detachable_base_notification_controller.h",
"detachable_base/detachable_base_observer.h",
"detachable_base/detachable_base_pairing_status.h",
"display/cros_display_config.cc",
"display/cros_display_config.h",
"display/cursor_window_controller.cc",
"display/cursor_window_controller.h",
"display/display_alignment_controller.cc",
"display/display_alignment_controller.h",
"display/display_alignment_indicator.cc",
"display/display_alignment_indicator.h",
"display/display_animator.cc",
"display/display_animator.h",
"display/display_change_dialog.cc",
"display/display_change_dialog.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_highlight_controller.cc",
"display/display_highlight_controller.h",
"display/display_move_window_util.cc",
"display/display_move_window_util.h",
"display/display_performance_mode_controller.cc",
"display/display_performance_mode_controller.h",
"display/display_prefs.cc",
"display/display_prefs.h",
"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/privacy_screen_controller.cc",
"display/privacy_screen_controller.h",
"display/projecting_observer.cc",
"display/projecting_observer.h",
"display/refresh_rate_controller.cc",
"display/refresh_rate_controller.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_orientation_controller.h",
"display/screen_orientation_controller.h",
"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_capture_delegate.cc",
"drag_drop/drag_drop_capture_delegate.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_drop_util.cc",
"drag_drop/drag_drop_util.h",
"drag_drop/drag_image_view.cc",
"drag_drop/drag_image_view.h",
"drag_drop/scoped_drag_drop_observer.cc",
"drag_drop/scoped_drag_drop_observer.h",
"drag_drop/tab_drag_drop_delegate.cc",
"drag_drop/tab_drag_drop_delegate.h",
"drag_drop/tab_drag_drop_windows_hider.cc",
"drag_drop/tab_drag_drop_windows_hider.h",
"drag_drop/toplevel_window_drag_delegate.h",
"edusumer/graduation_prefs.cc",
"edusumer/graduation_prefs.h",
"edusumer/graduation_utils.cc",
"edusumer/graduation_utils.h",
"events/accessibility_event_rewriter.cc",
"events/accessibility_event_rewriter.h",
"events/event_rewriter_controller_impl.cc",
"events/event_rewriter_controller_impl.h",
"events/keyboard_driven_event_rewriter.cc",
"events/keyboard_driven_event_rewriter.h",
"events/peripheral_customization_event_rewriter.cc",
"events/peripheral_customization_event_rewriter.h",
"events/prerewritten_event_forwarder.cc",
"events/prerewritten_event_forwarder.h",
"events/select_to_speak_event_handler.cc",
"events/select_to_speak_event_handler.h",
"fast_ink/cursor/cursor_view.cc",
"fast_ink/cursor/cursor_view.h",
"fast_ink/fast_ink_host.cc",
"fast_ink/fast_ink_host.h",
"fast_ink/fast_ink_host_frame_utils.cc",
"fast_ink/fast_ink_host_frame_utils.h",
"fast_ink/fast_ink_pointer_controller.cc",
"fast_ink/fast_ink_pointer_controller.h",
"fast_ink/fast_ink_points.cc",
"fast_ink/fast_ink_points.h",
"fast_ink/fast_ink_view.cc",
"fast_ink/fast_ink_view.h",
"fast_ink/laser/laser_pointer_controller.cc",
"fast_ink/laser/laser_pointer_controller.h",
"fast_ink/laser/laser_pointer_view.cc",
"fast_ink/laser/laser_pointer_view.h",
"fast_ink/laser/laser_segment_utils.cc",
"fast_ink/laser/laser_segment_utils.h",
"fast_ink/view_tree_host_root_view.cc",
"fast_ink/view_tree_host_root_view.h",
"fast_ink/view_tree_host_root_view_frame_factory.cc",
"fast_ink/view_tree_host_root_view_frame_factory.h",
"fast_ink/view_tree_host_widget.cc",
"fast_ink/view_tree_host_widget.h",
"focus_cycler.cc",
"focus_cycler.h",
"frame/frame_context_menu_controller.cc",
"frame/frame_context_menu_controller.h",
"frame/multitask_menu_nudge_delegate_ash.cc",
"frame/multitask_menu_nudge_delegate_ash.h",
"frame/non_client_frame_view_ash.cc",
"frame/non_client_frame_view_ash.h",
"frame/snap_controller_impl.cc",
"frame/snap_controller_impl.h",
"frame/wide_frame_view.cc",
"frame/wide_frame_view.h",
"frame_sink/frame_sink_holder.cc",
"frame_sink/frame_sink_holder.h",
"frame_sink/frame_sink_host.cc",
"frame_sink/frame_sink_host.h",
"frame_sink/ui_resource.cc",
"frame_sink/ui_resource.h",
"frame_sink/ui_resource_manager.cc",
"frame_sink/ui_resource_manager.h",
"frame_throttler/frame_throttling_controller.cc",
"frame_throttler/frame_throttling_controller.h",
"frame_throttler/frame_throttling_observer.h",
"game_dashboard/game_dashboard_battery_view.cc",
"game_dashboard/game_dashboard_battery_view.h",
"game_dashboard/game_dashboard_button.cc",
"game_dashboard/game_dashboard_button.h",
"game_dashboard/game_dashboard_button_reveal_controller.cc",
"game_dashboard/game_dashboard_button_reveal_controller.h",
"game_dashboard/game_dashboard_constants.h",
"game_dashboard/game_dashboard_context.cc",
"game_dashboard/game_dashboard_context.h",
"game_dashboard/game_dashboard_controller.cc",
"game_dashboard/game_dashboard_controller.h",
"game_dashboard/game_dashboard_delegate.h",
"game_dashboard/game_dashboard_main_menu_cursor_handler.cc",
"game_dashboard/game_dashboard_main_menu_cursor_handler.h",
"game_dashboard/game_dashboard_main_menu_view.cc",
"game_dashboard/game_dashboard_main_menu_view.h",
"game_dashboard/game_dashboard_metrics.cc",
"game_dashboard/game_dashboard_metrics.h",
"game_dashboard/game_dashboard_toolbar_view.cc",
"game_dashboard/game_dashboard_toolbar_view.h",
"game_dashboard/game_dashboard_utils.cc",
"game_dashboard/game_dashboard_utils.h",
"game_dashboard/game_dashboard_welcome_dialog.cc",
"game_dashboard/game_dashboard_welcome_dialog.h",
"glanceables/classroom/glanceables_classroom_client.h",
"glanceables/classroom/glanceables_classroom_item_view.cc",
"glanceables/classroom/glanceables_classroom_item_view.h",
"glanceables/classroom/glanceables_classroom_student_view.cc",
"glanceables/classroom/glanceables_classroom_student_view.h",
"glanceables/classroom/glanceables_classroom_types.cc",
"glanceables/classroom/glanceables_classroom_types.h",
"glanceables/common/glanceables_contents_scroll_view.cc",
"glanceables/common/glanceables_contents_scroll_view.h",
"glanceables/common/glanceables_list_footer_view.cc",
"glanceables/common/glanceables_list_footer_view.h",
"glanceables/common/glanceables_progress_bar_view.cc",
"glanceables/common/glanceables_progress_bar_view.h",
"glanceables/common/glanceables_time_management_bubble_view.cc",
"glanceables/common/glanceables_time_management_bubble_view.h",
"glanceables/common/glanceables_util.cc",
"glanceables/common/glanceables_util.h",
"glanceables/common/glanceables_view_id.h",
"glanceables/glanceables_controller.cc",
"glanceables/glanceables_controller.h",
"glanceables/glanceables_metrics.cc",
"glanceables/glanceables_metrics.h",
"glanceables/post_login_glanceables_metrics_recorder.cc",
"glanceables/post_login_glanceables_metrics_recorder.h",
"glanceables/tasks/glanceables_task_view.cc",
"glanceables/tasks/glanceables_task_view.h",
"glanceables/tasks/glanceables_tasks_combobox_model.cc",
"glanceables/tasks/glanceables_tasks_combobox_model.h",
"glanceables/tasks/glanceables_tasks_error_type.h",
"glanceables/tasks/glanceables_tasks_view.cc",
"glanceables/tasks/glanceables_tasks_view.h",
"host/ash_window_tree_host.cc",
"host/ash_window_tree_host.h",
"host/ash_window_tree_host_delegate.h",
"host/ash_window_tree_host_init_params.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",
"hud_display/ash_tracing_handler.cc",
"hud_display/ash_tracing_handler.h",
"hud_display/ash_tracing_manager.cc",
"hud_display/ash_tracing_manager.h",
"hud_display/ash_tracing_request.cc",
"hud_display/ash_tracing_request.h",
"hud_display/cpu_graph_page_view.cc",
"hud_display/cpu_graph_page_view.h",
"hud_display/cpu_stats.cc",
"hud_display/cpu_stats.h",
"hud_display/data_source.cc",
"hud_display/data_source.h",
"hud_display/fps_graph_page_view.cc",
"hud_display/fps_graph_page_view.h",
"hud_display/graph.cc",
"hud_display/graph.h",
"hud_display/graph_page_view_base.cc",
"hud_display/graph_page_view_base.h",
"hud_display/graphs_container_view.cc",
"hud_display/graphs_container_view.h",
"hud_display/hud_constants.h",
"hud_display/hud_display.cc",
"hud_display/hud_display.h",
"hud_display/hud_header_view.cc",
"hud_display/hud_header_view.h",
"hud_display/hud_properties.cc",
"hud_display/hud_properties.h",
"hud_display/hud_settings_view.cc",
"hud_display/hud_settings_view.h",
"hud_display/legend.cc",
"hud_display/legend.h",
"hud_display/memory_graph_page_view.cc",
"hud_display/memory_graph_page_view.h",
"hud_display/memory_status.cc",
"hud_display/memory_status.h",
"hud_display/reference_lines.cc",
"hud_display/reference_lines.h",
"hud_display/solid_source_background.cc",
"hud_display/solid_source_background.h",
"hud_display/tab_strip.cc",
"hud_display/tab_strip.h",
"ime/ime_controller_impl.cc",
"ime/ime_controller_impl.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/arc/arc_virtual_keyboard_container_layout_manager.cc",
"keyboard/arc/arc_virtual_keyboard_container_layout_manager.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",
"lobster/lobster_candidate_store.cc",
"lobster/lobster_candidate_store.h",
"lobster/lobster_controller.cc",
"lobster/lobster_controller.h",
"lobster/lobster_image_actuator.cc",
"lobster/lobster_image_actuator.h",
"lobster/lobster_session_impl.cc",
"lobster/lobster_session_impl.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/security_token_request_controller.cc",
"login/security_token_request_controller.h",
"login/ui/access_code_input.cc",
"login/ui/access_code_input.h",
"login/ui/animated_auth_factors_label_wrapper.cc",
"login/ui/animated_auth_factors_label_wrapper.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/auth_error_bubble.cc",
"login/ui/auth_error_bubble.h",
"login/ui/auth_factor_model.cc",
"login/ui/auth_factor_model.h",
"login/ui/auth_icon_view.cc",
"login/ui/auth_icon_view.h",
"login/ui/auth_panel_debug_view.cc",
"login/ui/auth_panel_debug_view.h",
"login/ui/bottom_status_indicator.cc",
"login/ui/bottom_status_indicator.h",
"login/ui/disabled_auth_message_view.cc",
"login/ui/disabled_auth_message_view.h",
"login/ui/fingerprint_auth_factor_model.cc",
"login/ui/fingerprint_auth_factor_model.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/kiosk_app_default_message.cc",
"login/ui/kiosk_app_default_message.h",
"login/ui/local_authentication_request_controller_impl.cc",
"login/ui/local_authentication_request_controller_impl.h",
"login/ui/local_authentication_request_view.cc",
"login/ui/local_authentication_request_view.h",
"login/ui/local_authentication_request_widget.cc",
"login/ui/local_authentication_request_widget.h",
"login/ui/lock_contents_view.cc",
"login/ui/lock_contents_view.h",
"login/ui/lock_contents_view_constants.h",
"login/ui/lock_contents_view_test_api.cc",
"login/ui/lock_contents_view_test_api.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_view.cc",
"login/ui/lock_screen_media_view.h",
"login/ui/locked_tpm_message_view.cc",
"login/ui/locked_tpm_message_view.h",
"login/ui/login_arrow_navigation_delegate.cc",
"login/ui/login_arrow_navigation_delegate.h",
"login/ui/login_auth_factors_view.cc",
"login/ui/login_auth_factors_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_camera_timeout_view.cc",
"login/ui/login_camera_timeout_view.h",
"login/ui/login_constants.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_password_view.cc",
"login/ui/login_password_view.h",
"login/ui/login_pin_input_view.cc",
"login/ui/login_pin_input_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_remove_account_dialog.cc",
"login/ui/login_remove_account_dialog.h",
"login/ui/login_tooltip_view.cc",
"login/ui/login_tooltip_view.h",
"login/ui/login_user_view.cc",
"login/ui/login_user_view.h",
"login/ui/management_bubble.cc",
"login/ui/management_bubble.h",
"login/ui/management_disclosure_view.cc",
"login/ui/management_disclosure_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/pin_request_view.cc",
"login/ui/pin_request_view.h",
"login/ui/pin_request_widget.cc",
"login/ui/pin_request_widget.h",
"login/ui/pin_status_message_view.cc",
"login/ui/pin_status_message_view.h",
"login/ui/public_account_menu_view.cc",
"login/ui/public_account_menu_view.h",
"login/ui/public_account_monitoring_info_dialog.cc",
"login/ui/public_account_monitoring_info_dialog.h",
"login/ui/scrollable_users_list_view.cc",
"login/ui/scrollable_users_list_view.h",
"login/ui/smart_lock_auth_factor_model.cc",
"login/ui/smart_lock_auth_factor_model.h",
"login/ui/user_state.cc",
"login/ui/user_state.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",
"media/media_controller_impl.cc",
"media/media_controller_impl.h",
"metrics/deferred_metrics_reporter.cc",
"metrics/deferred_metrics_reporter.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/feature_discovery_duration_reporter_impl.cc",
"metrics/feature_discovery_duration_reporter_impl.h",
"metrics/histogram_macros.cc",
"metrics/histogram_macros.h",
"metrics/login_metrics_recorder.cc",
"metrics/login_metrics_recorder.h",
"metrics/login_unlock_throughput_recorder.cc",
"metrics/login_unlock_throughput_recorder.h",
"metrics/pip_uma.h",
"metrics/pointer_metrics_recorder.cc",
"metrics/pointer_metrics_recorder.h",
"metrics/post_login_event_observer.h",
"metrics/post_login_metrics_recorder.cc",
"metrics/post_login_metrics_recorder.h",
"metrics/stylus_metrics_recorder.cc",
"metrics/stylus_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/touch_usage_metrics_recorder.cc",
"metrics/touch_usage_metrics_recorder.h",
"metrics/ui_metrics_recorder.cc",
"metrics/ui_metrics_recorder.h",
"metrics/unlock_throughput_recorder.cc",
"metrics/unlock_throughput_recorder.h",
"metrics/user_metrics_recorder.cc",
"metrics/user_metrics_recorder.h",
"metrics/wm_feature_metrics_recorder.cc",
"metrics/wm_feature_metrics_recorder.h",
"multi_capture/multi_capture_service_client.cc",
"multi_capture/multi_capture_service_client.h",
"multi_device_setup/multi_device_notification_presenter.cc",
"multi_device_setup/multi_device_notification_presenter.h",
"multi_user/multi_user_window_manager_impl.cc",
"multi_user/multi_user_window_manager_impl.h",
"multi_user/user_switch_animator.cc",
"multi_user/user_switch_animator.h",
"picker/metrics/picker_feature_usage_metrics.cc",
"picker/metrics/picker_feature_usage_metrics.h",
"picker/metrics/picker_performance_metrics.cc",
"picker/metrics/picker_performance_metrics.h",
"picker/metrics/picker_session_metrics.cc",
"picker/metrics/picker_session_metrics.h",
"picker/model/picker_action_type.h",
"picker/model/picker_caps_lock_position.h",
"picker/model/picker_emoji_history_model.cc",
"picker/model/picker_emoji_history_model.h",
"picker/model/picker_emoji_suggester.cc",
"picker/model/picker_emoji_suggester.h",
"picker/model/picker_mode_type.h",
"picker/model/picker_model.cc",
"picker/model/picker_model.h",
"picker/model/picker_search_results_section.cc",
"picker/model/picker_search_results_section.h",
"picker/picker_action_on_next_focus_request.cc",
"picker/picker_action_on_next_focus_request.h",
"picker/picker_asset_fetcher.h",
"picker/picker_asset_fetcher_impl.cc",
"picker/picker_asset_fetcher_impl.h",
"picker/picker_asset_fetcher_impl_delegate.h",
"picker/picker_caps_lock_bubble_controller.cc",
"picker/picker_caps_lock_bubble_controller.h",
"picker/picker_clipboard_history_provider.cc",
"picker/picker_clipboard_history_provider.h",
"picker/picker_clipboard_insertion.cc",
"picker/picker_clipboard_insertion.h",
"picker/picker_controller.cc",
"picker/picker_controller.h",
"picker/picker_copy_media.cc",
"picker/picker_copy_media.h",
"picker/picker_insert_media.cc",
"picker/picker_insert_media.h",
"picker/picker_insert_media_request.cc",
"picker/picker_insert_media_request.h",
"picker/picker_paste_request.cc",
"picker/picker_paste_request.h",
"picker/picker_rich_media.cc",
"picker/picker_rich_media.h",
"picker/picker_shortcuts.cc",
"picker/picker_shortcuts.h",
"picker/picker_suggestions_controller.cc",
"picker/picker_suggestions_controller.h",
"picker/picker_transform_case.cc",
"picker/picker_transform_case.h",
"picker/search/picker_action_search.cc",
"picker/search/picker_action_search.h",
"picker/search/picker_date_search.cc",
"picker/search/picker_date_search.h",
"picker/search/picker_editor_search.cc",
"picker/search/picker_editor_search.h",
"picker/search/picker_math_search.cc",
"picker/search/picker_math_search.h",
"picker/search/picker_search_aggregator.cc",
"picker/search/picker_search_aggregator.h",
"picker/search/picker_search_controller.cc",
"picker/search/picker_search_controller.h",
"picker/search/picker_search_debouncer.cc",
"picker/search/picker_search_debouncer.h",
"picker/search/picker_search_request.cc",
"picker/search/picker_search_request.h",
"picker/search/picker_search_source.h",
"picker/views/picker_async_preview_image_view.cc",
"picker/views/picker_async_preview_image_view.h",
"picker/views/picker_badge_view.cc",
"picker/views/picker_badge_view.h",
"picker/views/picker_bubble_event_filter.cc",
"picker/views/picker_bubble_event_filter.h",
"picker/views/picker_caps_lock_state_view.cc",
"picker/views/picker_caps_lock_state_view.h",
"picker/views/picker_category_type.cc",
"picker/views/picker_category_type.h",
"picker/views/picker_contents_view.cc",
"picker/views/picker_contents_view.h",
"picker/views/picker_emoji_bar_view.cc",
"picker/views/picker_emoji_bar_view.h",
"picker/views/picker_emoji_bar_view_delegate.h",
"picker/views/picker_emoji_item_view.cc",
"picker/views/picker_emoji_item_view.h",
"picker/views/picker_feature_tour.cc",
"picker/views/picker_feature_tour.h",
"picker/views/picker_focus_indicator.cc",
"picker/views/picker_focus_indicator.h",
"picker/views/picker_gif_view.cc",
"picker/views/picker_gif_view.h",
"picker/views/picker_icons.cc",
"picker/views/picker_icons.h",
"picker/views/picker_image_item_grid_view.cc",
"picker/views/picker_image_item_grid_view.h",
"picker/views/picker_image_item_row_view.cc",
"picker/views/picker_image_item_row_view.h",
"picker/views/picker_image_item_view.cc",
"picker/views/picker_image_item_view.h",
"picker/views/picker_item_view.cc",
"picker/views/picker_item_view.h",
"picker/views/picker_item_with_submenu_view.cc",
"picker/views/picker_item_with_submenu_view.h",
"picker/views/picker_key_event_handler.cc",
"picker/views/picker_key_event_handler.h",
"picker/views/picker_list_item_container_view.cc",
"picker/views/picker_list_item_container_view.h",
"picker/views/picker_list_item_view.cc",
"picker/views/picker_list_item_view.h",
"picker/views/picker_main_container_view.cc",
"picker/views/picker_main_container_view.h",
"picker/views/picker_page_view.cc",
"picker/views/picker_page_view.h",
"picker/views/picker_positioning.cc",
"picker/views/picker_positioning.h",
"picker/views/picker_preview_bubble.cc",
"picker/views/picker_preview_bubble.h",
"picker/views/picker_preview_bubble_controller.cc",
"picker/views/picker_preview_bubble_controller.h",
"picker/views/picker_preview_metadata.cc",
"picker/views/picker_preview_metadata.h",
"picker/views/picker_pseudo_focus.cc",
"picker/views/picker_pseudo_focus.h",
"picker/views/picker_pseudo_focus_handler.h",
"picker/views/picker_search_bar_textfield.cc",
"picker/views/picker_search_bar_textfield.h",
"picker/views/picker_search_field_view.cc",
"picker/views/picker_search_field_view.h",
"picker/views/picker_search_results_view.cc",
"picker/views/picker_search_results_view.h",
"picker/views/picker_search_results_view_delegate.h",
"picker/views/picker_section_list_view.cc",
"picker/views/picker_section_list_view.h",
"picker/views/picker_section_view.cc",
"picker/views/picker_section_view.h",
"picker/views/picker_shortcut_hint_view.cc",
"picker/views/picker_shortcut_hint_view.h",
"picker/views/picker_skeleton_loader_view.cc",
"picker/views/picker_skeleton_loader_view.h",
"picker/views/picker_strings.cc",
"picker/views/picker_strings.h",
"picker/views/picker_style.h",
"picker/views/picker_submenu_controller.cc",
"picker/views/picker_submenu_controller.h",
"picker/views/picker_submenu_view.cc",
"picker/views/picker_submenu_view.h",
"picker/views/picker_traversable_item_container.h",
"picker/views/picker_view.cc",
"picker/views/picker_view.h",
"picker/views/picker_view_delegate.h",
"picker/views/picker_widget.cc",
"picker/views/picker_widget.h",
"picker/views/picker_zero_state_view.cc",
"picker/views/picker_zero_state_view.h",
"picker/views/picker_zero_state_view_delegate.h",
"policy/policy_recommendation_restorer.cc",
"policy/policy_recommendation_restorer.h",
"power/hid_battery_util.cc",
"power/hid_battery_util.h",
"projector/model/projector_session_impl.cc",
"projector/model/projector_session_impl.h",
"projector/projector_controller_impl.cc",
"projector/projector_controller_impl.h",
"projector/projector_metadata_controller.cc",
"projector/projector_metadata_controller.h",
"projector/projector_metadata_model.cc",
"projector/projector_metadata_model.h",
"projector/projector_metrics.cc",
"projector/projector_metrics.h",
"projector/projector_ui_controller.cc",
"projector/projector_ui_controller.h",
"projector/ui/projector_button.cc",
"projector/ui/projector_button.h",
"projector/ui/projector_color_button.cc",
"projector/ui/projector_color_button.h",
"user_education/user_education_class_properties.cc",
"user_education/user_education_class_properties.h",
"user_education/user_education_controller.cc",
"user_education/user_education_controller.h",
"user_education/user_education_delegate.h",
"user_education/user_education_feature_controller.cc",
"user_education/user_education_feature_controller.h",
"user_education/user_education_help_bubble_controller.cc",
"user_education/user_education_help_bubble_controller.h",
"user_education/user_education_private_api_key.h",
"user_education/user_education_tutorial_controller.cc",
"user_education/user_education_tutorial_controller.h",
"user_education/user_education_types.cc",
"user_education/user_education_types.h",
"user_education/user_education_util.cc",
"user_education/user_education_util.h",
"user_education/views/help_bubble_factory_views_ash.cc",
"user_education/views/help_bubble_factory_views_ash.h",
"user_education/views/help_bubble_view_ash.cc",
"user_education/views/help_bubble_view_ash.h",
"user_education/welcome_tour/welcome_tour_accelerator_handler.cc",
"user_education/welcome_tour/welcome_tour_accelerator_handler.h",
"user_education/welcome_tour/welcome_tour_controller.cc",
"user_education/welcome_tour/welcome_tour_controller.h",
"user_education/welcome_tour/welcome_tour_controller_observer.h",
"user_education/welcome_tour/welcome_tour_dialog.cc",
"user_education/welcome_tour/welcome_tour_dialog.h",
"user_education/welcome_tour/welcome_tour_metrics.cc",
"user_education/welcome_tour/welcome_tour_metrics.h",
"user_education/welcome_tour/welcome_tour_notification_blocker.cc",
"user_education/welcome_tour/welcome_tour_notification_blocker.h",
"user_education/welcome_tour/welcome_tour_prefs.cc",
"user_education/welcome_tour/welcome_tour_prefs.h",
"user_education/welcome_tour/welcome_tour_scrim.cc",
"user_education/welcome_tour/welcome_tour_scrim.h",
"user_education/welcome_tour/welcome_tour_window_minimizer.cc",
"user_education/welcome_tour/welcome_tour_window_minimizer.h",
"wm/multi_display/persistent_window_controller.cc",
"wm/multi_display/persistent_window_controller.h",
"wm/multi_display/persistent_window_info.cc",
"wm/multi_display/persistent_window_info.h",
# These headers declare functions that are implemented inside of //ash, so
# they cannot live in //ash/public/cpp/BUILD.gn. The "test api" files are
# not in the test_support target because they are used in production by the
# autotest extension API.
"public/ash_interfaces.h",
"public/cpp/ash_prefs.h",
"public/cpp/autotest_ambient_api.h",
"public/cpp/autotest_desks_api.h",
"public/cpp/autotest_private_api_utils.h",
"public/cpp/capture_mode/capture_mode_api.h",
"public/cpp/debug_utils.h",
"public/cpp/event_rewriter_controller.h",
"public/cpp/multi_user_window_manager.h",
"public/cpp/multi_user_window_manager_delegate.h",
"public/cpp/overview_test_api.h",
"public/cpp/shelf_config.h",
"public/cpp/shelf_test_api.h",
"public/cpp/split_view_test_api.h",
"public/cpp/system_tray.h",
"public/cpp/window_finder.h",
"public/cpp/window_tree_host_lookup.h",
"rgb_keyboard/histogram_util.cc",
"rgb_keyboard/histogram_util.h",
"rgb_keyboard/rgb_keyboard_manager.cc",
"rgb_keyboard/rgb_keyboard_manager.h",
"rgb_keyboard/rgb_keyboard_manager_observer.h",
"rgb_keyboard/rgb_keyboard_util.cc",
"rgb_keyboard/rgb_keyboard_util.h",
"root_window_controller.cc",
"root_window_controller.h",
"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.h",
"rotator/screen_rotation_animator_observer.h",
"rotator/screen_rotation_animator_observer.h",
"rotator/window_rotation.cc",
"rotator/window_rotation.h",
"rounded_display/rounded_display_frame_factory.cc",
"rounded_display/rounded_display_frame_factory.h",
"rounded_display/rounded_display_gutter.cc",
"rounded_display/rounded_display_gutter.h",
"rounded_display/rounded_display_gutter_factory.cc",
"rounded_display/rounded_display_gutter_factory.h",
"rounded_display/rounded_display_host.cc",
"rounded_display/rounded_display_host.h",
"rounded_display/rounded_display_provider.cc",
"rounded_display/rounded_display_provider.h",
"scalable_iph/scalable_iph_ash_notification_view.cc",
"scalable_iph/scalable_iph_ash_notification_view.h",
"scalable_iph/wallpaper_ash_notification_view.cc",
"scalable_iph/wallpaper_ash_notification_view.h",
"screen_util.cc",
"screen_util.h",
"sensor_info/sensor_provider.cc",
"sensor_info/sensor_provider.h",
"sensor_info/sensor_types.cc",
"sensor_info/sensor_types.h",
"session/fullscreen_controller.cc",
"session/fullscreen_controller.h",
"session/fullscreen_notification_bubble.cc",
"session/fullscreen_notification_bubble.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_controller_impl.h",
"session/session_controller_impl.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/desk_button_widget.cc",
"shelf/desk_button_widget.h",
"shelf/drag_handle.cc",
"shelf/drag_handle.h",
"shelf/drag_window_from_shelf_controller.cc",
"shelf/drag_window_from_shelf_controller.h",
"shelf/home_button.cc",
"shelf/home_button.h",
"shelf/home_button_controller.cc",
"shelf/home_button_controller.h",
"shelf/home_to_overview_nudge_controller.cc",
"shelf/home_to_overview_nudge_controller.h",
"shelf/hotseat_transition_animator.cc",
"shelf/hotseat_transition_animator.h",
"shelf/hotseat_widget.cc",
"shelf/hotseat_widget.h",
"shelf/in_app_to_home_nudge_controller.cc",
"shelf/in_app_to_home_nudge_controller.h",
"shelf/kiosk_app_instruction_bubble.cc",
"shelf/kiosk_app_instruction_bubble.h",
"shelf/kiosk_apps_button.cc",
"shelf/kiosk_apps_button.h",
"shelf/launcher_nudge_controller.cc",
"shelf/launcher_nudge_controller.h",
"shelf/login_shelf_button.cc",
"shelf/login_shelf_button.h",
"shelf/login_shelf_view.cc",
"shelf/login_shelf_view.h",
"shelf/login_shelf_widget.cc",
"shelf/login_shelf_widget.h",
"shelf/scroll_arrow_view.cc",
"shelf/scroll_arrow_view.h",
"shelf/scrollable_shelf_constants.cc",
"shelf/scrollable_shelf_constants.h",
"shelf/scrollable_shelf_view.cc",
"shelf/scrollable_shelf_view.h",
"shelf/shelf.cc",
"shelf/shelf.h",
"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.cc",
"shelf/shelf_button_delegate.h",
"shelf/shelf_button_pressed_metric_tracker.cc",
"shelf/shelf_button_pressed_metric_tracker.h",
"shelf/shelf_component.h",
"shelf/shelf_config.cc",
"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_metrics.h",
"shelf/shelf_navigation_widget.cc",
"shelf/shelf_navigation_widget.h",
"shelf/shelf_observer.h",
"shelf/shelf_shutdown_confirmation_bubble.cc",
"shelf/shelf_shutdown_confirmation_bubble.h",
"shelf/shelf_test_api.cc",
"shelf/shelf_tooltip_bubble.cc",
"shelf/shelf_tooltip_bubble.h",
"shelf/shelf_tooltip_delegate.h",
"shelf/shelf_tooltip_manager.cc",
"shelf/shelf_tooltip_manager.h",
"shelf/shelf_view.cc",
"shelf/shelf_view.h",
"shelf/shelf_widget.cc",
"shelf/shelf_widget.h",
"shelf/shelf_window_targeter.cc",
"shelf/shelf_window_targeter.h",
"shelf/shelf_window_watcher.cc",
"shelf/shelf_window_watcher.h",
"shelf/shelf_window_watcher_item_delegate.cc",
"shelf/shelf_window_watcher_item_delegate.h",
"shelf/swipe_home_to_overview_controller.cc",
"shelf/swipe_home_to_overview_controller.h",
"shelf/window_preview.cc",
"shelf/window_preview.h",
"shelf/window_scale_animation.cc",
"shelf/window_scale_animation.h",
"shell.cc",
"shell.h",
"shell_delegate.cc",
"shell_delegate.h",
"shell_init_params.cc",
"shell_init_params.h",
"shell_observer.h",
"shell_tab_handler.cc",
"shell_tab_handler.h",
"shutdown_controller_impl.cc",
"shutdown_controller_impl.h",
"shutdown_reason.cc",
"shutdown_reason.h",
"style/ash_color_mixer.cc",
"style/ash_color_mixer.h",
"style/ash_color_provider.cc",
"style/ash_color_provider.h",
"style/ash_color_provider_source.cc",
"style/ash_color_provider_source.h",
"style/blurred_background_shield.cc",
"style/blurred_background_shield.h",
"style/checkbox.cc",
"style/checkbox.h",
"style/checkbox_group.cc",
"style/checkbox_group.h",
"style/close_button.cc",
"style/close_button.h",
"style/color_palette_controller.cc",
"style/color_palette_controller.h",
"style/color_util.cc",
"style/color_util.h",
"style/combobox.cc",
"style/combobox.h",
"style/counter_expand_button.cc",
"style/counter_expand_button.h",
"style/dark_light_mode_controller_impl.cc",
"style/dark_light_mode_controller_impl.h",
"style/dot_indicator.cc",
"style/dot_indicator.h",
"style/drop_down_checkbox.cc",
"style/drop_down_checkbox.h",
"style/error_message_toast.cc",
"style/error_message_toast.h",
"style/harmonized_colors.cc",
"style/harmonized_colors.h",
"style/icon_button.cc",
"style/icon_button.h",
"style/keyboard_shortcut_view.cc",
"style/keyboard_shortcut_view.h",
"style/option_button_base.cc",
"style/option_button_base.h",
"style/option_button_group.cc",
"style/option_button_group.h",
"style/pagination_view.cc",
"style/pagination_view.h",
"style/pill_button.cc",
"style/pill_button.h",
"style/radio_button.cc",
"style/radio_button.h",
"style/radio_button_group.cc",
"style/radio_button_group.h",
"style/rounded_container.cc",
"style/rounded_container.h",
"style/rounded_label.cc",
"style/rounded_label.h",
"style/rounded_label_widget.cc",
"style/rounded_label_widget.h",
"style/rounded_rect_cutout_path_builder.cc",
"style/rounded_rect_cutout_path_builder.h",
"style/sparkle_colors.cc",
"style/sparkle_colors.h",
"style/style_util.cc",
"style/style_util.h",
"style/style_viewer/checkbox_group_instances_grid_view_factory.cc",
"style/style_viewer/checkbox_instances_grid_view_factory.cc",
"style/style_viewer/combobox_instances_grid_view_factory.cc",
"style/style_viewer/cutout_instances_grid_view_factory.cc",
"style/style_viewer/icon_button_instances_grid_view_factory.cc",
"style/style_viewer/pagination_instances_grid_view_factory.cc",
"style/style_viewer/pill_button_instances_grid_view_factory.cc",
"style/style_viewer/radio_button_group_instances_grid_view_factory.cc",
"style/style_viewer/radio_button_instances_grid_view_factory.cc",
"style/style_viewer/switch_instances_grid_view_factory.cc",
"style/style_viewer/system_text_instances_grid_view_factory.cc",
"style/style_viewer/system_ui_components_grid_view.cc",
"style/style_viewer/system_ui_components_grid_view.h",
"style/style_viewer/system_ui_components_grid_view_factories.h",
"style/style_viewer/system_ui_components_style_viewer_view.cc",
"style/style_viewer/system_ui_components_style_viewer_view.h",
"style/style_viewer/tab_slider_instances_grid_view_factory.cc",
"style/style_viewer/typography_instances_grid_view_factory.cc",
"style/switch.cc",
"style/switch.h",
"style/system_dialog_delegate_view.cc",
"style/system_dialog_delegate_view.h",
"style/system_shadow.cc",
"style/system_shadow.h",
"style/system_shadow_on_nine_patch_layer.cc",
"style/system_shadow_on_nine_patch_layer.h",
"style/system_shadow_on_texture_layer.cc",
"style/system_shadow_on_texture_layer.h",
"style/system_textfield.cc",
"style/system_textfield.h",
"style/system_textfield_controller.cc",
"style/system_textfield_controller.h",
"style/system_toast_style.cc",
"style/system_toast_style.h",
"style/tab_slider.cc",
"style/tab_slider.h",
"style/tab_slider_button.cc",
"style/tab_slider_button.h",
"style/text_image.cc",
"style/text_image.h",
"style/typography.cc",
"style/typography.h",
"system/accessibility/accessibility_detailed_view.cc",
"system/accessibility/accessibility_detailed_view.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_bubble_controller.cc",
"system/accessibility/dictation_bubble_controller.h",
"system/accessibility/dictation_bubble_view.cc",
"system/accessibility/dictation_bubble_view.h",
"system/accessibility/dictation_button_tray.cc",
"system/accessibility/dictation_button_tray.h",
"system/accessibility/floating_accessibility_controller.cc",
"system/accessibility/floating_accessibility_controller.h",
"system/accessibility/floating_accessibility_detailed_controller.cc",
"system/accessibility/floating_accessibility_detailed_controller.h",
"system/accessibility/floating_accessibility_view.cc",
"system/accessibility/floating_accessibility_view.h",
"system/accessibility/floating_menu_button.cc",
"system/accessibility/floating_menu_button.h",
"system/accessibility/floating_menu_utils.cc",
"system/accessibility/floating_menu_utils.h",
"system/accessibility/mouse_keys/mouse_keys_tray.cc",
"system/accessibility/mouse_keys/mouse_keys_tray.h",
"system/accessibility/select_to_speak/select_to_speak_constants.h",
"system/accessibility/select_to_speak/select_to_speak_menu_bubble_controller.cc",
"system/accessibility/select_to_speak/select_to_speak_menu_bubble_controller.h",
"system/accessibility/select_to_speak/select_to_speak_menu_view.cc",
"system/accessibility/select_to_speak/select_to_speak_menu_view.h",
"system/accessibility/select_to_speak/select_to_speak_metrics_utils.h",
"system/accessibility/select_to_speak/select_to_speak_speed_bubble_controller.cc",
"system/accessibility/select_to_speak/select_to_speak_speed_bubble_controller.h",
"system/accessibility/select_to_speak/select_to_speak_speed_view.cc",
"system/accessibility/select_to_speak/select_to_speak_speed_view.h",
"system/accessibility/select_to_speak/select_to_speak_tray.cc",
"system/accessibility/select_to_speak/select_to_speak_tray.h",
"system/accessibility/switch_access/switch_access_back_button_bubble_controller.cc",
"system/accessibility/switch_access/switch_access_back_button_bubble_controller.h",
"system/accessibility/switch_access/switch_access_back_button_view.cc",
"system/accessibility/switch_access/switch_access_back_button_view.h",
"system/accessibility/switch_access/switch_access_menu_bubble_controller.cc",
"system/accessibility/switch_access/switch_access_menu_bubble_controller.h",
"system/accessibility/switch_access/switch_access_menu_button.cc",
"system/accessibility/switch_access/switch_access_menu_button.h",
"system/accessibility/switch_access/switch_access_menu_view.cc",
"system/accessibility/switch_access/switch_access_menu_view.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/audio_detailed_view_utils.cc",
"system/audio/audio_detailed_view_utils.h",
"system/audio/audio_effects_controller.cc",
"system/audio/audio_effects_controller.h",
"system/audio/display_speaker_controller.cc",
"system/audio/display_speaker_controller.h",
"system/audio/labeled_slider_view.cc",
"system/audio/labeled_slider_view.h",
"system/audio/mic_gain_slider_controller.cc",
"system/audio/mic_gain_slider_controller.h",
"system/audio/mic_gain_slider_view.cc",
"system/audio/mic_gain_slider_view.h",
"system/audio/output_audio_sliders_view.cc",
"system/audio/output_audio_sliders_view.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_detailed_view_controller.cc",
"system/bluetooth/bluetooth_detailed_view_controller.h",
"system/bluetooth/bluetooth_detailed_view_impl.cc",
"system/bluetooth/bluetooth_detailed_view_impl.h",
"system/bluetooth/bluetooth_device_list_controller.cc",
"system/bluetooth/bluetooth_device_list_controller.h",
"system/bluetooth/bluetooth_device_list_controller_impl.cc",
"system/bluetooth/bluetooth_device_list_controller_impl.h",
"system/bluetooth/bluetooth_device_list_item_battery_view.cc",
"system/bluetooth/bluetooth_device_list_item_battery_view.h",
"system/bluetooth/bluetooth_device_list_item_multiple_battery_view.cc",
"system/bluetooth/bluetooth_device_list_item_multiple_battery_view.h",
"system/bluetooth/bluetooth_device_list_item_view.cc",
"system/bluetooth/bluetooth_device_list_item_view.h",
"system/bluetooth/bluetooth_device_status_ui_handler.cc",
"system/bluetooth/bluetooth_device_status_ui_handler.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_state_cache.cc",
"system/bluetooth/bluetooth_state_cache.h",
"system/bluetooth/hid_preserving_controller/disable_bluetooth_dialog_controller.h",
"system/bluetooth/hid_preserving_controller/disable_bluetooth_dialog_controller_impl.cc",
"system/bluetooth/hid_preserving_controller/disable_bluetooth_dialog_controller_impl.h",
"system/bluetooth/hid_preserving_controller/hid_preserving_bluetooth_metrics.cc",
"system/bluetooth/hid_preserving_controller/hid_preserving_bluetooth_metrics.h",
"system/bluetooth/hid_preserving_controller/hid_preserving_bluetooth_state_controller.cc",
"system/bluetooth/hid_preserving_controller/hid_preserving_bluetooth_state_controller.h",
"system/bluetooth/hid_preserving_controller/hid_preserving_bluetooth_state_service.cc",
"system/bluetooth/hid_preserving_controller/hid_preserving_bluetooth_state_service.h",
"system/bluetooth/hid_preserving_controller/in_process_instance.cc",
"system/bluetooth/hid_preserving_controller/in_process_instance.h",
"system/brightness/brightness_controller_chromeos.cc",
"system/brightness/brightness_controller_chromeos.h",
"system/brightness/display_detailed_view.cc",
"system/brightness/display_detailed_view.h",
"system/brightness/quick_settings_display_detailed_view_controller.cc",
"system/brightness/quick_settings_display_detailed_view_controller.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/camera/autozoom_controller_impl.cc",
"system/camera/autozoom_controller_impl.h",
"system/camera/autozoom_feature_pod_controller.cc",
"system/camera/autozoom_feature_pod_controller.h",
"system/camera/autozoom_nudge_controller.cc",
"system/camera/autozoom_nudge_controller.h",
"system/camera/autozoom_observer.h",
"system/camera/autozoom_toast_controller.cc",
"system/camera/autozoom_toast_controller.h",
"system/camera/autozoom_toast_view.cc",
"system/camera/autozoom_toast_view.h",
"system/camera/camera_app_prefs.cc",
"system/camera/camera_app_prefs.h",
"system/camera/camera_effects_controller.cc",
"system/camera/camera_effects_controller.h",
"system/caps_lock_notification_controller.cc",
"system/caps_lock_notification_controller.h",
"system/cast/cast_detailed_view.cc",
"system/cast/cast_detailed_view.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/cast_zero_state_view.cc",
"system/cast/cast_zero_state_view.h",
"system/cast/media_cast_audio_selector_view.cc",
"system/cast/media_cast_audio_selector_view.h",
"system/cast/media_cast_list_view.cc",
"system/cast/media_cast_list_view.h",
"system/cast/unified_cast_detailed_view_controller.cc",
"system/cast/unified_cast_detailed_view_controller.h",
"system/channel_indicator/channel_indicator.cc",
"system/channel_indicator/channel_indicator.h",
"system/channel_indicator/channel_indicator_quick_settings_view.cc",
"system/channel_indicator/channel_indicator_quick_settings_view.h",
"system/channel_indicator/channel_indicator_utils.cc",
"system/channel_indicator/channel_indicator_utils.h",
"system/dark_mode/dark_mode_feature_pod_controller.cc",
"system/dark_mode/dark_mode_feature_pod_controller.h",
"system/diagnostics/async_log.cc",
"system/diagnostics/async_log.h",
"system/diagnostics/diagnostics_browser_delegate.cc",
"system/diagnostics/diagnostics_browser_delegate.h",
"system/diagnostics/diagnostics_log_controller.cc",
"system/diagnostics/diagnostics_log_controller.h",
"system/diagnostics/keyboard_input_log.cc",
"system/diagnostics/keyboard_input_log.h",
"system/diagnostics/networking_log.cc",
"system/diagnostics/networking_log.h",
"system/diagnostics/routine_log.cc",
"system/diagnostics/routine_log.h",
"system/diagnostics/telemetry_log.cc",
"system/diagnostics/telemetry_log.h",
"system/do_not_disturb_notification_controller.cc",
"system/do_not_disturb_notification_controller.h",
"system/eche/eche_icon_loading_indicator_view.cc",
"system/eche/eche_icon_loading_indicator_view.h",
"system/eche/eche_tray.cc",
"system/eche/eche_tray.h",
"system/enterprise/enterprise_domain_observer.h",
"system/extended_updates/extended_updates_metrics.cc",
"system/extended_updates/extended_updates_metrics.h",
"system/federated/federated_client_manager.cc",
"system/federated/federated_client_manager.h",
"system/federated/federated_service_controller.h",
"system/federated/federated_service_controller_impl.cc",
"system/federated/federated_service_controller_impl.h",
"system/federated/test_federated_service_controller.cc",
"system/federated/test_federated_service_controller.h",
"system/firmware_update/firmware_update_notification_controller.cc",
"system/firmware_update/firmware_update_notification_controller.h",
"system/focus_mode/focus_mode_animations.cc",
"system/focus_mode/focus_mode_animations.h",
"system/focus_mode/focus_mode_chip_carousel.cc",
"system/focus_mode/focus_mode_chip_carousel.h",
"system/focus_mode/focus_mode_controller.cc",
"system/focus_mode/focus_mode_controller.h",
"system/focus_mode/focus_mode_countdown_view.cc",
"system/focus_mode/focus_mode_countdown_view.h",
"system/focus_mode/focus_mode_delegate.h",
"system/focus_mode/focus_mode_detailed_view.cc",
"system/focus_mode/focus_mode_detailed_view.h",
"system/focus_mode/focus_mode_detailed_view_controller.cc",
"system/focus_mode/focus_mode_detailed_view_controller.h",
"system/focus_mode/focus_mode_ending_moment_view.cc",
"system/focus_mode/focus_mode_ending_moment_view.h",
"system/focus_mode/focus_mode_feature_pod_controller.cc",
"system/focus_mode/focus_mode_feature_pod_controller.h",
"system/focus_mode/focus_mode_histogram_names.h",
"system/focus_mode/focus_mode_metrics_recorder.cc",
"system/focus_mode/focus_mode_metrics_recorder.h",
"system/focus_mode/focus_mode_retry_util.cc",
"system/focus_mode/focus_mode_retry_util.h",
"system/focus_mode/focus_mode_session.cc",
"system/focus_mode/focus_mode_session.h",
"system/focus_mode/focus_mode_task_view.cc",
"system/focus_mode/focus_mode_task_view.h",
"system/focus_mode/focus_mode_tasks_model.cc",
"system/focus_mode/focus_mode_tasks_model.h",
"system/focus_mode/focus_mode_tasks_provider.cc",
"system/focus_mode/focus_mode_tasks_provider.h",
"system/focus_mode/focus_mode_tray.cc",
"system/focus_mode/focus_mode_tray.h",
"system/focus_mode/focus_mode_util.cc",
"system/focus_mode/focus_mode_util.h",
"system/focus_mode/sounds/focus_mode_sounds_controller.cc",
"system/focus_mode/sounds/focus_mode_sounds_controller.h",
"system/focus_mode/sounds/focus_mode_sounds_delegate.cc",
"system/focus_mode/sounds/focus_mode_sounds_delegate.h",
"system/focus_mode/sounds/focus_mode_sounds_view.cc",
"system/focus_mode/sounds/focus_mode_sounds_view.h",
"system/focus_mode/sounds/focus_mode_soundscape_delegate.cc",
"system/focus_mode/sounds/focus_mode_soundscape_delegate.h",
"system/focus_mode/sounds/focus_mode_youtube_music_delegate.cc",
"system/focus_mode/sounds/focus_mode_youtube_music_delegate.h",
"system/focus_mode/sounds/playlist_image_button.cc",
"system/focus_mode/sounds/playlist_image_button.h",
"system/focus_mode/sounds/playlist_view.cc",
"system/focus_mode/sounds/playlist_view.h",
"system/focus_mode/sounds/sound_section_view.cc",
"system/focus_mode/sounds/sound_section_view.h",
"system/focus_mode/sounds/soundscape/playlist_tracker.cc",
"system/focus_mode/sounds/soundscape/playlist_tracker.h",
"system/focus_mode/sounds/soundscape/soundscape_types.cc",
"system/focus_mode/sounds/soundscape/soundscape_types.h",
"system/focus_mode/sounds/soundscape/soundscapes_downloader.cc",
"system/focus_mode/sounds/soundscape/soundscapes_downloader.h",
"system/focus_mode/sounds/youtube_music/request_signer.h",
"system/focus_mode/sounds/youtube_music/youtube_music_client.cc",
"system/focus_mode/sounds/youtube_music/youtube_music_client.h",
"system/focus_mode/sounds/youtube_music/youtube_music_controller.cc",
"system/focus_mode/sounds/youtube_music/youtube_music_controller.h",
"system/focus_mode/sounds/youtube_music/youtube_music_types.cc",
"system/focus_mode/sounds/youtube_music/youtube_music_types.h",
"system/focus_mode/sounds/youtube_music/youtube_music_util.cc",
"system/focus_mode/sounds/youtube_music/youtube_music_util.h",
"system/geolocation/geolocation_controller.cc",
"system/geolocation/geolocation_controller.h",
"system/holding_space/downloads_section.cc",
"system/holding_space/downloads_section.h",
"system/holding_space/holding_space_animation_registry.cc",
"system/holding_space/holding_space_animation_registry.h",
"system/holding_space/holding_space_drag_util.cc",
"system/holding_space/holding_space_drag_util.h",
"system/holding_space/holding_space_item_chip_view.cc",
"system/holding_space/holding_space_item_chip_view.h",
"system/holding_space/holding_space_item_screen_capture_view.cc",
"system/holding_space/holding_space_item_screen_capture_view.h",
"system/holding_space/holding_space_item_view.cc",
"system/holding_space/holding_space_item_view.h",
"system/holding_space/holding_space_item_views_section.cc",
"system/holding_space/holding_space_item_views_section.h",
"system/holding_space/holding_space_progress_indicator_util.cc",
"system/holding_space/holding_space_progress_indicator_util.h",
"system/holding_space/holding_space_tray.cc",
"system/holding_space/holding_space_tray.h",
"system/holding_space/holding_space_tray_bubble.cc",
"system/holding_space/holding_space_tray_bubble.h",
"system/holding_space/holding_space_tray_child_bubble.cc",
"system/holding_space/holding_space_tray_child_bubble.h",
"system/holding_space/holding_space_tray_icon.cc",
"system/holding_space/holding_space_tray_icon.h",
"system/holding_space/holding_space_tray_icon_preview.cc",
"system/holding_space/holding_space_tray_icon_preview.h",
"system/holding_space/holding_space_ui.cc",
"system/holding_space/holding_space_ui.h",
"system/holding_space/holding_space_util.cc",
"system/holding_space/holding_space_util.h",
"system/holding_space/holding_space_view_delegate.cc",
"system/holding_space/holding_space_view_delegate.h",
"system/holding_space/pinned_files_bubble.cc",
"system/holding_space/pinned_files_bubble.h",
"system/holding_space/pinned_files_section.cc",
"system/holding_space/pinned_files_section.h",
"system/holding_space/recent_files_bubble.cc",
"system/holding_space/recent_files_bubble.h",
"system/holding_space/screen_captures_section.cc",
"system/holding_space/screen_captures_section.h",
"system/holding_space/suggestions_section.cc",
"system/holding_space/suggestions_section.h",
"system/hotspot/hotspot_detailed_view.cc",
"system/hotspot/hotspot_detailed_view.h",
"system/hotspot/hotspot_detailed_view_controller.cc",
"system/hotspot/hotspot_detailed_view_controller.h",
"system/hotspot/hotspot_feature_pod_controller.cc",
"system/hotspot/hotspot_feature_pod_controller.h",
"system/hotspot/hotspot_icon.cc",
"system/hotspot/hotspot_icon.h",
"system/hotspot/hotspot_icon_animation.cc",
"system/hotspot/hotspot_icon_animation.h",
"system/hotspot/hotspot_icon_animation_observer.h",
"system/hotspot/hotspot_info_cache.cc",
"system/hotspot/hotspot_info_cache.h",
"system/hotspot/hotspot_notifier.cc",
"system/hotspot/hotspot_notifier.h",
"system/hotspot/hotspot_tray_view.cc",
"system/hotspot/hotspot_tray_view.h",
"system/human_presence/human_presence_metrics.h",
"system/human_presence/human_presence_orientation_controller.cc",
"system/human_presence/human_presence_orientation_controller.h",
"system/human_presence/lock_on_leave_controller.cc",
"system/human_presence/lock_on_leave_controller.h",
"system/human_presence/snooping_protection_controller.cc",
"system/human_presence/snooping_protection_controller.h",
"system/human_presence/snooping_protection_notification_blocker.cc",
"system/human_presence/snooping_protection_notification_blocker.h",
"system/human_presence/snooping_protection_notification_blocker_internal.h",
"system/human_presence/snooping_protection_view.cc",
"system/human_presence/snooping_protection_view.h",
"system/ime/ime_detailed_view.cc",
"system/ime/ime_detailed_view.h",
"system/ime/ime_feature_pod_controller.cc",
"system/ime/ime_feature_pod_controller.h",
"system/ime/ime_observer.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/input_device_settings/device_image.cc",
"system/input_device_settings/device_image.h",
"system/input_device_settings/device_image_downloader.cc",
"system/input_device_settings/device_image_downloader.h",
"system/input_device_settings/device_image_storage.cc",
"system/input_device_settings/device_image_storage.h",
"system/input_device_settings/input_device_duplicate_id_finder.cc",
"system/input_device_settings/input_device_duplicate_id_finder.h",
"system/input_device_settings/input_device_key_alias_manager.cc",
"system/input_device_settings/input_device_key_alias_manager.h",
"system/input_device_settings/input_device_notifier.cc",
"system/input_device_settings/input_device_notifier.h",
"system/input_device_settings/input_device_settings_controller_impl.cc",
"system/input_device_settings/input_device_settings_controller_impl.h",
"system/input_device_settings/input_device_settings_defaults.h",
"system/input_device_settings/input_device_settings_dispatcher.cc",
"system/input_device_settings/input_device_settings_dispatcher.h",
"system/input_device_settings/input_device_settings_logging.cc",
"system/input_device_settings/input_device_settings_logging.h",
"system/input_device_settings/input_device_settings_metadata.cc",
"system/input_device_settings/input_device_settings_metadata.h",
"system/input_device_settings/input_device_settings_metadata_manager.cc",
"system/input_device_settings/input_device_settings_metadata_manager.h",
"system/input_device_settings/input_device_settings_metrics_manager.cc",
"system/input_device_settings/input_device_settings_metrics_manager.h",
"system/input_device_settings/input_device_settings_notification_controller.cc",
"system/input_device_settings/input_device_settings_notification_controller.h",
"system/input_device_settings/input_device_settings_policy_handler.cc",
"system/input_device_settings/input_device_settings_policy_handler.h",
"system/input_device_settings/input_device_settings_pref_names.h",
"system/input_device_settings/input_device_settings_utils.cc",
"system/input_device_settings/input_device_settings_utils.h",
"system/input_device_settings/input_device_tracker.cc",
"system/input_device_settings/input_device_tracker.h",
"system/input_device_settings/keyboard_modifier_metrics_recorder.cc",
"system/input_device_settings/keyboard_modifier_metrics_recorder.h",
"system/input_device_settings/modifier_split_bypass_checker.cc",
"system/input_device_settings/modifier_split_bypass_checker.h",
"system/input_device_settings/pref_handlers/graphics_tablet_pref_handler.h",
"system/input_device_settings/pref_handlers/graphics_tablet_pref_handler_impl.cc",
"system/input_device_settings/pref_handlers/graphics_tablet_pref_handler_impl.h",
"system/input_device_settings/pref_handlers/keyboard_pref_handler.h",
"system/input_device_settings/pref_handlers/keyboard_pref_handler_impl.cc",
"system/input_device_settings/pref_handlers/keyboard_pref_handler_impl.h",
"system/input_device_settings/pref_handlers/mouse_pref_handler.h",
"system/input_device_settings/pref_handlers/mouse_pref_handler_impl.cc",
"system/input_device_settings/pref_handlers/mouse_pref_handler_impl.h",
"system/input_device_settings/pref_handlers/pointing_stick_pref_handler.h",
"system/input_device_settings/pref_handlers/pointing_stick_pref_handler_impl.cc",
"system/input_device_settings/pref_handlers/pointing_stick_pref_handler_impl.h",
"system/input_device_settings/pref_handlers/stylus_pref_handler.h",
"system/input_device_settings/pref_handlers/stylus_pref_handler_impl.cc",
"system/input_device_settings/pref_handlers/stylus_pref_handler_impl.h",
"system/input_device_settings/pref_handlers/touchpad_pref_handler.h",
"system/input_device_settings/pref_handlers/touchpad_pref_handler_impl.cc",
"system/input_device_settings/pref_handlers/touchpad_pref_handler_impl.h",
"system/input_device_settings/settings_updated_metrics_info.cc",
"system/input_device_settings/settings_updated_metrics_info.h",
"system/input_device_settings/touchscreen_metrics_recorder.cc",
"system/input_device_settings/touchscreen_metrics_recorder.h",
"system/keyboard_brightness/keyboard_backlight_color_controller.cc",
"system/keyboard_brightness/keyboard_backlight_color_controller.h",
"system/keyboard_brightness/keyboard_backlight_color_nudge_controller.cc",
"system/keyboard_brightness/keyboard_backlight_color_nudge_controller.h",
"system/keyboard_brightness/keyboard_backlight_toggle_controller.cc",
"system/keyboard_brightness/keyboard_backlight_toggle_controller.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/lock_screen_notification_controller.cc",
"system/lock_screen_notification_controller.h",
"system/magic_boost/magic_boost_constants.h",
"system/magic_boost/magic_boost_disclaimer_view.cc",
"system/magic_boost/magic_boost_disclaimer_view.h",
"system/mahi/fake_mahi_manager.cc",
"system/mahi/fake_mahi_manager.h",
"system/mahi/mahi_animation_utils.cc",
"system/mahi/mahi_animation_utils.h",
"system/mahi/mahi_constants.h",
"system/mahi/mahi_content_source_button.cc",
"system/mahi/mahi_content_source_button.h",
"system/mahi/mahi_error_status_view.cc",
"system/mahi/mahi_error_status_view.h",
"system/mahi/mahi_nudge_controller.cc",
"system/mahi/mahi_nudge_controller.h",
"system/mahi/mahi_panel_view.cc",
"system/mahi/mahi_panel_view.h",
"system/mahi/mahi_panel_widget.cc",
"system/mahi/mahi_panel_widget.h",
"system/mahi/mahi_question_answer_view.cc",
"system/mahi/mahi_question_answer_view.h",
"system/mahi/mahi_ui_controller.cc",
"system/mahi/mahi_ui_controller.h",
"system/mahi/mahi_ui_update.cc",
"system/mahi/mahi_ui_update.h",
"system/mahi/mahi_utils.cc",
"system/mahi/mahi_utils.h",
"system/mahi/refresh_banner_view.cc",
"system/mahi/refresh_banner_view.h",
"system/mahi/summary_outlines_section.cc",
"system/mahi/summary_outlines_section.h",
"system/media/media_color_theme.cc",
"system/media/media_color_theme.h",
"system/media/media_notification_provider.cc",
"system/media/media_notification_provider.h",
"system/media/media_notification_provider_observer.h",
"system/media/media_tray.cc",
"system/media/media_tray.h",
"system/media/quick_settings_media_view.cc",
"system/media/quick_settings_media_view.h",
"system/media/quick_settings_media_view_container.cc",
"system/media/quick_settings_media_view_container.h",
"system/media/quick_settings_media_view_controller.cc",
"system/media/quick_settings_media_view_controller.h",
"system/media/unified_media_controls_detailed_view.cc",
"system/media/unified_media_controls_detailed_view.h",
"system/media/unified_media_controls_detailed_view_controller.cc",
"system/media/unified_media_controls_detailed_view_controller.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/fake_power_status.cc",
"system/model/fake_power_status.h",
"system/model/fake_system_tray_model.cc",
"system/model/fake_system_tray_model.h",
"system/model/locale_model.cc",
"system/model/locale_model.h",
"system/model/scoped_fake_power_status.cc",
"system/model/scoped_fake_power_status.h",
"system/model/scoped_fake_system_tray_model.cc",
"system/model/scoped_fake_system_tray_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/nearby_share/nearby_share_controller_impl.cc",
"system/nearby_share/nearby_share_controller_impl.h",
"system/nearby_share/nearby_share_detailed_view.cc",
"system/nearby_share/nearby_share_detailed_view.h",
"system/nearby_share/nearby_share_detailed_view_controller.cc",
"system/nearby_share/nearby_share_detailed_view_controller.h",
"system/nearby_share/nearby_share_detailed_view_impl.cc",
"system/nearby_share/nearby_share_detailed_view_impl.h",
"system/nearby_share/nearby_share_feature_pod_controller.cc",
"system/nearby_share/nearby_share_feature_pod_controller.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/cellular_setup_notifier.cc",
"system/network/cellular_setup_notifier.h",
"system/network/fake_network_detailed_network_view.cc",
"system/network/fake_network_detailed_network_view.h",
"system/network/fake_network_detailed_view_delegate.cc",
"system/network/fake_network_detailed_view_delegate.h",
"system/network/fake_network_list_network_header_view_delegate.cc",
"system/network/fake_network_list_network_header_view_delegate.h",
"system/network/fake_network_list_tether_hosts_header_view.cc",
"system/network/fake_network_list_tether_hosts_header_view.h",
"system/network/managed_sim_lock_notifier.cc",
"system/network/managed_sim_lock_notifier.h",
"system/network/network_detailed_network_view.cc",
"system/network/network_detailed_network_view.h",
"system/network/network_detailed_network_view_impl.cc",
"system/network/network_detailed_network_view_impl.h",
"system/network/network_detailed_view.cc",
"system/network/network_detailed_view.h",
"system/network/network_detailed_view_controller.cc",
"system/network/network_detailed_view_controller.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_feature_tile.cc",
"system/network/network_feature_tile.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_bubble.cc",
"system/network/network_info_bubble.h",
"system/network/network_list_header_view.cc",
"system/network/network_list_header_view.h",
"system/network/network_list_item_view.cc",
"system/network/network_list_item_view.h",
"system/network/network_list_mobile_header_view.cc",
"system/network/network_list_mobile_header_view.h",
"system/network/network_list_network_header_view.cc",
"system/network/network_list_network_header_view.h",
"system/network/network_list_network_item_view.cc",
"system/network/network_list_network_item_view.h",
"system/network/network_list_tether_hosts_header_view.cc",
"system/network/network_list_tether_hosts_header_view.h",
"system/network/network_list_view_controller.cc",
"system/network/network_list_view_controller.h",
"system/network/network_list_view_controller_impl.cc",
"system/network/network_list_view_controller_impl.h",
"system/network/network_list_wifi_header_view.cc",
"system/network/network_list_wifi_header_view.h",
"system/network/network_observer.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/network_utils.cc",
"system/network/network_utils.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_vpn_detailed_view_controller.cc",
"system/network/unified_vpn_detailed_view_controller.h",
"system/network/vpn_detailed_view.cc",
"system/network/vpn_detailed_view.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/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/night_light_metrics_recorder.cc",
"system/night_light/night_light_metrics_recorder.h",
"system/notification_center/arc_notification_manager_delegate_impl.cc",
"system/notification_center/arc_notification_manager_delegate_impl.h",
"system/notification_center/ash_message_center_lock_screen_controller.cc",
"system/notification_center/ash_message_center_lock_screen_controller.h",
"system/notification_center/ash_message_popup_collection.cc",
"system/notification_center/ash_message_popup_collection.h",
"system/notification_center/ash_notification_control_button_factory.cc",
"system/notification_center/ash_notification_control_button_factory.h",
"system/notification_center/ash_notification_drag_controller.cc",
"system/notification_center/ash_notification_drag_controller.h",
"system/notification_center/fullscreen_notification_blocker.cc",
"system/notification_center/fullscreen_notification_blocker.h",
"system/notification_center/inactive_user_notification_blocker.cc",
"system/notification_center/inactive_user_notification_blocker.h",
"system/notification_center/message_center_ash_impl.cc",
"system/notification_center/message_center_ash_impl.h",
"system/notification_center/message_center_constants.h",
"system/notification_center/message_center_controller.cc",
"system/notification_center/message_center_controller.h",
"system/notification_center/message_center_style.h",
"system/notification_center/message_center_utils.cc",
"system/notification_center/message_center_utils.h",
"system/notification_center/message_view_factory.cc",
"system/notification_center/message_view_factory.h",
"system/notification_center/metrics_utils.cc",
"system/notification_center/metrics_utils.h",
"system/notification_center/notification_center_bubble.cc",
"system/notification_center/notification_center_bubble.h",
"system/notification_center/notification_center_controller.cc",
"system/notification_center/notification_center_controller.h",
"system/notification_center/notification_center_tray.cc",
"system/notification_center/notification_center_tray.h",
"system/notification_center/notification_grouping_controller.cc",
"system/notification_center/notification_grouping_controller.h",
"system/notification_center/notification_metrics_recorder.cc",
"system/notification_center/notification_metrics_recorder.h",
"system/notification_center/notification_style_utils.cc",
"system/notification_center/notification_style_utils.h",
"system/notification_center/session_state_notification_blocker.cc",
"system/notification_center/session_state_notification_blocker.h",
"system/notification_center/stacked_notification_bar.cc",
"system/notification_center/stacked_notification_bar.h",
"system/notification_center/views/ash_notification_expand_button.cc",
"system/notification_center/views/ash_notification_expand_button.h",
"system/notification_center/views/ash_notification_input_container.cc",
"system/notification_center/views/ash_notification_input_container.h",
"system/notification_center/views/ash_notification_view.cc",
"system/notification_center/views/ash_notification_view.h",
"system/notification_center/views/conversation_item_view.cc",
"system/notification_center/views/conversation_item_view.h",
"system/notification_center/views/conversation_notification_view.cc",
"system/notification_center/views/conversation_notification_view.h",
"system/notification_center/views/message_center_scroll_bar.cc",
"system/notification_center/views/message_center_scroll_bar.h",
"system/notification_center/views/message_view_container.cc",
"system/notification_center/views/message_view_container.h",
"system/notification_center/views/notification_actions_view.cc",
"system/notification_center/views/notification_actions_view.h",
"system/notification_center/views/notification_center_view.cc",
"system/notification_center/views/notification_center_view.h",
"system/notification_center/views/notification_list_view.cc",
"system/notification_center/views/notification_list_view.h",
"system/notification_center/views/notification_swipe_control_view.cc",
"system/notification_center/views/notification_swipe_control_view.h",
"system/notification_center/views/notifier_settings_view.cc",
"system/notification_center/views/notifier_settings_view.h",
"system/notification_center/views/ongoing_process_view.cc",
"system/notification_center/views/ongoing_process_view.h",
"system/notification_center/views/timestamp_view.cc",
"system/notification_center/views/timestamp_view.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/stylus_battery_delegate.cc",
"system/palette/stylus_battery_delegate.h",
"system/palette/stylus_battery_view.cc",
"system/palette/stylus_battery_view.h",
"system/palette/tools/create_note_action.cc",
"system/palette/tools/create_note_action.h",
"system/palette/tools/enter_capture_mode.cc",
"system/palette/tools/enter_capture_mode.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/marker_mode.cc",
"system/palette/tools/marker_mode.h",
"system/pcie_peripheral/pcie_peripheral_notification_controller.cc",
"system/pcie_peripheral/pcie_peripheral_notification_controller.h",
"system/phonehub/app_stream_connection_error_dialog.cc",
"system/phonehub/app_stream_connection_error_dialog.h",
"system/phonehub/app_stream_launcher_item.cc",
"system/phonehub/app_stream_launcher_item.h",
"system/phonehub/app_stream_launcher_list_item.cc",
"system/phonehub/app_stream_launcher_list_item.h",
"system/phonehub/app_stream_launcher_view.cc",
"system/phonehub/app_stream_launcher_view.h",
"system/phonehub/bluetooth_disabled_view.cc",
"system/phonehub/bluetooth_disabled_view.h",
"system/phonehub/camera_roll_menu_model.cc",
"system/phonehub/camera_roll_menu_model.h",
"system/phonehub/camera_roll_thumbnail.cc",
"system/phonehub/camera_roll_thumbnail.h",
"system/phonehub/camera_roll_view.cc",
"system/phonehub/camera_roll_view.h",
"system/phonehub/continue_browsing_chip.cc",
"system/phonehub/continue_browsing_chip.h",
"system/phonehub/enable_hotspot_quick_action_controller.cc",
"system/phonehub/enable_hotspot_quick_action_controller.h",
"system/phonehub/locate_phone_quick_action_controller.cc",
"system/phonehub/locate_phone_quick_action_controller.h",
"system/phonehub/multidevice_feature_opt_in_view.cc",
"system/phonehub/multidevice_feature_opt_in_view.h",
"system/phonehub/onboarding_nudge_controller.cc",
"system/phonehub/onboarding_nudge_controller.h",
"system/phonehub/onboarding_view.cc",
"system/phonehub/onboarding_view.h",
"system/phonehub/phone_connected_view.cc",
"system/phonehub/phone_connected_view.h",
"system/phonehub/phone_connecting_view.cc",
"system/phonehub/phone_connecting_view.h",
"system/phonehub/phone_disconnected_view.cc",
"system/phonehub/phone_disconnected_view.h",
"system/phonehub/phone_hub_app_count_icon.cc",
"system/phonehub/phone_hub_app_count_icon.h",
"system/phonehub/phone_hub_app_icon.cc",
"system/phonehub/phone_hub_app_icon.h",
"system/phonehub/phone_hub_app_loading_icon.cc",
"system/phonehub/phone_hub_app_loading_icon.h",
"system/phonehub/phone_hub_content_view.cc",
"system/phonehub/phone_hub_content_view.h",
"system/phonehub/phone_hub_interstitial_view.cc",
"system/phonehub/phone_hub_interstitial_view.h",
"system/phonehub/phone_hub_metrics.cc",
"system/phonehub/phone_hub_metrics.h",
"system/phonehub/phone_hub_more_apps_button.cc",
"system/phonehub/phone_hub_more_apps_button.h",
"system/phonehub/phone_hub_notification_controller.cc",
"system/phonehub/phone_hub_notification_controller.h",
"system/phonehub/phone_hub_recent_app_button.cc",
"system/phonehub/phone_hub_recent_app_button.h",
"system/phonehub/phone_hub_recent_apps_view.cc",
"system/phonehub/phone_hub_recent_apps_view.h",
"system/phonehub/phone_hub_tray.cc",
"system/phonehub/phone_hub_tray.h",
"system/phonehub/phone_hub_ui_controller.cc",
"system/phonehub/phone_hub_ui_controller.h",
"system/phonehub/phone_hub_view_ids.h",
"system/phonehub/phone_status_view.cc",
"system/phonehub/phone_status_view.h",
"system/phonehub/quick_action_controller_base.h",
"system/phonehub/quick_action_item.cc",
"system/phonehub/quick_action_item.h",
"system/phonehub/quick_actions_view.cc",
"system/phonehub/quick_actions_view.h",
"system/phonehub/silence_phone_quick_action_controller.cc",
"system/phonehub/silence_phone_quick_action_controller.h",
"system/phonehub/sub_feature_opt_in_view.cc",
"system/phonehub/sub_feature_opt_in_view.h",
"system/phonehub/task_continuation_view.cc",
"system/phonehub/task_continuation_view.h",
"system/phonehub/tether_connection_pending_view.cc",
"system/phonehub/tether_connection_pending_view.h",
"system/phonehub/ui_constants.h",
"system/pods_overflow_tray.cc",
"system/pods_overflow_tray.h",
"system/power/adaptive_charging_controller.cc",
"system/power/adaptive_charging_controller.h",
"system/power/adaptive_charging_notification_controller.cc",
"system/power/adaptive_charging_notification_controller.h",
"system/power/backlights_forced_off_setter.cc",
"system/power/backlights_forced_off_setter.h",
"system/power/battery_image_source.cc",
"system/power/battery_image_source.h",
"system/power/battery_notification.cc",
"system/power/battery_notification.h",
"system/power/battery_saver_controller.cc",
"system/power/battery_saver_controller.h",
"system/power/dual_role_notification.cc",
"system/power/dual_role_notification.h",
"system/power/peripheral_battery_listener.cc",
"system/power/peripheral_battery_listener.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_curtain_view.cc",
"system/power/power_button_menu_curtain_view.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_menu_view_util.cc",
"system/power/power_button_menu_view_util.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_sounds_controller.cc",
"system/power/power_sounds_controller.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/privacy/privacy_indicators_controller.cc",
"system/privacy/privacy_indicators_controller.h",
"system/privacy/privacy_indicators_tray_item_view.cc",
"system/privacy/privacy_indicators_tray_item_view.h",
"system/privacy/screen_security_controller.cc",
"system/privacy/screen_security_controller.h",
"system/privacy/screen_security_observer.h",
"system/privacy/screen_switch_check_controller.cc",
"system/privacy/screen_switch_check_controller.h",
"system/privacy_hub/camera_privacy_switch_controller.cc",
"system/privacy_hub/camera_privacy_switch_controller.h",
"system/privacy_hub/geolocation_privacy_switch_controller.cc",
"system/privacy_hub/geolocation_privacy_switch_controller.h",
"system/privacy_hub/microphone_privacy_switch_controller.cc",
"system/privacy_hub/microphone_privacy_switch_controller.h",
"system/privacy_hub/privacy_hub_controller.cc",
"system/privacy_hub/privacy_hub_controller.h",
"system/privacy_hub/privacy_hub_metrics.cc",
"system/privacy_hub/privacy_hub_metrics.h",
"system/privacy_hub/privacy_hub_notification.cc",
"system/privacy_hub/privacy_hub_notification.h",
"system/privacy_hub/privacy_hub_notification_controller.cc",
"system/privacy_hub/privacy_hub_notification_controller.h",
"system/privacy_hub/sensor_disabled_notification_delegate.cc",
"system/privacy_hub/sensor_disabled_notification_delegate.h",
"system/privacy_hub/speak_on_mute_detection_privacy_switch_controller.cc",
"system/privacy_hub/speak_on_mute_detection_privacy_switch_controller.h",
"system/privacy_screen/privacy_screen_feature_pod_controller.cc",
"system/privacy_screen/privacy_screen_feature_pod_controller.h",
"system/privacy_screen/privacy_screen_toast_controller.cc",
"system/privacy_screen/privacy_screen_toast_controller.h",
"system/privacy_screen/privacy_screen_toast_view.cc",
"system/privacy_screen/privacy_screen_toast_view.h",
"system/progress_indicator/progress_icon_animation.cc",
"system/progress_indicator/progress_icon_animation.h",
"system/progress_indicator/progress_indicator.cc",
"system/progress_indicator/progress_indicator.h",
"system/progress_indicator/progress_indicator_animation.cc",
"system/progress_indicator/progress_indicator_animation.h",
"system/progress_indicator/progress_indicator_animation_registry.cc",
"system/progress_indicator/progress_indicator_animation_registry.h",
"system/progress_indicator/progress_ring_animation.cc",
"system/progress_indicator/progress_ring_animation.h",
"system/progress_indicator/progress_ring_indeterminate_animation.cc",
"system/progress_indicator/progress_ring_indeterminate_animation.h",
"system/progress_indicator/progress_ring_pulse_animation.cc",
"system/progress_indicator/progress_ring_pulse_animation.h",
"system/rotation/rotation_lock_feature_pod_controller.cc",
"system/rotation/rotation_lock_feature_pod_controller.h",
"system/scheduled_feature/schedule_utils.cc",
"system/scheduled_feature/schedule_utils.h",
"system/scheduled_feature/scheduled_feature.cc",
"system/scheduled_feature/scheduled_feature.h",
"system/screen_layout_observer.cc",
"system/screen_layout_observer.h",
"system/session/guest_session_confirmation_dialog.cc",
"system/session/guest_session_confirmation_dialog.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/session/shutdown_confirmation_dialog.cc",
"system/session/shutdown_confirmation_dialog.h",
"system/status_area_animation_controller.cc",
"system/status_area_animation_controller.h",
"system/status_area_widget.cc",
"system/status_area_widget.h",
"system/status_area_widget_delegate.cc",
"system/status_area_widget_delegate.h",
"system/supervised/supervised_icon_string.cc",
"system/supervised/supervised_icon_string.h",
"system/system_notification_controller.cc",
"system/system_notification_controller.h",
"system/system_tray.cc",
"system/time/calendar_event_fetch.cc",
"system/time/calendar_event_fetch.h",
"system/time/calendar_event_fetch_types.h",
"system/time/calendar_event_list_item_view.cc",
"system/time/calendar_event_list_item_view.h",
"system/time/calendar_event_list_view.cc",
"system/time/calendar_event_list_view.h",
"system/time/calendar_list_model.cc",
"system/time/calendar_list_model.h",
"system/time/calendar_metrics.cc",
"system/time/calendar_metrics.h",
"system/time/calendar_model.cc",
"system/time/calendar_model.h",
"system/time/calendar_month_view.cc",
"system/time/calendar_month_view.h",
"system/time/calendar_up_next_view.cc",
"system/time/calendar_up_next_view.h",
"system/time/calendar_up_next_view_background_painter.cc",
"system/time/calendar_up_next_view_background_painter.h",
"system/time/calendar_utils.cc",
"system/time/calendar_utils.h",
"system/time/calendar_view.cc",
"system/time/calendar_view.h",
"system/time/calendar_view_controller.cc",
"system/time/calendar_view_controller.h",
"system/time/date_helper.cc",
"system/time/date_helper.h",
"system/time/event_date_formatter_util.cc",
"system/time/event_date_formatter_util.h",
"system/time/local_time_converter.cc",
"system/time/local_time_converter.h",
"system/time/time_of_day.cc",
"system/time/time_of_day.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/time/time_view_utils.cc",
"system/time/time_view_utils.h",
"system/time/unified_calendar_view_controller.cc",
"system/time/unified_calendar_view_controller.h",
"system/toast/anchored_nudge.cc",
"system/toast/anchored_nudge.h",
"system/toast/anchored_nudge_manager_impl.cc",
"system/toast/anchored_nudge_manager_impl.h",
"system/toast/nudge_constants.h",
"system/toast/system_nudge_pause_manager_impl.cc",
"system/toast/system_nudge_pause_manager_impl.h",
"system/toast/system_nudge_view.cc",
"system/toast/system_nudge_view.h",
"system/toast/system_toast_view.cc",
"system/toast/system_toast_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/detailed_view_delegate.cc",
"system/tray/detailed_view_delegate.h",
"system/tray/fake_detailed_view_delegate.cc",
"system/tray/fake_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/status_area_overflow_button_tray.cc",
"system/tray/status_area_overflow_button_tray.h",
"system/tray/system_menu_button.cc",
"system/tray/system_menu_button.h",
"system/tray/system_tray_notifier.cc",
"system/tray/system_tray_notifier.h",
"system/tray/system_tray_observer.h",
"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_utils.cc",
"system/tray/tray_popup_utils.h",
"system/tray/tray_toggle_button.cc",
"system/tray/tray_toggle_button.h",
"system/tray/tray_utils.cc",
"system/tray/tray_utils.h",
"system/tray/tri_view.cc",
"system/tray/tri_view.h",
"system/tray/unfocusable_label.cc",
"system/tray/unfocusable_label.h",
"system/tray/view_click_listener.h",
"system/tray/zero_state_view.cc",
"system/tray/zero_state_view.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/date_tray.cc",
"system/unified/date_tray.h",
"system/unified/deferred_update_dialog.cc",
"system/unified/deferred_update_dialog.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_tile.cc",
"system/unified/feature_tile.h",
"system/unified/feature_tiles_container_view.cc",
"system/unified/feature_tiles_container_view.h",
"system/unified/glanceable_tray_bubble.cc",
"system/unified/glanceable_tray_bubble.h",
"system/unified/glanceable_tray_bubble_view.cc",
"system/unified/glanceable_tray_bubble_view.h",
"system/unified/glanceable_tray_child_bubble.cc",
"system/unified/glanceable_tray_child_bubble.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_icons_controller.cc",
"system/unified/notification_icons_controller.h",
"system/unified/power_button.cc",
"system/unified/power_button.h",
"system/unified/quick_settings_footer.cc",
"system/unified/quick_settings_footer.h",
"system/unified/quick_settings_header.cc",
"system/unified/quick_settings_header.h",
"system/unified/quick_settings_metrics_util.cc",
"system/unified/quick_settings_metrics_util.h",
"system/unified/quick_settings_slider.cc",
"system/unified/quick_settings_slider.h",
"system/unified/quick_settings_view.cc",
"system/unified/quick_settings_view.h",
"system/unified/quiet_mode_feature_pod_controller.cc",
"system/unified/quiet_mode_feature_pod_controller.h",
"system/unified/screen_capture_tray_item_view.cc",
"system/unified/screen_capture_tray_item_view.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_tray.cc",
"system/unified/unified_system_tray.h",
"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/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/eol_notice_quick_settings_view.cc",
"system/update/eol_notice_quick_settings_view.h",
"system/update/extended_updates_notice_quick_settings_view.cc",
"system/update/extended_updates_notice_quick_settings_view.h",
"system/update/quick_settings_notice_view.cc",
"system/update/quick_settings_notice_view.h",
"system/update/update_notification_controller.cc",
"system/update/update_notification_controller.h",
"system/usb_peripheral/usb_peripheral_notification_controller.cc",
"system/usb_peripheral/usb_peripheral_notification_controller.h",
"system/user/login_status.cc",
"system/user/login_status.h",
"system/video_conference/bubble/bubble_view.cc",
"system/video_conference/bubble/bubble_view.h",
"system/video_conference/bubble/bubble_view_ids.h",
"system/video_conference/bubble/linux_apps_bubble_view.cc",
"system/video_conference/bubble/linux_apps_bubble_view.h",
"system/video_conference/bubble/mic_indicator.cc",
"system/video_conference/bubble/mic_indicator.h",
"system/video_conference/bubble/return_to_app_button_base.cc",
"system/video_conference/bubble/return_to_app_button_base.h",
"system/video_conference/bubble/return_to_app_panel.cc",
"system/video_conference/bubble/return_to_app_panel.h",
"system/video_conference/bubble/set_camera_background_view.cc",
"system/video_conference/bubble/set_camera_background_view.h",
"system/video_conference/bubble/set_value_effects_view.cc",
"system/video_conference/bubble/set_value_effects_view.h",
"system/video_conference/bubble/settings_button.cc",
"system/video_conference/bubble/settings_button.h",
"system/video_conference/bubble/title_view.cc",
"system/video_conference/bubble/title_view.h",
"system/video_conference/bubble/toggle_effects_view.cc",
"system/video_conference/bubble/toggle_effects_view.h",
"system/video_conference/bubble/vc_tile_ui_controller.cc",
"system/video_conference/bubble/vc_tile_ui_controller.h",
"system/video_conference/effects/fake_video_conference_effects.cc",
"system/video_conference/effects/fake_video_conference_effects.h",
"system/video_conference/effects/fake_video_conference_tray_effects_manager.cc",
"system/video_conference/effects/fake_video_conference_tray_effects_manager.h",
"system/video_conference/effects/video_conference_tray_effects_delegate.cc",
"system/video_conference/effects/video_conference_tray_effects_delegate.h",
"system/video_conference/effects/video_conference_tray_effects_manager.cc",
"system/video_conference/effects/video_conference_tray_effects_manager.h",
"system/video_conference/effects/video_conference_tray_effects_manager_types.cc",
"system/video_conference/effects/video_conference_tray_effects_manager_types.h",
"system/video_conference/fake_video_conference_tray_controller.cc",
"system/video_conference/fake_video_conference_tray_controller.h",
"system/video_conference/video_conference_common.h",
"system/video_conference/video_conference_tray.cc",
"system/video_conference/video_conference_tray.h",
"system/video_conference/video_conference_tray_controller.cc",
"system/video_conference/video_conference_tray_controller.h",
"system/video_conference/video_conference_utils.cc",
"system/video_conference/video_conference_utils.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_debug.h",
"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",
"touch/touch_observer_hud.h",
"tray_action/tray_action.cc",
"tray_action/tray_action.h",
"tray_action/tray_action_observer.h",
"utility/arc_curve_path_util.cc",
"utility/arc_curve_path_util.h",
"utility/cropping_util.cc",
"utility/cropping_util.h",
"utility/cursor_setter.cc",
"utility/cursor_setter.h",
"utility/layer_copy_animator.cc",
"utility/layer_copy_animator.h",
"utility/layer_util.cc",
"utility/layer_util.h",
"utility/lottie_util.cc",
"utility/lottie_util.h",
"utility/occlusion_tracker_pauser.cc",
"utility/occlusion_tracker_pauser.h",
"utility/persistent_proto.cc",
"utility/persistent_proto.h",
"utility/rounded_window_targeter.cc",
"utility/rounded_window_targeter.h",
"utility/transformer_util.cc",
"utility/transformer_util.h",
"utility/wm_util.cc",
"utility/wm_util.h",
"virtual_trackpad/virtual_trackpad_view.cc",
"virtual_trackpad/virtual_trackpad_view.h",
"wallpaper/google_photos_wallpaper_manager.cc",
"wallpaper/google_photos_wallpaper_manager.h",
"wallpaper/online_wallpaper_manager.cc",
"wallpaper/online_wallpaper_manager.h",
"wallpaper/online_wallpaper_variant_info_fetcher.cc",
"wallpaper/online_wallpaper_variant_info_fetcher.h",
"wallpaper/sea_pen_wallpaper_manager.cc",
"wallpaper/sea_pen_wallpaper_manager.h",
"wallpaper/sea_pen_wallpaper_manager_session_delegate_impl.cc",
"wallpaper/sea_pen_wallpaper_manager_session_delegate_impl.h",
"wallpaper/views/wallpaper_base_view.cc",
"wallpaper/views/wallpaper_base_view.h",
"wallpaper/views/wallpaper_view.cc",
"wallpaper/views/wallpaper_view.h",
"wallpaper/views/wallpaper_widget_controller.cc",
"wallpaper/views/wallpaper_widget_controller.h",
"wallpaper/wallpaper_blur_manager.cc",
"wallpaper/wallpaper_blur_manager.h",
"wallpaper/wallpaper_constants.h",
"wallpaper/wallpaper_controller_impl.cc",
"wallpaper/wallpaper_controller_impl.h",
"wallpaper/wallpaper_daily_refresh_scheduler.cc",
"wallpaper/wallpaper_daily_refresh_scheduler.h",
"wallpaper/wallpaper_file_manager.cc",
"wallpaper/wallpaper_file_manager.h",
"wallpaper/wallpaper_image_downloader.cc",
"wallpaper/wallpaper_image_downloader.h",
"wallpaper/wallpaper_info_migrator.cc",
"wallpaper/wallpaper_info_migrator.h",
"wallpaper/wallpaper_metrics_manager.cc",
"wallpaper/wallpaper_metrics_manager.h",
"wallpaper/wallpaper_pref_manager.cc",
"wallpaper/wallpaper_pref_manager.h",
"wallpaper/wallpaper_time_of_day_scheduler.cc",
"wallpaper/wallpaper_time_of_day_scheduler.h",
"wallpaper/wallpaper_utils/scored_sample.cc",
"wallpaper/wallpaper_utils/scored_sample.h",
"wallpaper/wallpaper_utils/sea_pen_metadata_utils.cc",
"wallpaper/wallpaper_utils/sea_pen_metadata_utils.h",
"wallpaper/wallpaper_utils/sea_pen_utils_generated.cc",
"wallpaper/wallpaper_utils/sea_pen_utils_generated.h",
"wallpaper/wallpaper_utils/wallpaper_calculated_colors.cc",
"wallpaper/wallpaper_utils/wallpaper_calculated_colors.h",
"wallpaper/wallpaper_utils/wallpaper_color_calculator.cc",
"wallpaper/wallpaper_utils/wallpaper_color_calculator.h",
"wallpaper/wallpaper_utils/wallpaper_color_extraction_result.h",
"wallpaper/wallpaper_utils/wallpaper_ephemeral_user.cc",
"wallpaper/wallpaper_utils/wallpaper_ephemeral_user.h",
"wallpaper/wallpaper_utils/wallpaper_file_utils.cc",
"wallpaper/wallpaper_utils/wallpaper_file_utils.h",
"wallpaper/wallpaper_utils/wallpaper_language.cc",
"wallpaper/wallpaper_utils/wallpaper_language.h",
"wallpaper/wallpaper_utils/wallpaper_online_variant_utils.cc",
"wallpaper/wallpaper_utils/wallpaper_online_variant_utils.h",
"wallpaper/wallpaper_utils/wallpaper_resizer.cc",
"wallpaper/wallpaper_utils/wallpaper_resizer.h",
"wallpaper/wallpaper_utils/wallpaper_resolution.cc",
"wallpaper/wallpaper_utils/wallpaper_resolution.h",
"wallpaper/wallpaper_window_state_manager.cc",
"wallpaper/wallpaper_window_state_manager.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/client_controlled_state.h",
"wm/collision_detection/collision_detection_utils.cc",
"wm/collision_detection/collision_detection_utils.h",
"wm/container_finder.cc",
"wm/container_finder.h",
"wm/coral/coral_controller.cc",
"wm/coral/coral_controller.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/autotest_desks_api.cc",
"wm/desks/default_desk_button.cc",
"wm/desks/default_desk_button.h",
"wm/desks/desk.cc",
"wm/desks/desk.h",
"wm/desks/desk_action_button.cc",
"wm/desks/desk_action_button.h",
"wm/desks/desk_action_context_menu.cc",
"wm/desks/desk_action_context_menu.h",
"wm/desks/desk_action_view.cc",
"wm/desks/desk_action_view.h",
"wm/desks/desk_animation_base.cc",
"wm/desks/desk_animation_base.h",
"wm/desks/desk_animation_impl.cc",
"wm/desks/desk_animation_impl.h",
"wm/desks/desk_bar_controller.cc",
"wm/desks/desk_bar_controller.h",
"wm/desks/desk_bar_view.cc",
"wm/desks/desk_bar_view.h",
"wm/desks/desk_bar_view_base.cc",
"wm/desks/desk_bar_view_base.h",
"wm/desks/desk_button/desk_button.cc",
"wm/desks/desk_button/desk_button.h",
"wm/desks/desk_button/desk_button_container.cc",
"wm/desks/desk_button/desk_button_container.h",
"wm/desks/desk_button/desk_switch_button.cc",
"wm/desks/desk_button/desk_switch_button.h",
"wm/desks/desk_button_base.cc",
"wm/desks/desk_button_base.h",
"wm/desks/desk_drag_proxy.cc",
"wm/desks/desk_drag_proxy.h",
"wm/desks/desk_icon_button.cc",
"wm/desks/desk_icon_button.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_name_view.cc",
"wm/desks/desk_name_view.h",
"wm/desks/desk_preview_view.cc",
"wm/desks/desk_preview_view.h",
"wm/desks/desk_profiles_button.cc",
"wm/desks/desk_profiles_button.h",
"wm/desks/desk_textfield.cc",
"wm/desks/desk_textfield.h",
"wm/desks/desks_animations.cc",
"wm/desks/desks_animations.h",
"wm/desks/desks_constants.h",
"wm/desks/desks_controller.cc",
"wm/desks/desks_controller.h",
"wm/desks/desks_histogram_enums.h",
"wm/desks/desks_restore_util.cc",
"wm/desks/desks_restore_util.h",
"wm/desks/desks_util.cc",
"wm/desks/desks_util.h",
"wm/desks/overview_desk_bar_view.cc",
"wm/desks/overview_desk_bar_view.h",
"wm/desks/root_window_desk_switch_animator.cc",
"wm/desks/root_window_desk_switch_animator.h",
"wm/desks/scroll_arrow_button.cc",
"wm/desks/scroll_arrow_button.h",
"wm/desks/templates/admin_template_launch_tracker.cc",
"wm/desks/templates/admin_template_launch_tracker.h",
"wm/desks/templates/restore_data_collector.cc",
"wm/desks/templates/restore_data_collector.h",
"wm/desks/templates/saved_desk_animations.cc",
"wm/desks/templates/saved_desk_animations.h",
"wm/desks/templates/saved_desk_constants.h",
"wm/desks/templates/saved_desk_controller.cc",
"wm/desks/templates/saved_desk_controller.h",
"wm/desks/templates/saved_desk_dialog_controller.cc",
"wm/desks/templates/saved_desk_dialog_controller.h",
"wm/desks/templates/saved_desk_grid_view.cc",
"wm/desks/templates/saved_desk_grid_view.h",
"wm/desks/templates/saved_desk_icon_container.cc",
"wm/desks/templates/saved_desk_icon_container.h",
"wm/desks/templates/saved_desk_icon_view.cc",
"wm/desks/templates/saved_desk_icon_view.h",
"wm/desks/templates/saved_desk_item_view.cc",
"wm/desks/templates/saved_desk_item_view.h",
"wm/desks/templates/saved_desk_library_view.cc",
"wm/desks/templates/saved_desk_library_view.h",
"wm/desks/templates/saved_desk_metrics_util.cc",
"wm/desks/templates/saved_desk_metrics_util.h",
"wm/desks/templates/saved_desk_name_view.cc",
"wm/desks/templates/saved_desk_name_view.h",
"wm/desks/templates/saved_desk_presenter.cc",
"wm/desks/templates/saved_desk_presenter.h",
"wm/desks/templates/saved_desk_save_desk_button.cc",
"wm/desks/templates/saved_desk_save_desk_button.h",
"wm/desks/templates/saved_desk_save_desk_button_container.cc",
"wm/desks/templates/saved_desk_save_desk_button_container.h",
"wm/desks/templates/saved_desk_util.cc",
"wm/desks/templates/saved_desk_util.h",
"wm/desks/window_occlusion_calculator.cc",
"wm/desks/window_occlusion_calculator.h",
"wm/drag_details.cc",
"wm/drag_details.h",
"wm/drag_window_controller.cc",
"wm/drag_window_controller.h",
"wm/drag_window_resizer.cc",
"wm/drag_window_resizer.h",
"wm/event_client_impl.cc",
"wm/event_client_impl.h",
"wm/float/float_controller.cc",
"wm/float/float_controller.h",
"wm/float/tablet_mode_float_window_resizer.cc",
"wm/float/tablet_mode_float_window_resizer.h",
"wm/float/tablet_mode_tuck_education.cc",
"wm/float/tablet_mode_tuck_education.h",
"wm/fullscreen_window_finder.cc",
"wm/fullscreen_window_finder.h",
"wm/gestures/back_gesture/back_gesture_affordance.cc",
"wm/gestures/back_gesture/back_gesture_affordance.h",
"wm/gestures/back_gesture/back_gesture_contextual_nudge.cc",
"wm/gestures/back_gesture/back_gesture_contextual_nudge.h",
"wm/gestures/back_gesture/back_gesture_contextual_nudge_controller_impl.cc",
"wm/gestures/back_gesture/back_gesture_contextual_nudge_controller_impl.h",
"wm/gestures/back_gesture/back_gesture_event_handler.cc",
"wm/gestures/back_gesture/back_gesture_event_handler.h",
"wm/gestures/back_gesture/back_gesture_metrics.cc",
"wm/gestures/back_gesture/back_gesture_metrics.h",
"wm/gestures/back_gesture/back_gesture_util.cc",
"wm/gestures/back_gesture/back_gesture_util.h",
"wm/gestures/wm_fling_handler.cc",
"wm/gestures/wm_fling_handler.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/mru_window_tracker.h",
"wm/multi_display/multi_display_metrics_controller.cc",
"wm/multi_display/multi_display_metrics_controller.h",
"wm/native_cursor_manager_ash.cc",
"wm/native_cursor_manager_ash.h",
"wm/overlay_layout_manager.cc",
"wm/overlay_layout_manager.h",
"wm/overview/birch/birch_bar_constants.h",
"wm/overview/birch/birch_bar_context_menu_model.cc",
"wm/overview/birch/birch_bar_context_menu_model.h",
"wm/overview/birch/birch_bar_controller.cc",
"wm/overview/birch/birch_bar_controller.h",
"wm/overview/birch/birch_bar_menu_model_adapter.cc",
"wm/overview/birch/birch_bar_menu_model_adapter.h",
"wm/overview/birch/birch_bar_util.cc",
"wm/overview/birch/birch_bar_util.h",
"wm/overview/birch/birch_bar_view.cc",
"wm/overview/birch/birch_bar_view.h",
"wm/overview/birch/birch_chip_button.cc",
"wm/overview/birch/birch_chip_button.h",
"wm/overview/birch/birch_chip_button_base.cc",
"wm/overview/birch/birch_chip_button_base.h",
"wm/overview/birch/birch_chip_context_menu_model.cc",
"wm/overview/birch/birch_chip_context_menu_model.h",
"wm/overview/birch/birch_chip_loader_view.cc",
"wm/overview/birch/birch_chip_loader_view.h",
"wm/overview/birch/birch_privacy_nudge_controller.cc",
"wm/overview/birch/birch_privacy_nudge_controller.h",
"wm/overview/birch/tab_app_selection_host.cc",
"wm/overview/birch/tab_app_selection_host.h",
"wm/overview/birch/tab_app_selection_view.cc",
"wm/overview/birch/tab_app_selection_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/event_handler_delegate.h",
"wm/overview/overview_animation_state_waiter.cc",
"wm/overview/overview_animation_state_waiter.h",
"wm/overview/overview_constants.h",
"wm/overview/overview_controller.cc",
"wm/overview/overview_controller.h",
"wm/overview/overview_controller.h",
"wm/overview/overview_delegate.h",
"wm/overview/overview_drop_target.cc",
"wm/overview/overview_drop_target.h",
"wm/overview/overview_focus_cycler.cc",
"wm/overview/overview_focus_cycler.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_group_container_view.cc",
"wm/overview/overview_group_container_view.h",
"wm/overview/overview_group_item.cc",
"wm/overview/overview_group_item.h",
"wm/overview/overview_item.cc",
"wm/overview/overview_item.h",
"wm/overview/overview_item_base.cc",
"wm/overview/overview_item_base.h",
"wm/overview/overview_item_view.cc",
"wm/overview/overview_item_view.h",
"wm/overview/overview_metrics.cc",
"wm/overview/overview_metrics.h",
"wm/overview/overview_observer.h",
"wm/overview/overview_session.cc",
"wm/overview/overview_session.h",
"wm/overview/overview_session_metrics_recorder.cc",
"wm/overview/overview_session_metrics_recorder.h",
"wm/overview/overview_test_api.cc",
"wm/overview/overview_types.h",
"wm/overview/overview_ui_task_pool.cc",
"wm/overview/overview_ui_task_pool.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/overview_window_occlusion_calculator.cc",
"wm/overview/overview_window_occlusion_calculator.h",
"wm/overview/scoped_float_container_stacker.cc",
"wm/overview/scoped_float_container_stacker.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/overview/scoped_overview_wallpaper_clipper.cc",
"wm/overview/scoped_overview_wallpaper_clipper.h",
"wm/pip/pip_controller.cc",
"wm/pip/pip_controller.h",
"wm/pip/pip_double_tap_handler.cc",
"wm/pip/pip_double_tap_handler.h",
"wm/pip/pip_positioner.cc",
"wm/pip/pip_positioner.h",
"wm/pip/pip_window_resizer.cc",
"wm/pip/pip_window_resizer.h",
"wm/raster_scale/raster_scale_controller.cc",
"wm/raster_scale/raster_scale_controller.h",
"wm/raster_scale/raster_scale_layer_observer.cc",
"wm/raster_scale/raster_scale_layer_observer.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/scoped_layer_tree_synchronizer.cc",
"wm/scoped_layer_tree_synchronizer.h",
"wm/scoped_window_tucker.cc",
"wm/scoped_window_tucker.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/snap_group/snap_group.cc",
"wm/snap_group/snap_group.h",
"wm/snap_group/snap_group_constants.h",
"wm/snap_group/snap_group_controller.cc",
"wm/snap_group/snap_group_controller.h",
"wm/snap_group/snap_group_metrics.cc",
"wm/snap_group/snap_group_metrics.h",
"wm/snap_group/snap_group_observer.h",
"wm/splitview/auto_snap_controller.cc",
"wm/splitview/auto_snap_controller.h",
"wm/splitview/layout_divider_controller.h",
"wm/splitview/split_view_constants.h",
"wm/splitview/split_view_controller.cc",
"wm/splitview/split_view_controller.h",
"wm/splitview/split_view_divider.cc",
"wm/splitview/split_view_divider.h",
"wm/splitview/split_view_divider_view.cc",
"wm/splitview/split_view_divider_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_metrics_controller.cc",
"wm/splitview/split_view_metrics_controller.h",
"wm/splitview/split_view_observer.h",
"wm/splitview/split_view_overview_session.cc",
"wm/splitview/split_view_overview_session.h",
"wm/splitview/split_view_setup_view.cc",
"wm/splitview/split_view_setup_view.h",
"wm/splitview/split_view_test_api.cc",
"wm/splitview/split_view_types.h",
"wm/splitview/split_view_utils.cc",
"wm/splitview/split_view_utils.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_panel_view.cc",
"wm/system_panel_view.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_controller.cc",
"wm/tablet_mode/tablet_mode_controller.h",
"wm/tablet_mode/tablet_mode_multitask_cue_controller.cc",
"wm/tablet_mode/tablet_mode_multitask_cue_controller.h",
"wm/tablet_mode/tablet_mode_multitask_menu.cc",
"wm/tablet_mode/tablet_mode_multitask_menu.h",
"wm/tablet_mode/tablet_mode_multitask_menu_controller.cc",
"wm/tablet_mode/tablet_mode_multitask_menu_controller.h",
"wm/tablet_mode/tablet_mode_toggle_fullscreen_event_handler.cc",
"wm/tablet_mode/tablet_mode_toggle_fullscreen_event_handler.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/tile_group/window_splitter.cc",
"wm/tile_group/window_splitter.h",
"wm/tile_group/window_tiling_controller.cc",
"wm/tile_group/window_tiling_controller.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/window_cycle_controller.cc",
"wm/window_cycle/window_cycle_controller.h",
"wm/window_cycle/window_cycle_event_filter.cc",
"wm/window_cycle/window_cycle_event_filter.h",
"wm/window_cycle/window_cycle_item_view.cc",
"wm/window_cycle/window_cycle_item_view.h",
"wm/window_cycle/window_cycle_list.cc",
"wm/window_cycle/window_cycle_list.h",
"wm/window_cycle/window_cycle_view.cc",
"wm/window_cycle/window_cycle_view.h",
"wm/window_dimmer.cc",
"wm/window_dimmer.h",
"wm/window_finder.cc",
"wm/window_mini_view.cc",
"wm/window_mini_view.h",
"wm/window_mini_view_header_view.cc",
"wm/window_mini_view_header_view.h",
"wm/window_mirror_view.cc",
"wm/window_mirror_view.h",
"wm/window_mirror_view_pip.cc",
"wm/window_mirror_view_pip.h",
"wm/window_parenting_controller.cc",
"wm/window_parenting_controller.h",
"wm/window_positioner.cc",
"wm/window_positioner.h",
"wm/window_positioning_utils.cc",
"wm/window_positioning_utils.h",
"wm/window_preview_view.cc",
"wm/window_preview_view.h",
"wm/window_properties.cc",
"wm/window_properties.h",
"wm/window_resizer.cc",
"wm/window_resizer.h",
"wm/window_restore/informed_restore_app_image_view.cc",
"wm/window_restore/informed_restore_app_image_view.h",
"wm/window_restore/informed_restore_constants.h",
"wm/window_restore/informed_restore_contents_data.cc",
"wm/window_restore/informed_restore_contents_data.h",
"wm/window_restore/informed_restore_contents_view.cc",
"wm/window_restore/informed_restore_contents_view.h",
"wm/window_restore/informed_restore_context_menu_model.cc",
"wm/window_restore/informed_restore_context_menu_model.h",
"wm/window_restore/informed_restore_controller.cc",
"wm/window_restore/informed_restore_controller.h",
"wm/window_restore/informed_restore_item_view.cc",
"wm/window_restore/informed_restore_item_view.h",
"wm/window_restore/informed_restore_items_container_view.cc",
"wm/window_restore/informed_restore_items_container_view.h",
"wm/window_restore/informed_restore_items_overflow_view.cc",
"wm/window_restore/informed_restore_items_overflow_view.h",
"wm/window_restore/informed_restore_screenshot_icon_row_view.cc",
"wm/window_restore/informed_restore_screenshot_icon_row_view.h",
"wm/window_restore/window_restore_controller.cc",
"wm/window_restore/window_restore_controller.h",
"wm/window_restore/window_restore_metrics.cc",
"wm/window_restore/window_restore_metrics.h",
"wm/window_restore/window_restore_util.cc",
"wm/window_restore/window_restore_util.h",
"wm/window_state.cc",
"wm/window_state.h",
"wm/window_state_delegate.cc",
"wm/window_state_delegate.h",
"wm/window_state_observer.h",
"wm/window_state_util.cc",
"wm/window_state_util.h",
"wm/window_transient_descendant_iterator.cc",
"wm/window_transient_descendant_iterator.h",
"wm/window_util.cc",
"wm/window_util.h",
"wm/wm_constants.h",
"wm/wm_default_layout_manager.cc",
"wm/wm_default_layout_manager.h",
"wm/wm_event.cc",
"wm/wm_event.h",
"wm/wm_metrics.cc",
"wm/wm_metrics.h",
"wm/wm_shadow_controller_delegate.cc",
"wm/wm_shadow_controller_delegate.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/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/workspace_window_resizer.h",
"wm/workspace_controller.cc",
"wm/workspace_controller.h",
"wm_mode/pie_menu_view.cc",
"wm_mode/pie_menu_view.h",
"wm_mode/wm_mode_button_tray.cc",
"wm_mode/wm_mode_button_tray.h",
"wm_mode/wm_mode_controller.cc",
"wm_mode/wm_mode_controller.h",
]
configs += [ "//build/config:precompiled_headers" ]
defines = [ "ASH_IMPLEMENTATION" ]
public_deps = [
"//ash/public/cpp",
"//ash/public/cpp/app_list/vector_icons:vector_icons",
"//ash/public/cpp/resources:ash_public_unscaled_resources",
"//ash/resources/vector_icons",
"//ash/strings",
"//chromeos/ash/components/osauth/impl",
"//chromeos/ash/components/osauth/public",
"//chromeos/ash/services/hotspot_config/public/mojom",
"//chromeos/ash/services/multidevice_setup/public/mojom",
"//chromeos/ash/services/nearby/public/mojom",
"//chromeos/crosapi/mojom",
"//chromeos/services/machine_learning/public/mojom",
"//chromeos/services/network_config/public/cpp",
"//chromeos/ui/vector_icons",
"//components/discardable_memory/public/mojom",
"//components/version_info:channel",
"//google_apis/calendar",
"//google_apis/common"