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", |