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

Unified Diff: chrome/utility/BUILD.gn

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index dbf408f7f39ddb0dddf37ad76fdb9fdc4538ac88..243ee29e1c840efc0675c4c023d6475527b78721 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -17,14 +17,21 @@ static_library("utility") {
public_deps = []
deps = [
"//base",
+ "//components/proxy_resolver:app",
"//components/search_engines",
"//components/strings",
"//components/url_fixer",
"//content/public/common",
+ "//content/public/common:mojo_bindings",
"//content/public/utility",
"//media",
+ "//mojo/common",
+ "//mojo/shell",
"//skia",
"//third_party/libxml",
+ "//third_party/mojo/src/mojo/public/cpp/application",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//third_party/mojo/src/mojo/public/interfaces/application",
"//chrome:resources",
"//chrome:strings",
"//chrome/common",

Powered by Google App Engine
This is Rietveld 408576698