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

Unified Diff: ipc/ipc.gypi

Issue 1532053002: use variadic macros/templates in IPC message implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify Created 5 years 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/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index dbd2099e4c35968488c7a6344725b59ad789a4b5..fca32ab02b765f3e70deed770cbbc009739e0002 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -69,6 +69,8 @@
'ipc_message_generator.h',
'ipc_message_macros.h',
'ipc_message_start.h',
+ 'ipc_message_templates.h',
+ 'ipc_message_templates_impl.h',
'ipc_message_utils.cc',
'ipc_message_utils.h',
'ipc_param_traits.h',

Powered by Google App Engine
This is Rietveld 408576698