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

Unified Diff: chrome/utility/BUILD.gn

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 8 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..b712970615b01e5cda25f6cb5a0f847dc71093e2 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -17,9 +17,11 @@ static_library("utility") {
public_deps = []
deps = [
"//base",
+ "//components/image_decoder",
"//components/search_engines",
"//components/strings",
"//components/url_fixer",
+ "//content/common:mojo_bindings",
Sam McNally 2015/05/06 06:41:39 chrome shouldn't have a dependency on non-public c
Anand Mistry (off Chromium) 2015/05/06 07:14:23 I can't remember why this is here since it's not u
"//content/public/common",
"//content/public/utility",
"//media",

Powered by Google App Engine
This is Rietveld 408576698