| Index: ppapi/proxy/DEPS
|
| diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS
|
| index a159be37993a4531ed10e4d696670edd434739fb..1bfd52f7549421e805bac684ee1d9667ff03b760 100644
|
| --- a/ppapi/proxy/DEPS
|
| +++ b/ppapi/proxy/DEPS
|
| @@ -8,8 +8,9 @@ include_rules = [
|
| # We don't want the proxy to depend on the C++ layer, which is appropriate
|
| # for plugins only. However, the completion callback factory is a very useful
|
| # tool that we would otherwise have to duplicate, and has no other
|
| - # dependencies, so we allow that.
|
| + # dependencies, so we allow that (and the output traits it depends on).
|
| "-ppapi/cpp",
|
| - "+ppapi/cpp/completion_callback.h"
|
| + "+ppapi/cpp/completion_callback.h",
|
| + "+ppapi/cpp/output_traits.h"
|
| ]
|
|
|
|
|