summaryrefslogtreecommitdiffstats
path: root/components/tracing
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/tracing
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/tracing')
-rw-r--r--components/tracing/DEPS4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/tracing/DEPS b/components/tracing/DEPS
index bd05a3e..9634ba4 100644
--- a/components/tracing/DEPS
+++ b/components/tracing/DEPS
@@ -1,8 +1,4 @@
include_rules = [
"+base",
"+ipc",
-
- # This component will be compiled into NaCl, so it shouldn't depend on
- # anything in content.
- "-content",
]