Chromium Code Reviews| Index: content/public/test/DEPS |
| =================================================================== |
| --- content/public/test/DEPS (revision 151499) |
| +++ content/public/test/DEPS (working copy) |
| @@ -2,3 +2,13 @@ |
| "-content", |
| "+content/public", |
| ] |
| + |
| +# Ensure we don't leak internal content headers through public headers. |
| +specific_include_rules = { |
| + ".*\.cc": [ |
| + # Testing utilities can access anything in content/ |
| + "+content", |
| + "+media/base", |
| + "+third_party/iaccessible2", |
| + ], |
| +} |