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

Unified Diff: ipc/mojo/BUILD.gn

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 3 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/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index d801a7b9c19ca16ed9b418eb258d39645651fd84..9d40306e21faaea1d308965ddb03d647f7ea37ca 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -38,6 +38,7 @@ component("mojo") {
"//base",
"//base/third_party/dynamic_annotations",
"//ipc",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/edk/system",
"//third_party/mojo/src/mojo/public/c/environment:environment",

Powered by Google App Engine
This is Rietveld 408576698