Chromium Code Reviews| Index: ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn |
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn |
| index df9a4b3b8913557494b3f002eff2d7b140f4b8f7..b53d784d81b7274942eece5062736893d71fffc4 100644 |
| --- a/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn |
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn |
| @@ -8,6 +8,10 @@ source_set("cells") { |
| "content_suggestions_article_item.mm", |
| "content_suggestions_footer_item.h", |
| "content_suggestions_footer_item.mm", |
| + "content_suggestions_most_visited.h", |
| + "content_suggestions_most_visited.mm", |
| + "content_suggestions_most_visited_tile.h", |
| + "content_suggestions_most_visited_tile.mm", |
| "content_suggestions_reading_list_item.h", |
| "content_suggestions_reading_list_item.mm", |
| "content_suggestions_text_item.h", |
| @@ -33,6 +37,7 @@ source_set("unit_tests") { |
| sources = [ |
| "content_suggestions_article_item_unittest.mm", |
| "content_suggestions_footer_item_unittest.mm", |
| + "content_suggestions_most_visited_tile_unittest.mm", |
|
lpromero
2017/04/07 10:58:22
Can you add a simple CSMostVisited unittests file?
gambard
2017/04/07 14:47:21
Done.
|
| ] |
| deps = [ |
| ":cells", |