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

Unified Diff: components/image_fetcher/BUILD.gn

Issue 2715153006: Set desired_image_size when decoding images for NTP Tile icons. (Closed)
Patch Set: comment formatting Created 3 years, 10 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/search/suggestions/image_decoder_impl.cc ('k') | components/image_fetcher/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/image_fetcher/BUILD.gn
diff --git a/components/image_fetcher/BUILD.gn b/components/image_fetcher/BUILD.gn
index a2102c78fba76a6263ff474e4c69a1a6f23b80b4..f911424ac1da87265a5a8000b7fe95b2b07561d9 100644
--- a/components/image_fetcher/BUILD.gn
+++ b/components/image_fetcher/BUILD.gn
@@ -19,6 +19,7 @@ static_library("image_fetcher") {
"//base",
"//components/data_use_measurement/core",
"//net",
+ "//ui/gfx/geometry",
"//url",
]
}
« no previous file with comments | « chrome/browser/search/suggestions/image_decoder_impl.cc ('k') | components/image_fetcher/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698