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

Unified Diff: ipc/BUILD.gn

Issue 1205713002: Make attachment broker a subclass of IPC::Listener. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachment_broker3_listener_base
Patch Set: Update copyright date. 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | ipc/attachment_broker.h » ('j') | no next file with comments »
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 0c50923ef1f220d413fba09ec45e8dc0aa48bee5..ce725744753c4b208390a8b73a44bf41f5770515 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -111,6 +111,7 @@ component("ipc") {
if (!is_android) {
test("ipc_tests") {
sources = [
+ "attachment_broker_win_unittest.cc",
"ipc_channel_posix_unittest.cc",
"ipc_channel_unittest.cc",
"ipc_fuzzing_tests.cc",
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | ipc/attachment_broker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698