Commit cac0f7f8 authored by Steven Bennetts's avatar Steven Bennetts Committed by Commit Bot

Minor DEPS cleanup in c/b/ui/ash and c/b/chromeos

ash_util.cc DEPS are non Mash only so are allowed.
Includes some other minor DEPS cleanup.

Bug: 843315
Change-Id: I3b637f041774b36b9b14c654cf15b222e9a8742e
Reviewed-on: https://chromium-review.googlesource.com/1069290Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560711}
parent 9fb98d15
specific_include_rules = {
".*test.*": [
"!ash",
],
# TODO(mash): http://crbug.com/756056.
"arc_kiosk_app_launcher\.cc": [
"+ash/wm/window_util.h",
],
}
...@@ -26,7 +26,8 @@ specific_include_rules = { ...@@ -26,7 +26,8 @@ specific_include_rules = {
"ash_shell_init\.cc": [ "ash_shell_init\.cc": [
"+ash", "+ash",
], ],
# https://crbug.com/843315 # IsAcceleratorDeprecated and SetupWidgetInitParamsForContainer access
# ash::Shell in non Mash mode only.
"ash_util\.cc": [ "ash_util\.cc": [
"+ash/accelerators/accelerator_controller.h", "+ash/accelerators/accelerator_controller.h",
"+ash/shell.h", "+ash/shell.h",
...@@ -44,11 +45,6 @@ specific_include_rules = { ...@@ -44,11 +45,6 @@ specific_include_rules = {
"+ash/root_window_controller.h", "+ash/root_window_controller.h",
"+ash/shell.h", "+ash/shell.h",
], ],
# https://crbug.com/557406
"chrome_launcher_controller\.cc": [
"+ash/shell.h",
"+ash/strings/grit/ash_strings.h",
],
# https://crbug.com/124222 # https://crbug.com/124222
"chrome_new_window_client\.cc": [ "chrome_new_window_client\.cc": [
"+ash/content/keyboard_overlay/keyboard_overlay_view.h", "+ash/content/keyboard_overlay/keyboard_overlay_view.h",
......
specific_include_rules = { specific_include_rules = {
# https://crbug.com/768908 # https://crbug.com/826386
"extension_launcher_context_menu\.cc": [ "app_window_launcher_controller\.cc": [
"+ash/scoped_root_window_for_new_windows.h",
"+ash/shell.h", "+ash/shell.h",
], ],
# https://crbug.com/557406 # https://crbug.com/557406
"browser_status_monitor\.cc": [ "browser_status_monitor\.cc": [
"+ash/shell.h", "+ash/shell.h",
], ],
# https://crbug.com/826386 # https://crbug.com/557406
"app_window_launcher_controller\.cc": [ "chrome_launcher_controller\.cc": [
"+ash/shell.h",
"+ash/strings/grit/ash_strings.h",
],
# https://crbug.com/768908
"extension_launcher_context_menu\.cc": [
"+ash/scoped_root_window_for_new_windows.h",
"+ash/shell.h", "+ash/shell.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