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

Unified Diff: chrome/utility/BUILD.gn

Issue 2475543003: Introduce the image_decoder service (Closed)
Patch Set: . Created 4 years, 1 month 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/test/BUILD.gn ('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 f4f8a8f6d66916441ef93d1e5e672028b0aa55e6..596dc1802ba4a3bcaaea54524b45b76b2ed82535 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -17,8 +17,6 @@ static_library("utility") {
"cloud_print/bitmap_image.h",
"cloud_print/pwg_encoder.cc",
"cloud_print/pwg_encoder.h",
- "image_decoder_impl.cc",
- "image_decoder_impl.h",
"ipc_shell_handler_win.cc",
"ipc_shell_handler_win.h",
"printing_handler.cc",
@@ -52,6 +50,8 @@ 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",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698