summaryrefslogtreecommitdiffstats
path: root/components/search_provider_logos/DEPS
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-06 14:34:55 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-06 14:34:55 +0000
commitfe003516294c35856c67cb5cb741e214baf1af9c (patch)
tree1748144484d27d893414c6439817d279ca83b750 /components/search_provider_logos/DEPS
parent7126b6b9ca31d5bd81769dd11aef5640b268fb3b (diff)
downloadchromium_src-fe003516294c35856c67cb5cb741e214baf1af9c.zip
chromium_src-fe003516294c35856c67cb5cb741e214baf1af9c.tar.gz
chromium_src-fe003516294c35856c67cb5cb741e214baf1af9c.tar.bz2
Adjust the structure of DEPS within //components.
As the majority of components are now shared by iOS, it no longer makes sense to have a blanket allowance of IPC and //content/public/common in //components. Instead, individual components should have to add these dependencies explicitly, lessening the chance that bad dependencies creep in (e.g., a //content/public/common dependency in code that iOS shares). TBR=darin Review URL: https://codereview.chromium.org/266923008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/search_provider_logos/DEPS')
-rw-r--r--components/search_provider_logos/DEPS5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/search_provider_logos/DEPS b/components/search_provider_logos/DEPS
index ba7b9c8..b580484 100644
--- a/components/search_provider_logos/DEPS
+++ b/components/search_provider_logos/DEPS
@@ -2,9 +2,4 @@ include_rules = [
"+net",
"+third_party/skia/include/core/SkBitmap.h",
"+ui/gfx/image",
-
- # search_provider_logos is shared by iOS and hence cannot depend on the
- # content layer. If //content dependencies need to be introduced, this will
- # have to become a layered component."
- "-content",
]