Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: ipc/DEPS

Issue 2968003005: Support Serializing and Deserializing RepeatedField / RepeatedPtrField in IPC::Message (Closed)
Patch Set: Resolve review comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ],
}
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_fuzzing_tests.cc » ('j') | ipc/ipc_message_protobuf_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698