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

Unified Diff: ipc/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 | « no previous file | ipc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index dc3694992946cf325a4c8ca4737224efb556a225..d2464b9a15113da985f3eac67b861221cbb22600 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -138,6 +138,7 @@ component("ipc") {
public_deps = [
":param_traits",
+ "//mojo/common:event",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
]
@@ -161,6 +162,10 @@ mojom("mojom") {
sources = [
"ipc.mojom",
]
+
+ public_deps = [
+ "//mojo/common:event",
+ ]
}
mojom("test_interfaces") {
@@ -168,6 +173,10 @@ mojom("test_interfaces") {
sources = [
"ipc_test.mojom",
]
+
+ public_deps = [
+ "//mojo/common:event",
+ ]
}
# This is provided as a separate target so other targets can provide param
« no previous file with comments | « no previous file | ipc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698