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

Unified Diff: ios/chrome/browser/suggestions/BUILD.gn

Issue 2643753002: Add the suggestions UI in chrome (Closed)
Patch Set: Formatting Created 3 years, 11 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: ios/chrome/browser/suggestions/BUILD.gn
diff --git a/ios/chrome/browser/suggestions/BUILD.gn b/ios/chrome/browser/suggestions/BUILD.gn
index 216bf04fc4b89dbcf8035c6de2ce270e99fa4877..79833b0b827f6994ea271ec57324c0e31f4412e1 100644
--- a/ios/chrome/browser/suggestions/BUILD.gn
+++ b/ios/chrome/browser/suggestions/BUILD.gn
@@ -8,6 +8,8 @@ source_set("suggestions") {
"image_fetcher_impl.mm",
"ios_image_decoder_impl.h",
"ios_image_decoder_impl.mm",
+ "suggestions_coordinator.h",
+ "suggestions_coordinator.mm",
"suggestions_service_factory.h",
"suggestions_service_factory.mm",
]
@@ -19,9 +21,11 @@ source_set("suggestions") {
"//components/leveldb_proto",
"//components/signin/core/browser",
"//components/suggestions",
+ "//ios/chrome/browser",
lpromero 2017/01/18 13:32:15 Out of curiosity: why this one?
gambard 2017/01/18 14:34:47 for ChromeCoordinator
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/signin",
"//ios/chrome/browser/sync",
+ "//ios/chrome/browser/ui/suggestions",
"//ios/web",
"//ios/web/public/image_fetcher",
"//net",

Powered by Google App Engine
This is Rietveld 408576698