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

Unified Diff: ipc/BUILD.gn

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/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index d05cc79c89b8a05bba5375f8a28df6c0275de8fa..0bb116f47d20d2836dddb342f0e6d264cbd88f65 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -65,6 +65,8 @@ component("ipc") {
"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_platform_file.cc",

Powered by Google App Engine
This is Rietveld 408576698