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

Unified Diff: ipc/BUILD.gn

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 415c08dce4bb0aabb1ccaa09a92131c2a1946fc6..2380596e96d169342c3dced8b0005e337705fc6c 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -8,6 +8,8 @@ component("ipc") {
"file_descriptor_set_posix.h",
"ipc_channel.cc",
"ipc_channel.h",
+ "ipc_channel_factory.cc",
+ "ipc_channel_factory.h",
"ipc_channel_common.cc",
"ipc_channel_handle.h",
"ipc_channel_nacl.cc",
@@ -95,8 +97,6 @@ if (!is_android) {
"ipc_sync_channel_unittest.cc",
"ipc_sync_message_unittest.cc",
"ipc_sync_message_unittest.h",
- "ipc_test_base.cc",
- "ipc_test_base.h",
"sync_socket_unittest.cc",
"unix_domain_socket_util_unittest.cc",
]
@@ -131,8 +131,6 @@ if (!is_android) {
test("ipc_perftests") {
sources = [
"ipc_perftests.cc",
- "ipc_test_base.cc",
- "ipc_test_base.h",
]
# TODO(brettw) hook up Android testing.
@@ -165,6 +163,10 @@ static_library("test_support") {
"ipc_multiprocess_test.h",
"ipc_test_sink.cc",
"ipc_test_sink.h",
+ "ipc_test_base.cc",
+ "ipc_test_base.h",
+ "ipc_test_channel_listener.h",
+ "ipc_test_channel_listener.cc",
]
deps = [
":ipc",
« no previous file with comments | « content/utility/utility_thread_impl.cc ('k') | ipc/ipc.gyp » ('j') | ipc/ipc_channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698