Chromium Code Reviews| Index: ppapi/tests/DEPS |
| diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS |
| index 557b432b9470c4bce1ba166f26e11eb999790699..d679198b85f63251becb22f66e985f1f05126787 100644 |
| --- a/ppapi/tests/DEPS |
| +++ b/ppapi/tests/DEPS |
| @@ -1,3 +1,16 @@ |
| +# ppapi/tests should not be dependent on other parts of chromium; it should stay |
| +# browser-neutral as much as possible. |
| +include_rules = [ |
| + "-base", |
| + "-build", |
| + "-ipc", |
| + "-uncode", |
| + "-testing", |
| + "-ppapi", |
| + "+ppapi/c", |
| + "+ppapi/cpp", |
| + "+ppapi/tests", |
| +] |
| # checkdeps.py shouldn't check include paths for files in clang, which aren't |
| # part of the chrome build. |
| skip_child_includes = [ |