Commit 625d467a authored by James Cook's avatar James Cook Committed by Commit Bot

chromeos: Clean up mash references in DEPS files

Mustash/mash was shut down over a year ago. Clean up mash references in
DEPS files. Remove a few obsolete entries.

All the mash bugs referenced in the files were already closed.

Bug: none
Change-Id: I4205fb880d69f0e1ddaae133458bf9f2c0d8a6c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225456Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773853}
parent 926cd1f5
......@@ -318,7 +318,6 @@ include_rules = [
"+google_apis",
"+google_update",
"+installer_util_strings", # For generated headers
"+mash/public/mojom",
"+media/media_buildflags.h",
"+media/audio", # For media audio hang monitor.
"+media/base", # For media switches
......@@ -370,8 +369,7 @@ include_rules = [
"+third_party/widevine/cdm/buildflags.h",
"+third_party/widevine/cdm/widevine_cdm_common.h",
# Code under //ash runs out-of-process in mash so it must be accessed via mojo
# interfaces in //ash/public/mojom. See //ash/README.md.
# Code under //ash should be accessed via its public API. See //ash/README.md.
"-ash",
"+ash/public",
"+ash/keyboard/ui/public",
......@@ -460,15 +458,9 @@ specific_include_rules = {
# process, via the views::Widget API.
"+ui/views/widget/widget.h",
],
# TODO(mash): Fix. https://crbug.com/768439, https://crbug.com/768395.
"exo_parts\.cc": [
"+ash/shell.h",
],
# TODO(mash): Remove. http://crbug.com/678705
"fullscreen_chromeos\.cc": [
"+ash/root_window_controller.h",
"+ash/shell.h",
],
# TODO(estade): the message center is initialized and shut down here, but it
# should be the responsibility of code in chrome/browser/notifications/
"browser_process_impl.cc": [
......
specific_include_rules = {
"accessibility_manager\.cc": [
# TODO(mash): Fix. https://crbug.com/594887 https://crbug.com/888145
"+ash/root_window_controller.h",
"+ash/shell.h",
# TODO(mash): Fix. https://crbug.com/647781
"+ash/sticky_keys/sticky_keys_controller.h",
],
"magnification_manager\.cc": [
# TODO(mash): Fix. https://crbug.com/817157
"+ash/magnifier/magnification_controller.h",
"+ash/shell.h",
],
"switch_access_event_handler\.cc": [
# TODO(mash): Fix. https://crbug.com/854025
"+ash/shell.h",
],
......
specific_include_rules = {
"arc_accessibility_helper_bridge.*": [
# TODO(mash): Fix. https://crbug.com/768439.
"+ash/system/message_center/arc/arc_notification_constants.h",
"+ash/system/message_center/arc/arc_notification_surface.h",
"+ash/system/message_center/arc/arc_notification_surface_manager.h",
......
specific_include_rules = {
# TODO(mash): Fix these. https://crbug.com/557397
"arc_screen_capture_bridge\.cc": [
"+ash/shell.h",
],
......
......@@ -5,7 +5,6 @@ include_rules = [
specific_include_rules = {
"autotest_private_api\.cc": [
# TODO(mash): Remove the line below, http://crbug.com/557397
"+ash/shell.h",
"+ash/wm/wm_event.h",
"+ash/rotator/screen_rotation_animator.h",
......
......@@ -14,7 +14,6 @@ specific_include_rules = {
"+chrome/test",
"+content/public",
],
# TODO(mash): Fix. https://crbug.com/738531
"candidate_window_controller_impl\.cc": [
"+ash/shell.h",
"+ash/wm/window_util.h",
......
......@@ -7,7 +7,6 @@ include_rules = [
]
specific_include_rules = {
# TODO(mash): Fix. https://crbug.com/854323
"input_events_blocker\.cc": [
"+ash/shell.h",
],
......
specific_include_rules = {
# TODO(mash): http://crbug.com/557397.
"device_command_screenshot_job\.cc": [
"+ash/shell.h",
],
......
specific_include_rules = {
# TODO(mash): http://crbug.com/581462.
"screen_capture_notification_ui_chromeos\.cc": [
"+ash/shell.h",
"+ash/system/tray/system_tray_notifier.h",
......
specific_include_rules = {
# TODO(mash): Fix. https://crbug.com/758061
"window_manager_handler\.cc": [
"+ash/shell.h",
"+ash/wm/overview/overview_controller.h",
......
specific_include_rules = {
# TODO(mash): Remove. http://crbug.com/678705
"display_info_provider_chromeos_unittest\.cc": [
"+ash/display",
"+ash/shell.h",
......
specific_include_rules = {
# TODO(mash): When mash becomes the default, this reference (and the code
# block which uses this header) can be straight out deleted. crbug.com/723876
"application_lifetime_aura\.cc": [
"+ash/shell.h",
]
......
......@@ -6,7 +6,6 @@ include_rules = [
]
specific_include_rules = {
# TODO(mash): Fix these. https://crbug.com/723880
"desktop_capture_access_handler\.cc": [
"+ash/shell.h",
],
......@@ -14,11 +13,9 @@ specific_include_rules = {
"+ash/shell.h",
"+ash/wm/desks/desks_util.h",
],
# TODO(mash): Fix. https://crbug.com/855147
"media_capture_devices_dispatcher\.cc": [
"+ash/shell.h",
],
# TODO(mash): Remove. https://crbug.com/723880
".*_unittest\.cc": [
"+ash/test/ash_test_base.h",
]
......
......@@ -10,7 +10,6 @@ include_rules = [
]
specific_include_rules = {
# TODO(mash): Fix. https://crbug.com/723881
"tab_manager_delegate_chromeos\.cc": [
"+ash/shell.h",
],
......
specific_include_rules = {
"answer_card_web_contents\.cc": [
# TODO(mash): Fix. https://crbug.com/854787
"+ash/app_list/views/app_list_view.h",
],
}
......@@ -18,7 +18,6 @@ specific_include_rules = {
"+ash/assistant/ui/main_stage/assistant_ui_element_view.h",
"+ui/message_center/message_center.h",
],
# AshShellInit supports classic (non-mash) mode so allow ash/ includes.
"ash_shell_init\.cc": [
"+ash",
],
......@@ -56,15 +55,10 @@ specific_include_rules = {
# https://crbug.com/665064
"+ash/shell_delegate.h",
],
# Only used in !mash
"screen_orientation_delegate_chromeos.cc": [
"+ash/display/screen_orientation_controller.h",
"+ash/shell.h",
],
# For ash::Shell::GetContainer (!mash)
"system_tray_client\.cc": [
"+ash/shell.h",
],
"system_tray_tray_cast_browsertest_media_router_chromeos\.cc": [
"+ui/message_center/message_center.h",
],
......
specific_include_rules = {
"automation_manager_aura\.cc": [
# TODO(mash): Fix. https://crbug.com/756054
"+ash/shell.h",
"+ash/wm/window_util.h",
],
......
include_rules = [
# TODO(mash): Remove. http://crbug.com/678705
"!ash",
]
specific_include_rules = {
# TODO(mash): https://crbug.com/826476
"touch_uma_ash\.cc": [
"+ash/touch/touch_uma.h",
],
}
......@@ -7,10 +7,3 @@ include_rules = [
"+services/device/public/mojom",
"+services/network",
]
specific_include_rules = {
"keyboard_overlay_ui\.cc": [
# TODO(mash): Remove. http://crbug.com/770866
"+ash/shell.h",
],
}
specific_include_rules = {
# TODO(mash): Fix. https://crbug.com/856375.
"core_oobe_handler\.cc": [
"+ash/shell.h",
],
......@@ -8,8 +7,6 @@ specific_include_rules = {
"+ash/shell.h",
],
"oobe_display_chooser_unittest.cc": [
# TODO(mash) Use a non-ash test ui::InputDeviceEventObserver
# environment for testing this.
"+ash/display/display_configuration_controller.h",
"+ash/shell.h",
"+ash/test/ash_test_base.h",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment