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

Unified Diff: ipc/ipc.gypi

Issue 1188923003: Stub in more IPC attachment brokering functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase properly. Created 5 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
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 65979d1885fc1ff5a235bdb95b09579b87091215..9a9407e5def0f9f4ef6a886bb8eba3cd483d86a2 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -12,10 +12,12 @@
['ipc_target==1', {
'sources': [
'attachment_broker.h',
+ 'attachment_broker_messages.h',
'attachment_broker_win.cc',
'attachment_broker_win.h',
'brokerable_attachment.cc',
'brokerable_attachment.h',
+ 'handle_attachment_win.cc',
'handle_attachment_win.h',
'ipc_channel.cc',
'ipc_channel.h',
@@ -37,6 +39,8 @@
'ipc_export.h',
'ipc_forwarding_message_filter.cc',
'ipc_forwarding_message_filter.h',
+ 'ipc_handle_win.cc',
+ 'ipc_handle_win.h',
'ipc_listener.h',
'ipc_logging.cc',
'ipc_logging.h',
@@ -46,6 +50,8 @@
'ipc_message_attachment.h',
'ipc_message_attachment_set.cc',
'ipc_message_attachment_set.h',
+ 'ipc_message_generator.cc',
+ 'ipc_message_generator.h',
'ipc_message_macros.h',
'ipc_message_start.h',
'ipc_message_utils.cc',
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698