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

Unified Diff: ipc/ipc.gypi

Issue 1256993003: ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_ipc_message_feature
Patch Set: Rebase. 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
« content/common/child_process_host_impl.cc ('K') | « ipc/ipc.gyp ('k') | no next file » | 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 2cda25750c847518e06a1c045af7551f88922b70..0ded80073fe832a8af5d7d55afad77c229e666c5 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -14,10 +14,14 @@
'attachment_broker.cc',
'attachment_broker.h',
'attachment_broker_messages.h',
+ 'attachment_broker_privileged.cc',
+ 'attachment_broker_privileged.h',
'attachment_broker_privileged_win.cc',
'attachment_broker_privileged_win.h',
- 'attachment_broker_win.cc',
- 'attachment_broker_win.h',
+ 'attachment_broker_unprivileged.cc',
+ 'attachment_broker_unprivileged.h',
+ 'attachment_broker_unprivileged_win.cc',
+ 'attachment_broker_unprivileged_win.h',
'brokerable_attachment.cc',
'brokerable_attachment.h',
'handle_attachment_win.cc',
« content/common/child_process_host_impl.cc ('K') | « ipc/ipc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698