Chromium Code Reviews| Index: ipc/DEPS |
| diff --git a/ipc/DEPS b/ipc/DEPS |
| index 5f929e987383a10deec9ecd6ae05900a0acee42b..f8d30bb7b4765f80c7fb9b77c1e9bcaf8d444891 100644 |
| --- a/ipc/DEPS |
| +++ b/ipc/DEPS |
| @@ -20,5 +20,9 @@ specific_include_rules = { |
| "run_all_(unit|perf)tests\.cc": [ |
| "+mojo/edk/embedder", |
| "+mojo/edk/test", |
| - ] |
| + ], |
| + "ipc_message_protobuf_utils\.h": [ |
| + # Support serializing RepeatedField / RepeatedPtrField: |
| + "+third_party/protobuf/src/google/protobuf/repeated_field.h", |
| + ], |
| } |