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

Unified Diff: ipc/ipc.gypi

Issue 1180313007: IPC: Add new classes required for attachment brokering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from wfh. Created 5 years, 6 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/handle_attachment_win.h ('k') | ipc/ipc_message_attachment.h » ('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 a10790ed103d6428ca30b2b0fb0a5b5154d171d0..65979d1885fc1ff5a235bdb95b09579b87091215 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -11,6 +11,12 @@
# This part is shared between the targets defined below.
['ipc_target==1', {
'sources': [
+ 'attachment_broker.h',
+ 'attachment_broker_win.cc',
+ 'attachment_broker_win.h',
+ 'brokerable_attachment.cc',
+ 'brokerable_attachment.h',
+ 'handle_attachment_win.h',
'ipc_channel.cc',
'ipc_channel.h',
'ipc_channel_factory.cc',
« no previous file with comments | « ipc/handle_attachment_win.h ('k') | ipc/ipc_message_attachment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698