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

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: Move to //services. Created 5 years, 9 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 07fc83c173506bac7431c2e74391620219644fef..646b89d21499be69317c50903a3749a3c00cdad1 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -20,6 +20,7 @@ static_library("utility") {
"//components/search_engines",
"//components/strings",
"//components/url_fixer",
+ "//content/common:mojo_bindings",
"//content/public/common",
"//content/public/utility",
"//media",
@@ -31,7 +32,10 @@ static_library("utility") {
]
if (!is_android) {
- deps += [ "//net:net_utility_services" ]
+ deps += [
+ "//net:net_utility_services",
+ "//services/image_decoder/services",
+ ]
sources +=
rebase_path(gypi_values.chrome_utility_importer_sources, ".", "..")
}

Powered by Google App Engine
This is Rietveld 408576698