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

Unified Diff: mojo/common/BUILD.gn

Issue 2455823002: Support generic synchronization against an IPC::Channel (Closed)
Patch Set: . Created 4 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/ipc_test_base.cc ('k') | mojo/common/event.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 278d9ee2fb2764f0fbd7d503ed216fabfed1ac78..61c21577d76298dc4b2f841000a4c8ecb0d8733b 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -9,6 +9,7 @@ group("common") {
public_deps = [
":common_base",
":common_custom_types",
+ ":event",
]
}
@@ -18,6 +19,12 @@ mojom("common_custom_types") {
]
}
+mojom("event") {
+ sources = [
+ "event.mojom",
+ ]
+}
+
component("common_base") {
output_name = "mojo_common_lib"
« no previous file with comments | « ipc/ipc_test_base.cc ('k') | mojo/common/event.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698