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

Unified Diff: mojo/edk/system/BUILD.gn

Issue 2282413004: Support creating mojo peer connections from named pipes. (Closed)
Patch Set: Created 4 years, 4 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: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 7e21073f81a24d2de138ba433083d5cda768cfa8..81c3651deade22368f1a976aa1018855dc0124ea 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -88,6 +88,10 @@ component("system") {
"//base",
]
+ if (is_posix) {
+ deps += [ "//ipc" ]
+ }
+
if (!is_nacl) {
deps += [ "//crypto" ]
}

Powered by Google App Engine
This is Rietveld 408576698