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

Unified Diff: ipc/ipc.gypi

Issue 1286253002: IPC: Add attachment brokering support to the message header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more #ifs Created 5 years, 4 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/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index beb0a6a38cd654eb4072278dbb205f000e7d35c4..dbcdec2779c97114a1e0912e4186ca94b3b0b657 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -87,6 +87,8 @@
'param_traits_macros.h',
'param_traits_read_macros.h',
'param_traits_write_macros.h',
+ 'placeholder_brokerable_attachment.cc',
+ 'placeholder_brokerable_attachment.h',
'struct_constructor_macros.h',
'struct_destructor_macros.h',
'unix_domain_socket_util.cc',

Powered by Google App Engine
This is Rietveld 408576698