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

Unified Diff: services/image_decoder/public/interfaces/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: services/image_decoder/public/interfaces/BUILD.gn
diff --git a/services/image_decoder/public/interfaces/BUILD.gn b/services/image_decoder/public/interfaces/BUILD.gn
index 4c1678b0ed2df2d9c76b855a11471b9373633700..8e695db7a77dcf720d190aab02fc0bf73ad62ba6 100644
--- a/services/image_decoder/public/interfaces/BUILD.gn
+++ b/services/image_decoder/public/interfaces/BUILD.gn
@@ -12,6 +12,7 @@ mojom("interfaces") {
public_deps = [
":constants",
"//skia/public/interfaces",
+ "//ui/gfx/geometry/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698