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

Unified Diff: ipc/ipc.gyp

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed ChanelBuilder to ChannelFactory Created 6 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/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index a6e92691f1196229c41a6055e3b8c984c8d44614..6d90ab62085f8928d27a8b15a3f37872c6619ba6 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -55,8 +55,6 @@
'ipc_sync_channel_unittest.cc',
'ipc_sync_message_unittest.cc',
'ipc_sync_message_unittest.h',
- 'ipc_test_base.cc',
- 'ipc_test_base.h',
'run_all_unittests.cc',
'sync_socket_unittest.cc',
'unix_domain_socket_util_unittest.cc',
@@ -132,6 +130,10 @@
'sources': [
'ipc_multiprocess_test.cc',
'ipc_multiprocess_test.h',
+ 'ipc_test_base.cc',
+ 'ipc_test_base.h',
+ 'ipc_test_channel_listener.cc',
+ 'ipc_test_channel_listener.h',
'ipc_test_sink.cc',
'ipc_test_sink.h',
],

Powered by Google App Engine
This is Rietveld 408576698