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

Unified Diff: ipc/BUILD.gn

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
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 75d0c6261fa9c5cc7848500c4506592e8412fecd..c56559f6e3c8677fffbae68931a9b510a21afe02 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -9,10 +9,14 @@ component("ipc") {
"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",
@@ -120,7 +124,7 @@ if (!is_android) {
test("ipc_tests") {
sources = [
"attachment_broker_privileged_win_unittest.cc",
- "attachment_broker_win_unittest.cc",
+ "attachment_broker_unprivileged_win_unittest.cc",
"ipc_channel_posix_unittest.cc",
"ipc_channel_reader_unittest.cc",
"ipc_channel_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698