From c551f43206405019121bd2b2c93714319a0a3300 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 23 Jan 2020 17:21:03 +0100 Subject: BASELINE: Update Chromium to 79.0.3945.139 Change-Id: I336b7182fab9bca80b709682489c07db112eaca5 Reviewed-by: Allan Sandfeld Jensen --- chromium/ash/BUILD.gn | 51 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 12 deletions(-) (limited to 'chromium/ash/BUILD.gn') diff --git a/chromium/ash/BUILD.gn b/chromium/ash/BUILD.gn index da791573c1a..10d8dfbd1f2 100644 --- a/chromium/ash/BUILD.gn +++ b/chromium/ash/BUILD.gn @@ -57,10 +57,13 @@ component("ash") { "public/cpp/multi_user_window_manager_delegate.h", "public/cpp/multi_user_window_manager_observer.h", "public/cpp/overview_test_api.h", + "public/cpp/shelf_config.h", "public/cpp/split_view_test_api.h", "public/cpp/window_finder.h", "public/cpp/window_tree_host_lookup.h", "root_window_controller.h", + "rotator/screen_rotation_animator.h", + "rotator/screen_rotation_animator_observer.h", "screenshot_delegate.h", "session/session_controller_impl.h", "shelf/shelf.h", @@ -176,7 +179,6 @@ component("ash") { "ambient/util/ambient_util.h", "animation/animation_change_type.h", "app_list/app_list_controller_impl.cc", - "app_list/app_list_controller_observer.h", "app_list/app_list_presenter_delegate_impl.cc", "app_list/app_list_presenter_delegate_impl.h", "ash_export.h", @@ -334,6 +336,8 @@ component("ash") { "highlighter/highlighter_result_view.h", "highlighter/highlighter_view.cc", "highlighter/highlighter_view.h", + "home_screen/drag_window_from_shelf_controller.cc", + "home_screen/drag_window_from_shelf_controller.h", "home_screen/home_launcher_gesture_handler.cc", "home_screen/home_launcher_gesture_handler.h", "home_screen/home_launcher_gesture_handler_observer.h", @@ -342,6 +346,8 @@ component("ash") { "home_screen/home_screen_delegate.h", "home_screen/home_screen_presenter.cc", "home_screen/home_screen_presenter.h", + "home_screen/swipe_home_to_overview_controller.cc", + "home_screen/swipe_home_to_overview_controller.h", "host/ash_window_tree_host.cc", "host/ash_window_tree_host.h", "host/ash_window_tree_host_init_params.h", @@ -587,7 +593,7 @@ component("ash") { "shelf/shelf_button_delegate.h", "shelf/shelf_button_pressed_metric_tracker.cc", "shelf/shelf_button_pressed_metric_tracker.h", - "shelf/shelf_constants.h", + "shelf/shelf_config.cc", "shelf/shelf_container_view.cc", "shelf/shelf_container_view.h", "shelf/shelf_context_menu_model.cc", @@ -610,6 +616,7 @@ component("ash") { "shelf/shelf_observer.h", "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_tooltip_preview_bubble.cc", @@ -732,8 +739,8 @@ component("ash") { "system/message_center/arc_notification_manager_delegate_impl.h", "system/message_center/ash_message_center_lock_screen_controller.cc", "system/message_center/ash_message_center_lock_screen_controller.h", - "system/message_center/ash_popup_alignment_delegate.cc", - "system/message_center/ash_popup_alignment_delegate.h", + "system/message_center/ash_message_popup_collection.cc", + "system/message_center/ash_message_popup_collection.h", "system/message_center/fullscreen_notification_blocker.cc", "system/message_center/fullscreen_notification_blocker.h", "system/message_center/inactive_user_notification_blocker.cc", @@ -752,6 +759,8 @@ component("ash") { "system/message_center/notifier_settings_view.h", "system/message_center/session_state_notification_blocker.cc", "system/message_center/session_state_notification_blocker.h", + "system/message_center/stacked_notification_bar.cc", + "system/message_center/stacked_notification_bar.h", "system/message_center/unified_message_center_bubble.cc", "system/message_center/unified_message_center_bubble.h", "system/message_center/unified_message_center_view.cc", @@ -936,6 +945,8 @@ component("ash") { "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_item_uma_type.h", @@ -1080,6 +1091,8 @@ component("ash") { "wm/always_on_top_controller.h", "wm/ash_focus_rules.cc", "wm/ash_focus_rules.h", + "wm/back_gesture_affordance.cc", + "wm/back_gesture_affordance.h", "wm/base_state.cc", "wm/base_state.h", "wm/client_controlled_state.cc", @@ -1176,6 +1189,8 @@ component("ash") { "wm/overview/overview_test_api.cc", "wm/overview/overview_utils.cc", "wm/overview/overview_utils.h", + "wm/overview/overview_wallpaper_controller.cc", + "wm/overview/overview_wallpaper_controller.h", "wm/overview/overview_window_drag_controller.cc", "wm/overview/overview_window_drag_controller.h", "wm/overview/rounded_label_widget.cc", @@ -1216,6 +1231,7 @@ component("ash") { "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_observer.h", "wm/splitview/split_view_test_api.cc", "wm/splitview/split_view_utils.cc", "wm/splitview/split_view_utils.h", @@ -1319,6 +1335,7 @@ component("ash") { "//ash/strings", "//ash/wayland", "//components/discardable_memory/public/mojom", + "//mojo/public/cpp/bindings", "//mojo/public/cpp/system", "//services/device/public/cpp/bluetooth", "//services/device/public/mojom", @@ -1337,7 +1354,7 @@ component("ash") { "//ui/wm", ] deps = [ - "//ash/app_list/presenter", + "//ash/app_list", "//ash/app_menu", "//ash/assistant/model", "//ash/assistant/ui", @@ -1519,7 +1536,7 @@ static_library("ash_shell_lib") { deps = [ ":ash", ":test_support", - "//ash/app_list/presenter", + "//ash/app_list", "//ash/public/cpp", "//base", "//base:i18n", @@ -1639,14 +1656,15 @@ test("ash_unittests") { "app_list/app_list_controller_impl_unittest.cc", "app_list/app_list_metrics_unittest.cc", "app_list/app_list_presenter_delegate_unittest.cc", + "app_list/app_list_presenter_impl_unittest.cc", "app_list/app_list_unittest.cc", "app_list/model/app_list_item_list_unittest.cc", "app_list/model/app_list_model_unittest.cc", - "app_list/presenter/app_list_presenter_impl_unittest.cc", "app_list/views/assistant/assistant_page_view_unittest.cc", "app_menu/notification_menu_controller_unittest.cc", "app_menu/notification_menu_view_unittest.cc", "app_menu/notification_overflow_view_unittest.cc", + "assistant/assistant_alarm_timer_controller_unittest.cc", "assistant/assistant_notification_controller_unittest.cc", "assistant/assistant_screen_context_controller_unittest.cc", "assistant/assistant_state_controller_unittest.cc", @@ -1769,13 +1787,17 @@ test("ash_unittests") { "shelf/back_button_unittest.cc", "shelf/home_button_unittest.cc", "shelf/login_shelf_view_unittest.cc", + "shelf/scrollable_shelf_view_unittest.cc", "shelf/shelf_application_menu_model_unittest.cc", "shelf/shelf_background_animator_unittest.cc", "shelf/shelf_button_pressed_metric_tracker_unittest.cc", + "shelf/shelf_config_unittest.cc", "shelf/shelf_context_menu_model_unittest.cc", "shelf/shelf_controller_unittest.cc", "shelf/shelf_layout_manager_unittest.cc", "shelf/shelf_locking_manager_unittest.cc", + "shelf/shelf_test_util.cc", + "shelf/shelf_test_util.h", "shelf/shelf_tooltip_manager_unittest.cc", "shelf/shelf_unittest.cc", "shelf/shelf_view_unittest.cc", @@ -1800,7 +1822,7 @@ test("ash_unittests") { "system/message_center/arc/arc_notification_content_view_unittest.cc", "system/message_center/arc/arc_notification_manager_unittest.cc", "system/message_center/arc/arc_notification_view_unittest.cc", - "system/message_center/ash_popup_alignment_delegate_unittest.cc", + "system/message_center/ash_message_popup_collection_unittest.cc", "system/message_center/inactive_user_notification_blocker_unittest.cc", "system/message_center/message_center_ui_controller_unittest.cc", "system/message_center/notifier_settings_view_unittest.cc", @@ -1846,6 +1868,7 @@ test("ash_unittests") { "system/toast/toast_manager_unittest.cc", "system/tracing_notification_controller_unittest.cc", "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", @@ -1876,12 +1899,11 @@ test("ash_unittests") { "window_user_data_unittest.cc", "wm/always_on_top_controller_unittest.cc", "wm/ash_focus_rules_unittest.cc", + "wm/back_gesture_affordance_unittest.cc", "wm/client_controlled_state_unittest.cc", "wm/collision_detection/collision_detection_utils_unittest.cc", "wm/container_finder_unittest.cc", "wm/default_window_resizer_unittest.cc", - "wm/desks/desks_test_util.cc", - "wm/desks/desks_test_util.h", "wm/desks/desks_unittests.cc", "wm/drag_window_resizer_unittest.cc", "wm/fullscreen_window_finder_unittest.cc", @@ -1952,8 +1974,8 @@ test("ash_unittests") { deps = [ ":ash", ":test_support", + "//ash/app_list", "//ash/app_list:test_support", - "//ash/app_list/presenter", "//ash/app_menu", "//ash/assistant/model", "//ash/assistant/ui", @@ -2014,6 +2036,7 @@ test("ash_unittests") { "//device/bluetooth:mocks", "//extensions/common:common_constants", "//mojo/core/embedder", + "//mojo/public/cpp/bindings", "//net:net", "//services/device/public/cpp/bluetooth", "//services/media_session/public/cpp/test:test_support", @@ -2261,8 +2284,12 @@ static_library("test_support") { "wallpaper/wallpaper_controller_test_api.h", "wm/cursor_manager_test_api.cc", "wm/cursor_manager_test_api.h", + "wm/desks/desks_test_util.cc", + "wm/desks/desks_test_util.h", "wm/lock_state_controller_test_api.cc", "wm/lock_state_controller_test_api.h", + "wm/splitview/multi_display_overview_and_split_view_test.cc", + "wm/splitview/multi_display_overview_and_split_view_test.h", "wm/splitview/split_view_highlight_view_test_api.cc", "wm/splitview/split_view_highlight_view_test_api.h", "wm/tablet_mode/tablet_mode_controller_test_api.cc", @@ -2296,8 +2323,8 @@ static_library("test_support") { ] deps = [ "//ash", + "//ash/app_list", "//ash/app_list:test_support", - "//ash/app_list/presenter", "//ash/app_menu", "//ash/assistant/model:model", "//ash/components/fast_ink", -- cgit v1.2.3