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

Unified Diff: ipc/BUILD.gn

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 4d515d7e7a229d1dba95d7b1036a05f3230eb850..2c0d797c2aeea2deda70dcd51be7f175ba9c50db 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -127,12 +127,16 @@ component("ipc") {
public_deps = [
":param_traits",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
]
+
deps = [
"//base",
# TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
"//base/third_party/dynamic_annotations",
+ "//mojo/public/c/system:for_component",
]
if (is_win || is_mac) {
@@ -201,6 +205,7 @@ if (!is_ios) {
"//base:i18n",
"//base/test:test_support",
"//crypto",
+ "//mojo/edk/system",
"//testing/gtest",
]
@@ -226,6 +231,7 @@ if (!is_ios) {
"//base:i18n",
"//base/test:test_support",
"//base/test:test_support_perf",
+ "//mojo/edk/system",
"//testing/gtest",
]
}
@@ -254,6 +260,7 @@ if (!is_ios) {
deps = [
"//base",
"//base/test:test_support",
+ "//mojo/edk/system",
"//testing/gtest",
]
}
« no previous file with comments | « gpu/ipc/service/BUILD.gn ('k') | ipc/DEPS » ('j') | mojo/public/cpp/system/event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698