diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 14:34:55 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 14:34:55 +0000 |
commit | fe003516294c35856c67cb5cb741e214baf1af9c (patch) | |
tree | 1748144484d27d893414c6439817d279ca83b750 /components/usb_service/DEPS | |
parent | 7126b6b9ca31d5bd81769dd11aef5640b268fb3b (diff) | |
download | chromium_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/usb_service/DEPS')
-rw-r--r-- | components/usb_service/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/usb_service/DEPS b/components/usb_service/DEPS index 9013632..f416680 100644 --- a/components/usb_service/DEPS +++ b/components/usb_service/DEPS @@ -1,7 +1,6 @@ include_rules = [ "+chromeos", - "-content", "+content/public/browser", "-net", |