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

Unified Diff: components/suggestions/BUILD.gn

Issue 641513003: [Suggestions] Introduce a different image encoder/decoder for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/suggestions/BUILD.gn
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
index 12c9576a2a2154be96a3d617ab260627623737b6..b8f47dfea0fffd1a631a200c3b5b3f1d3f65caf8 100644
--- a/components/suggestions/BUILD.gn
+++ b/components/suggestions/BUILD.gn
@@ -10,6 +10,8 @@ static_library("suggestions") {
"image_fetcher_delegate.h",
"image_manager.cc",
"image_manager.h",
+ "image_manager_utils_ios.h",
+ "image_manager_utils_ios.mm",
"suggestions_pref_names.cc",
"suggestions_pref_names.h",
"suggestions_service.cc",

Powered by Google App Engine
This is Rietveld 408576698