diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-30 18:32:39 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-30 18:32:39 +0000 |
commit | 48288a5ec7605577cda3bcb86c823ab2f6a02d39 (patch) | |
tree | 3424f9e41ae80d5b9bb684f2437e77a9a51f9607 /content/DEPS | |
parent | 5add9450c83675e341dba1ef9e7f98800e7e2615 (diff) | |
download | chromium_src-48288a5ec7605577cda3bcb86c823ab2f6a02d39.zip chromium_src-48288a5ec7605577cda3bcb86c823ab2f6a02d39.tar.gz chromium_src-48288a5ec7605577cda3bcb86c823ab2f6a02d39.tar.bz2 |
Remove all the chrome exceptions in content's DEPS that were there for browser_tests, now that content_browsertests is ready.
BUG=90448
Review URL: https://chromiumcodereview.appspot.com/10831073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/DEPS b/content/DEPS index 68599e0..b60e7f1 100644 --- a/content/DEPS +++ b/content/DEPS @@ -3,10 +3,6 @@ include_rules = [ "+crypto", - # Until we move most of our testing infrastructure in a way that content can - # make use of it. - "+chrome/test", - # The subdirectories in content/ will manually allow their own include # directories in content/ so we disallow all of them. "-content", |