Commit e647bef9 authored by James Cook's avatar James Cook Committed by Commit Bot

Convert chrome/browser DEPS for +ash to !ash

"!ash" is the same as "+ash" but will cause checkdeps.py to emit a
presubmit warning if you add additional deps on that path. Since we're
trying to eliminate deps on //ash, that's desirable.

TBR=atwilson@chromium.org

Bug: 678705
Change-Id: I911479be6d308f2ba21370761ab9d5575827e7df
Reviewed-on: https://chromium-review.googlesource.com/935282
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538878}
parent e07e84e8
include_rules = [ include_rules = [
# TODO(crbug.com/678705): Convert to using mojo interfaces in # TODO(crbug.com/678705): Convert to using mojo interfaces in
# //ash/public/interfaces and eliminate this. # //ash/public/interfaces and eliminate this.
"+ash", "!ash",
# TODO(ananta): Remove this when we move files which display UI in # TODO(ananta): Remove this when we move files which display UI in
# chrome/browser/chromeos to chrome/browser/ui/views/chromeos # chrome/browser/chromeos to chrome/browser/ui/views/chromeos
......
...@@ -14,6 +14,6 @@ specific_include_rules = { ...@@ -14,6 +14,6 @@ specific_include_rules = {
"+ash/accessibility_types.h", "+ash/accessibility_types.h",
], ],
"policy_browsertest\.cc": [ "policy_browsertest\.cc": [
"+ash", "+ash/shell.h",
] ]
} }
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
] ]
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
# Use //ui/wm/core/window_util.h when manipulating chrome browser windows. # Use //ui/wm/core/window_util.h when manipulating chrome browser windows.
# Consult mustash-team@ if you need to manipulate non-browser windows because # Consult mustash-team@ if you need to manipulate non-browser windows because
......
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
] ]
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
] ]
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
] ]
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
"+ash/components/quick_launch/public", "+ash/components/quick_launch/public",
"+chrome/browser/ui/views", "+chrome/browser/ui/views",
"+components/constrained_window", "+components/constrained_window",
......
include_rules = [ include_rules = [
# TODO(mash): Remove. http://crbug.com/678705 # TODO(mash): Remove. http://crbug.com/678705
"+ash", "!ash",
] ]
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