summaryrefslogtreecommitdiffstats
path: root/chromium/ash/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-03-12 09:13:00 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-03-16 09:58:26 +0000
commit03561cae90f1d99b5c54b1ef3be69f10e882b25e (patch)
treecc5f0958e823c044e7ae51cc0117fe51432abe5e /chromium/ash/BUILD.gn
parentfa98118a45f7e169f8846086dc2c22c49a8ba310 (diff)
BASELINE: Update Chromium to 88.0.4324.208
Change-Id: I3ae87d23e4eff4b4a469685658740a213600c667 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/ash/BUILD.gn')
-rw-r--r--chromium/ash/BUILD.gn113
1 files changed, 89 insertions, 24 deletions
diff --git a/chromium/ash/BUILD.gn b/chromium/ash/BUILD.gn
index 9552865cf56..ca5d00dca44 100644
--- a/chromium/ash/BUILD.gn
+++ b/chromium/ash/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//build/config/python.gni")
import("//build/config/ui.gni")
import("//chromeos/assistant/ambient.gni")
import("//mojo/public/tools/bindings/mojom.gni")
@@ -50,6 +51,7 @@ component("ash") {
"public/cpp/autotest_desks_api.h",
"public/cpp/autotest_private_api_utils.h",
"public/cpp/capture_mode_delegate.h",
+ "public/cpp/capture_mode_test_api.h",
"public/cpp/debug_utils.h",
"public/cpp/docked_magnifier_controller.h",
"public/cpp/event_rewriter_controller.h",
@@ -127,6 +129,8 @@ component("ash") {
"accelerators/pre_target_accelerator_handler.h",
"accelerators/spoken_feedback_toggler.cc",
"accelerators/spoken_feedback_toggler.h",
+ "accelerometer/accelerometer_file_reader.cc",
+ "accelerometer/accelerometer_file_reader.h",
"accelerometer/accelerometer_reader.cc",
"accelerometer/accelerometer_reader.h",
"accelerometer/accelerometer_types.cc",
@@ -194,6 +198,7 @@ component("ash") {
"ambient/ui/ambient_container_view.cc",
"ambient/ui/ambient_container_view.h",
"ambient/ui/ambient_view_delegate.h",
+ "ambient/ui/ambient_view_ids.h",
"ambient/ui/assistant_response_container_view.cc",
"ambient/ui/assistant_response_container_view.h",
"ambient/ui/glanceable_info_view.cc",
@@ -257,26 +262,39 @@ component("ash") {
"bluetooth_devices_observer.h",
"cancel_mode.cc",
"cancel_mode.h",
+ "capture_mode/capture_label_view.cc",
+ "capture_mode/capture_label_view.h",
"capture_mode/capture_mode_bar_view.cc",
"capture_mode/capture_mode_bar_view.h",
- "capture_mode/capture_mode_close_button.cc",
- "capture_mode/capture_mode_close_button.h",
+ "capture_mode/capture_mode_button.cc",
+ "capture_mode/capture_mode_button.h",
"capture_mode/capture_mode_constants.h",
"capture_mode/capture_mode_controller.cc",
"capture_mode/capture_mode_controller.h",
"capture_mode/capture_mode_feature_pod_controller.cc",
"capture_mode/capture_mode_feature_pod_controller.h",
+ "capture_mode/capture_mode_metrics.cc",
+ "capture_mode/capture_mode_metrics.h",
"capture_mode/capture_mode_session.cc",
"capture_mode/capture_mode_session.h",
"capture_mode/capture_mode_source_view.cc",
"capture_mode/capture_mode_source_view.h",
+ "capture_mode/capture_mode_test_api.cc",
"capture_mode/capture_mode_toggle_button.cc",
"capture_mode/capture_mode_toggle_button.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/stop_recording_button_tray.cc",
"capture_mode/stop_recording_button_tray.h",
+ "capture_mode/video_file_handler.cc",
+ "capture_mode/video_file_handler.h",
+ "capture_mode/video_recording_watcher.cc",
+ "capture_mode/video_recording_watcher.h",
"capture_mode/view_with_ink_drop.h",
"child_accounts/parent_access_controller_impl.cc",
"child_accounts/parent_access_controller_impl.h",
@@ -297,6 +315,8 @@ component("ash") {
"clipboard/clipboard_nudge_constants.h",
"clipboard/clipboard_nudge_controller.cc",
"clipboard/clipboard_nudge_controller.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_item_view.cc",
@@ -402,6 +422,7 @@ component("ash") {
"drag_drop/drag_image_view.h",
"drag_drop/tab_drag_drop_delegate.cc",
"drag_drop/tab_drag_drop_delegate.h",
+ "drag_drop/toplevel_window_drag_delegate.h",
"events/accessibility_event_rewriter.cc",
"events/accessibility_event_rewriter.h",
"events/event_rewriter_controller_impl.cc",
@@ -443,6 +464,7 @@ component("ash") {
"frame/wide_frame_view.cc",
"frame_throttler/frame_throttling_controller.cc",
"frame_throttler/frame_throttling_controller.h",
+ "frame_throttler/frame_throttling_observer.h",
"high_contrast/high_contrast_controller.cc",
"high_contrast/high_contrast_controller.h",
"highlighter/highlighter_controller.cc",
@@ -479,12 +501,16 @@ component("ash") {
"host/root_window_transformer.h",
"host/transformer_helper.cc",
"host/transformer_helper.h",
+ "hud_display/compositor_stats.cc",
+ "hud_display/compositor_stats.h",
"hud_display/cpu_graph_page_view.cc",
"hud_display/cpu_graph_page_view.h",
"hud_display/cpu_status.cc",
"hud_display/cpu_status.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",
@@ -525,6 +551,8 @@ component("ash") {
"in_session_auth/in_session_auth_dialog.h",
"in_session_auth/in_session_auth_dialog_controller_impl.cc",
"in_session_auth/in_session_auth_dialog_controller_impl.h",
+ "in_session_auth/webauthn_request_registrar_impl.cc",
+ "in_session_auth/webauthn_request_registrar_impl.h",
"keyboard/arc/arc_virtual_keyboard_container_layout_manager.cc",
"keyboard/arc/arc_virtual_keyboard_container_layout_manager.h",
"keyboard/keyboard_controller_impl.cc",
@@ -604,8 +632,8 @@ component("ash") {
"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_unpositioned_tooltip_view.cc",
- "login/ui/login_unpositioned_tooltip_view.h",
+ "login/ui/login_tooltip_view.cc",
+ "login/ui/login_tooltip_view.h",
"login/ui/login_user_menu_view.cc",
"login/ui/login_user_menu_view.h",
"login/ui/login_user_view.cc",
@@ -697,8 +725,8 @@ component("ash") {
"quick_answers/ui/quick_answers_pre_target_handler.h",
"quick_answers/ui/quick_answers_view.cc",
"quick_answers/ui/quick_answers_view.h",
- "quick_answers/ui/user_consent_view.cc",
- "quick_answers/ui/user_consent_view.h",
+ "quick_answers/ui/user_notice_view.cc",
+ "quick_answers/ui/user_notice_view.h",
"root_window_controller.cc",
"root_window_settings.cc",
"root_window_settings.h",
@@ -714,6 +742,8 @@ component("ash") {
"screen_util.cc",
"screen_util.h",
"screenshot_delegate.h",
+ "session/fullscreen_alert_bubble.cc",
+ "session/fullscreen_alert_bubble.h",
"session/fullscreen_controller.cc",
"session/fullscreen_controller.h",
"session/multiprofiles_intro_dialog.cc",
@@ -860,6 +890,10 @@ component("ash") {
"system/accessibility/floating_menu_button.h",
"system/accessibility/floating_menu_utils.cc",
"system/accessibility/floating_menu_utils.h",
+ "system/accessibility/select_to_speak_menu_bubble_controller.cc",
+ "system/accessibility/select_to_speak_menu_bubble_controller.h",
+ "system/accessibility/select_to_speak_menu_view.cc",
+ "system/accessibility/select_to_speak_menu_view.h",
"system/accessibility/select_to_speak_tray.cc",
"system/accessibility/select_to_speak_tray.h",
"system/accessibility/switch_access_back_button_bubble_controller.cc",
@@ -935,12 +969,16 @@ component("ash") {
"system/enterprise/enterprise_domain_observer.h",
"system/gesture_education/gesture_education_notification_controller.cc",
"system/gesture_education/gesture_education_notification_controller.h",
+ "system/holding_space/holding_space_color_provider_impl.cc",
+ "system/holding_space/holding_space_color_provider_impl.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_chips_container.cc",
"system/holding_space/holding_space_item_chips_container.h",
- "system/holding_space/holding_space_item_screenshot_view.cc",
- "system/holding_space/holding_space_item_screenshot_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_view_delegate.cc",
@@ -951,6 +989,10 @@ component("ash") {
"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_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/pinned_files_container.cc",
"system/holding_space/pinned_files_container.h",
"system/holding_space/recent_files_container.cc",
@@ -1133,16 +1175,26 @@ component("ash") {
"system/phonehub/connection_error_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/initial_connecting_view.cc",
"system/phonehub/initial_connecting_view.h",
+ "system/phonehub/interstitial_view_button.cc",
+ "system/phonehub/interstitial_view_button.h",
+ "system/phonehub/locate_phone_quick_action_controller.cc",
+ "system/phonehub/locate_phone_quick_action_controller.h",
"system/phonehub/notification_opt_in_view.cc",
"system/phonehub/notification_opt_in_view.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_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_notification_controller.cc",
"system/phonehub/phone_hub_notification_controller.h",
"system/phonehub/phone_hub_tray.cc",
@@ -1161,8 +1213,11 @@ component("ash") {
"system/phonehub/silence_phone_quick_action_controller.h",
"system/phonehub/task_continuation_view.cc",
"system/phonehub/task_continuation_view.h",
+ "system/phonehub/ui_constants.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/dual_role_notification.cc",
@@ -1280,8 +1335,6 @@ component("ash") {
"system/tray/tray_item_view.cc",
"system/tray/tray_item_view.h",
"system/tray/tray_popup_ink_drop_style.h",
- "system/tray/tray_popup_item_style.cc",
- "system/tray/tray_popup_item_style.h",
"system/tray/tray_popup_utils.cc",
"system/tray/tray_popup_utils.h",
"system/tray/tray_utils.cc",
@@ -1291,6 +1344,8 @@ component("ash") {
"system/tray/unfocusable_label.cc",
"system/tray/unfocusable_label.h",
"system/tray/view_click_listener.h",
+ "system/unified/camera_mic_tray_item_view.cc",
+ "system/unified/camera_mic_tray_item_view.h",
"system/unified/collapse_button.cc",
"system/unified/collapse_button.h",
"system/unified/current_locale_view.cc",
@@ -1308,8 +1363,6 @@ component("ash") {
"system/unified/ime_mode_view.h",
"system/unified/managed_device_tray_item_view.cc",
"system/unified/managed_device_tray_item_view.h",
- "system/unified/media_controls_chip_view.cc",
- "system/unified/media_controls_chip_view.h",
"system/unified/notification_counter_view.cc",
"system/unified/notification_counter_view.h",
"system/unified/notification_hidden_view.cc",
@@ -1376,9 +1429,9 @@ component("ash") {
"utility/transformer_util.h",
"wallpaper/wallpaper_base_view.cc",
"wallpaper/wallpaper_base_view.h",
+ "wallpaper/wallpaper_constants.h",
"wallpaper/wallpaper_controller_impl.cc",
"wallpaper/wallpaper_controller_impl.h",
- "wallpaper/wallpaper_property.h",
"wallpaper/wallpaper_utils/wallpaper_color_calculator.cc",
"wallpaper/wallpaper_utils/wallpaper_color_calculator.h",
"wallpaper/wallpaper_utils/wallpaper_color_calculator_observer.h",
@@ -1521,8 +1574,6 @@ component("ash") {
"wm/overview/overview_window_drag_controller.h",
"wm/overview/rounded_label_widget.cc",
"wm/overview/rounded_label_widget.h",
- "wm/overview/rounded_rect_view.cc",
- "wm/overview/rounded_rect_view.h",
"wm/overview/scoped_overview_animation_settings.cc",
"wm/overview/scoped_overview_animation_settings.h",
"wm/overview/scoped_overview_hide_windows.cc",
@@ -1665,7 +1716,6 @@ component("ash") {
"//components/discardable_memory/public/mojom",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/content/public/mojom",
"//services/data_decoder/public/mojom",
"//services/device/public/cpp/bluetooth",
"//services/device/public/mojom",
@@ -1694,6 +1744,8 @@ component("ash") {
"//ash/assistant/util",
"//ash/keyboard/ui",
"//ash/login/resources:resources_grit",
+ "//ash/services/recording",
+ "//ash/services/recording/public/mojom",
"//ash/system/machine_learning:user_settings_event_proto",
"//base",
"//base:i18n",
@@ -1708,7 +1760,8 @@ component("ash") {
"//chromeos/components/phonehub",
"//chromeos/components/quick_answers",
"//chromeos/components/quick_answers/public/cpp:prefs",
- "//chromeos/ui",
+ "//chromeos/ui/base",
+ "//chromeos/ui/frame",
"//services/viz/public/mojom",
# TODO(https://crbug.com/644336): Make CrasAudioHandler Chrome or Ash only.
@@ -1763,7 +1816,6 @@ component("ash") {
"//gpu/command_buffer/client:gles2_interface",
"//media",
"//net",
- "//services/content/public/cpp",
"//services/data_decoder/public/cpp",
"//services/metrics/public/cpp:ukm_builders",
"//services/network/public/cpp:cpp",
@@ -1844,7 +1896,8 @@ component("ash") {
}
}
-action("dbus_service_files") {
+# TODO(crbug.com/1112471): Get this to run cleanly under Python 3.
+python2_action("dbus_service_files") {
sources = [
"dbus/org.chromium.DisplayService.conf",
"dbus/org.chromium.GesturePropertiesService.conf",
@@ -1918,6 +1971,7 @@ test("ash_unittests") {
"autoclick/autoclick_drag_event_rewriter_unittest.cc",
"autoclick/autoclick_unittest.cc",
"capture_mode/capture_mode_unittests.cc",
+ "capture_mode/video_file_handler_unittest.cc",
"child_accounts/parent_access_controller_impl_unittest.cc",
"clipboard/clipboard_history_controller_unittest.cc",
"clipboard/clipboard_history_resource_manager_unittest.cc",
@@ -1979,7 +2033,6 @@ test("ash_unittests") {
"home_screen/drag_window_from_shelf_controller_test_api.cc",
"home_screen/drag_window_from_shelf_controller_test_api.h",
"home_screen/drag_window_from_shelf_controller_unittest.cc",
- "home_screen/home_launcher_gesture_handler_unittest.cc",
"home_screen/home_screen_controller_unittest.cc",
"home_screen/swipe_home_to_overview_controller_unittest.cc",
"host/ash_window_tree_host_platform_unittest.cc",
@@ -2079,8 +2132,6 @@ test("ash_unittests") {
"shelf/shelf_window_watcher_unittest.cc",
"shelf/test/hotseat_state_watcher.cc",
"shelf/test/hotseat_state_watcher.h",
- "shelf/test/overview_animation_waiter.cc",
- "shelf/test/overview_animation_waiter.h",
"shelf/test/shelf_layout_manager_test_base.cc",
"shelf/test/shelf_layout_manager_test_base.h",
"shelf/test/widget_animation_smoothness_inspector.cc",
@@ -2092,6 +2143,7 @@ test("ash_unittests") {
"system/accessibility/autoclick_menu_bubble_controller_unittest.cc",
"system/accessibility/dictation_button_tray_unittest.cc",
"system/accessibility/floating_accessibility_controller_unittest.cc",
+ "system/accessibility/select_to_speak_menu_bubble_controller_unittest.cc",
"system/accessibility/select_to_speak_tray_unittest.cc",
"system/accessibility/switch_access_back_button_bubble_controller_unittest.cc",
"system/accessibility/switch_access_menu_bubble_controller_unittest.cc",
@@ -2101,13 +2153,16 @@ test("ash_unittests") {
"system/bluetooth/bluetooth_notification_controller_unittest.cc",
"system/bluetooth/bluetooth_power_controller_unittest.cc",
"system/bluetooth/tray_bluetooth_helper_legacy_unittest.cc",
+ "system/bluetooth/unified_bluetooth_detailed_view_controller_unittest.cc",
"system/caps_lock_notification_controller_unittest.cc",
"system/gesture_education/gesture_education_notification_controller_unittest.cc",
+ "system/holding_space/holding_space_tray_unittest.cc",
"system/ime/ime_feature_pod_controller_unittest.cc",
"system/ime_menu/ime_menu_tray_unittest.cc",
"system/locale/locale_feature_pod_controller_unittest.cc",
"system/machine_learning/user_settings_event_logger_unittest.cc",
"system/media/media_tray_unittest.cc",
+ "system/media/unified_media_controls_container_unittest.cc",
"system/media/unified_media_controls_controller_unittest.cc",
"system/media/unified_media_controls_detailed_view_controller_unittest.cc",
"system/message_center/ash_message_popup_collection_unittest.cc",
@@ -2142,6 +2197,7 @@ test("ash_unittests") {
"system/phonehub/phone_hub_ui_controller_unittest.cc",
"system/phonehub/phone_status_view_unittest.cc",
"system/phonehub/quick_actions_view_unittest.cc",
+ "system/phonehub/silence_phone_quick_action_controller_unittest.cc",
"system/phonehub/task_continuation_view_unittest.cc",
"system/power/backlights_forced_off_setter_unittest.cc",
"system/power/peripheral_battery_notifier_unittest.cc",
@@ -2166,8 +2222,8 @@ test("ash_unittests") {
"system/tray/size_range_layout_unittest.cc",
"system/tray/status_area_overflow_button_tray_unittest.cc",
"system/tray/tray_event_filter_unittest.cc",
- "system/tray/tray_info_label_unittest.cc",
"system/tray/tri_view_unittest.cc",
+ "system/unified/camera_mic_tray_item_view_unittest.cc",
"system/unified/feature_pods_container_view_unittest.cc",
"system/unified/notification_counter_view_unittest.cc",
"system/unified/page_indicator_view_unittest.cc",
@@ -2201,6 +2257,7 @@ test("ash_unittests") {
"wm/container_finder_unittest.cc",
"wm/default_window_resizer_unittest.cc",
"wm/desks/autotest_desks_api_unittests.cc",
+ "wm/desks/desk_animation_impl_unittest.cc",
"wm/desks/desks_unittests.cc",
"wm/desks/root_window_desk_switch_animator_unittest.cc",
"wm/drag_window_resizer_unittest.cc",
@@ -2305,7 +2362,8 @@ test("ash_unittests") {
"//build:branding_buildflags",
"//chromeos:test_support",
"//chromeos/strings:strings_grit",
- "//chromeos/ui",
+ "//chromeos/ui/base",
+ "//chromeos/ui/frame",
"//chromeos/ui/vector_icons",
# TODO(https://crbug.com/644336): Make CrasAudioHandler Chrome or Ash only.
@@ -2330,6 +2388,7 @@ test("ash_unittests") {
"//chromeos/services/multidevice_setup/public/mojom",
"//chromeos/services/network_config/public/mojom",
"//chromeos/system",
+ "//chromeos/ui/frame:test_support",
"//components/account_id",
"//components/arc:notification_test_support",
"//components/media_message_center",
@@ -2461,6 +2520,10 @@ static_library("test_support") {
"accessibility/test_accessibility_controller_client.h",
"ambient/test/ambient_ash_test_base.cc",
"ambient/test/ambient_ash_test_base.h",
+ "ambient/test/ambient_ash_test_helper.cc",
+ "ambient/test/ambient_ash_test_helper.h",
+ "ambient/test/test_ambient_client.cc",
+ "ambient/test/test_ambient_client.h",
"app_list/app_list_test_api.cc",
"app_list/test/app_list_test_helper.cc",
"app_list/test/app_list_test_helper.h",
@@ -2618,11 +2681,13 @@ static_library("test_support") {
"//ash/assistant/ui:ui",
"//ash/public/cpp",
"//ash/public/cpp:test_support",
+ "//ash/services/recording/public/mojom",
"//base",
"//base:i18n",
"//base/test:test_support",
"//cc:test_support",
"//chromeos/services/assistant/public/cpp",
+ "//chromeos/ui/frame",
"//ui/accessibility/mojom",
"//ui/platform_window/common",