diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 19:56:00 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 19:56:00 +0000 |
commit | 521f7e3158beea0ca92b1b26f09185b288d761ba (patch) | |
tree | 184af28741f2c18cad21f98d286898757812d9dd /ui/android | |
parent | 37d940792d2af2c5e0e880a3abbbfae21e87550c (diff) | |
download | chromium_src-521f7e3158beea0ca92b1b26f09185b288d761ba.zip chromium_src-521f7e3158beea0ca92b1b26f09185b288d761ba.tar.gz chromium_src-521f7e3158beea0ca92b1b26f09185b288d761ba.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.
See https://codereview.chromium.org/24162009/ for try runs.
BUG=none
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225020
Review URL: https://codereview.chromium.org/24273005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/android')
-rw-r--r-- | ui/android/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/android/DEPS b/ui/android/DEPS new file mode 100644 index 0000000..b51da65 --- /dev/null +++ b/ui/android/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+ui/base", + "+ui/gfx", +] |