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

Unified Diff: content/utility/BUILD.gn

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: misc build fixes Created 5 years, 7 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: content/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index 5767b98f458330896e8df64d07194ce5694c22ce..dbd3f839379e1930adefbe5c7a22e94940bb31e7 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -19,8 +19,14 @@ source_set("utility") {
"//content:export",
"//content/public/child:child_sources",
"//content/public/common:common_sources",
+ "//content/public/common:mojo_bindings",
"//courgette:courgette_lib",
+ "//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
+ "//mojo/common",
+ "//mojo/shell",
"//third_party/WebKit/public:blink_headers",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698