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

Unified Diff: ipc/ipc.gypi

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Mac build failure 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
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel.h » ('j') | ipc/ipc_channel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index e7d5cc63f3baf032dd3346f65c8596983786000d..000c92bc63acc22a59ef39b1db7742b9c88e5873 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -15,6 +15,8 @@
'file_descriptor_set_posix.h',
'ipc_channel.cc',
'ipc_channel.h',
+ 'ipc_channel_builder.cc',
+ 'ipc_channel_builder.h',
'ipc_channel_common.cc',
'ipc_channel_factory.cc',
'ipc_channel_factory.h',
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel.h » ('j') | ipc/ipc_channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698