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

Unified Diff: chrome/utility/BUILD.gn

Issue 2774463002: image_decoder service -> data_decoder service (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index 36aad7ea106b3059a6b19ede884c70a10d936de0..22104843e4b22c85c35b5cbfb3a98542d9951bf9 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -51,8 +51,6 @@ static_library("utility") {
"//media",
"//net:net_with_v8",
"//printing/features",
- "//services/image_decoder:lib",
- "//services/image_decoder/public/cpp",
"//services/service_manager/public/cpp",
"//skia",
"//sql",
@@ -96,6 +94,7 @@ static_library("utility") {
"//chrome/common:mojo_bindings",
"//chrome/common/importer:interfaces",
"//net:net_utility_services",
+ "//services/data_decoder:lib",
]
}
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698