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

Unified Diff: ipc/ipc.gypi

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. 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_channel.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..de574e6acb9af49d9dfc0a015275c3ff5c39682e 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -11,6 +11,11 @@
# 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.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_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698