Chromium Code Reviews| Index: ppapi/shared_impl/DEPS |
| diff --git a/ppapi/shared_impl/DEPS b/ppapi/shared_impl/DEPS |
| index 823b983cb9334a0578c3ea30570e0de0883fdf40..9f931411ea0f22538d882b05b740142f6b9ae4cc 100644 |
| --- a/ppapi/shared_impl/DEPS |
| +++ b/ppapi/shared_impl/DEPS |
| @@ -14,4 +14,7 @@ include_rules = [ |
| "-ppapi/cpp", |
| "-ppapi/proxy", |
| + |
| + # For testing purpose. |
| + "+ppapi/proxy/ppapi_proxy_test.h", |
| ] |