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

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: move for real Created 4 years, 10 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
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | ipc/export_template.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 8c7a351103e72e3780c32895d0e48fd7dca9d763..2451d6fae2338ed5c95483955d2e490970d75228 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -26,6 +26,7 @@ component("ipc") {
"brokerable_attachment.h",
"brokerable_attachment_mac.cc",
"brokerable_attachment_win.cc",
+ "export_template.h",
"handle_attachment_win.cc",
"handle_attachment_win.h",
"handle_win.cc",
@@ -65,6 +66,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",
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | ipc/export_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698