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

Unified Diff: ipc/BUILD.gn

Issue 1206093002: Update ChannelReader to use AttachmentBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachment_broker3_listener
Patch Set: 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 | « no previous file | ipc/attachment_broker.h » ('j') | ipc/attachment_broker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index ce725744753c4b208390a8b73a44bf41f5770515..5ba7fc5bca4ce4ec6646d3e237137340051c051f 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -6,6 +6,7 @@ import("//testing/test.gni")
component("ipc") {
sources = [
+ "attachment_broker.cc",
"attachment_broker.h",
"attachment_broker_messages.h",
"attachment_broker_win.cc",
@@ -113,6 +114,7 @@ if (!is_android) {
sources = [
"attachment_broker_win_unittest.cc",
"ipc_channel_posix_unittest.cc",
+ "ipc_channel_reader_unittest.cc",
"ipc_channel_unittest.cc",
"ipc_fuzzing_tests.cc",
"ipc_message_attachment_set_posix_unittest.cc",
« no previous file with comments | « no previous file | ipc/attachment_broker.h » ('j') | ipc/attachment_broker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698