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

Unified Diff: components/image_fetcher/BUILD.gn

Issue 2715153006: Set desired_image_size when decoding images for NTP Tile icons. (Closed)
Patch Set: fix dependencies 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698