diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 23:57:17 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 23:57:17 +0000 |
commit | 6afd6af9cf372e1ef691a0a106772ab5db391bce (patch) | |
tree | 8997ea159499147973ba34b057792fc19f2df29d /content/DEPS | |
parent | 3d3d1b6e409a109a3c00a24859d36e8105c8add0 (diff) | |
download | chromium_src-6afd6af9cf372e1ef691a0a106772ab5db391bce.zip chromium_src-6afd6af9cf372e1ef691a0a106772ab5db391bce.tar.gz chromium_src-6afd6af9cf372e1ef691a0a106772ab5db391bce.tar.bz2 |
Tighten up DEPS checking in content\browser by explicitely listing the files that are still being used, so we don't get any more added in the meantime.
Review URL: http://codereview.chromium.org/6902131
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/content/DEPS b/content/DEPS index 991fd7d3..1081356 100644 --- a/content/DEPS +++ b/content/DEPS @@ -4,10 +4,9 @@ include_rules = [ "+app", "+crypto", - # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES. - # When the src\content refactoring is complete, this will be unnecessary (and - # in fact, a layering violation). - "+chrome", + # Until we move most of our testing infrastructure in a way that content can + # make use of it. + "+chrome/test", # The following directories have been refactored, so no new dependencies # should be added from these directories. |