summaryrefslogtreecommitdiffstats
path: root/components/translate/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/translate/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/translate/DEPS')
-rw-r--r--components/translate/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/translate/DEPS b/components/translate/DEPS
index e0eab64..df3f959 100644
--- a/components/translate/DEPS
+++ b/components/translate/DEPS
@@ -8,6 +8,5 @@ include_rules = [
# Translate is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
- "-content",
"-components/translate/content",
]