diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 02:41:41 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 02:41:41 +0000 |
commit | 2e12a68a30ac5632f3b6be736d5c355bac1e6ffb (patch) | |
tree | 63f078e48b548c6ecbd374fc0e30fce82e3b3f02 /ui/app_list/DEPS | |
parent | 3aa2b0f4843d98224cbe77ccabad9c5cf44588a6 (diff) | |
download | chromium_src-2e12a68a30ac5632f3b6be736d5c355bac1e6ffb.zip chromium_src-2e12a68a30ac5632f3b6be736d5c355bac1e6ffb.tar.gz chromium_src-2e12a68a30ac5632f3b6be736d5c355bac1e6ffb.tar.bz2 |
app_list: Everybody can include from src/base and src/testing.
This is allowed by the master src/DEPS file!
TEST=./tools/checkdeps/checkdeps.py succeeded.
R=xiyuan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11293015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/DEPS')
-rw-r--r-- | ui/app_list/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app_list/DEPS b/ui/app_list/DEPS index a71401ed..9337d4b 100644 --- a/ui/app_list/DEPS +++ b/ui/app_list/DEPS @@ -1,7 +1,5 @@ include_rules = [ - "+base", "+skia", - "+testing", "+third_party/skia", "+ui", ] |