diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 17:32:03 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 17:32:03 +0000 |
commit | 46ebad9dd90fd6c42fbdde7b1822f3a7ed74cbdc (patch) | |
tree | d57be2024001a222fa44a050ed624fd09d7312fe /ui/web_dialogs | |
parent | 62ef12f40ee6daefbf83530d0a181b91493a1615 (diff) | |
download | chromium_src-46ebad9dd90fd6c42fbdde7b1822f3a7ed74cbdc.zip chromium_src-46ebad9dd90fd6c42fbdde7b1822f3a7ed74cbdc.tar.gz chromium_src-46ebad9dd90fd6c42fbdde7b1822f3a7ed74cbdc.tar.bz2 |
Tighten up DEPS rules in src/ui: prevent components from including from each other, and drop a bunch of DEPS files in to make checkdeps happy.
BUG=none
R=sky@chromium.org
Review URL: https://codereview.chromium.org/24273005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/web_dialogs')
-rw-r--r-- | ui/web_dialogs/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/web_dialogs/DEPS b/ui/web_dialogs/DEPS index 7149996..a1eea24 100644 --- a/ui/web_dialogs/DEPS +++ b/ui/web_dialogs/DEPS @@ -1,4 +1,6 @@ include_rules = [ "+content/public", "+webkit/glue", + "+ui/base", + "+ui/gfx", ] |