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

Unified Diff: ipc/mojo/BUILD.gn

Issue 679453002: ChannelMojo: Replace hand written messsages with mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated. 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 | « no previous file | ipc/mojo/client_channel.mojom » ('j') | ipc/mojo/client_channel.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 29905bdb664848f6b0f736ae585aee994c78b3a6..324cc9ac9aa85e7817644f1d60cafbdb6585cd2f 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -2,8 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/tools/bindings/mojom.gni")
+
+mojom("client_channel") {
+ sources = [
+ "client_channel.mojom",
+ ]
+}
+
component("mojo") {
sources = [
+ "client_channel.mojom",
"ipc_channel_mojo.cc",
"ipc_channel_mojo.h",
"ipc_channel_mojo_host.cc",
@@ -25,6 +34,7 @@ component("mojo") {
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/edk/system",
+ ":client_channel",
]
}
« no previous file with comments | « no previous file | ipc/mojo/client_channel.mojom » ('j') | ipc/mojo/client_channel.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698