Chromium Code Reviews| Index: ppapi/proxy/DEPS |
| diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS |
| index 370216dfebada73ddc1f08f56cdafaa04e5b5901..4cf7a8324940ee9bcdf156fe9acc4ce5c456fdfe 100644 |
| --- a/ppapi/proxy/DEPS |
| +++ b/ppapi/proxy/DEPS |
| @@ -16,3 +16,9 @@ include_rules = [ |
| "+ppapi/cpp/completion_callback.h", |
| "+ppapi/cpp/output_traits.h", |
| ] |
| + |
| +specific_include_rules = { |
| + "ppapi_perftests\.cc": [ |
| + "+mojo/edk/embedder/embedder.h", |
| + ] |
| +} |