diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-03 21:42:12 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-03 21:42:12 +0000 |
commit | 08a932d598234ccdc837742d862ecc3af264e9bc (patch) | |
tree | 2eb29a49674b39bd91861ad6761b8567072c04b7 /chrome/DEPS | |
parent | 8d0072997388eadb6cc600a8f749dc6264795ba8 (diff) | |
download | chromium_src-08a932d598234ccdc837742d862ecc3af264e9bc.zip chromium_src-08a932d598234ccdc837742d862ecc3af264e9bc.tar.gz chromium_src-08a932d598234ccdc837742d862ecc3af264e9bc.tar.bz2 |
Move mock 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/10473016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index ccba66e..baa8bca 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -20,6 +20,7 @@ include_rules = [ # public headers. "+content/common", "+content/public/common", + "+content/public/test", "+content/test", # TODO(ben): remove this |