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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 679453002: ChannelMojo: Replace hand written messsages with mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing (again) Created 6 years, 2 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/mojo/ipc_channel_mojo_readers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_mojo.gyp
diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
index 1dde7eed9fe58dec9c6e32ff3041328ac57b89a2..a9a26737828b9d5959ac3ac93777cfa04997aab3 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -17,6 +17,7 @@
'defines': [
'IPC_MOJO_IMPLEMENTATION',
],
+ 'includes': [ '../../mojo/public/tools/bindings/mojom_bindings_generator.gypi' ],
'dependencies': [
'../ipc.gyp:ipc',
'../../base/base.gyp:base',
@@ -26,6 +27,7 @@
'../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
+ 'client_channel.mojom',
'ipc_channel_mojo.cc',
'ipc_channel_mojo.h',
'ipc_channel_mojo_host.cc',
« no previous file with comments | « ipc/mojo/ipc_channel_mojo_readers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698