diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-02 17:19:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-02 17:19:18 +0000 |
commit | a93645790ffaae08363a0301060ce3764b21222f (patch) | |
tree | 029c767de263eaad9614af49ca8f381c689285da /content/DEPS | |
parent | 5b510554ad29eb494781a3f44c4770668f5fa590 (diff) | |
download | chromium_src-a93645790ffaae08363a0301060ce3764b21222f.zip chromium_src-a93645790ffaae08363a0301060ce3764b21222f.tar.gz chromium_src-a93645790ffaae08363a0301060ce3764b21222f.tar.bz2 |
Remove a few test headers from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders.
BUG=98716
TBR=phajdan.jr
Review URL: https://chromiumcodereview.appspot.com/10499008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index eec777d..a437971 100644 --- a/content/DEPS +++ b/content/DEPS @@ -13,6 +13,7 @@ include_rules = [ "-content", "+content/common", "+content/public/common", + "+content/public/test", "+content/test", # TODO(ben): remove this |