OLD | NEW |
1 source_set("suggestions") { | 1 source_set("suggestions") { |
2 configs += [ "//build/config/compiler:enable_arc" ] | 2 configs += [ "//build/config/compiler:enable_arc" ] |
3 sources = [ | 3 sources = [ |
4 "suggestions_article_item.h", | 4 "suggestions_article_item.h", |
5 "suggestions_article_item.mm", | 5 "suggestions_article_item.mm", |
6 "suggestions_commands.h", | 6 "suggestions_commands.h", |
7 "suggestions_data_source.h", | 7 "suggestions_data_source.h", |
8 "suggestions_data_source.mm", | 8 "suggestions_data_source.mm", |
| 9 "suggestions_expandable_item.h", |
| 10 "suggestions_expandable_item.mm", |
9 "suggestions_item.h", | 11 "suggestions_item.h", |
10 "suggestions_item.mm", | 12 "suggestions_item.mm", |
11 "suggestions_item_actions.h", | 13 "suggestions_item_actions.h", |
12 "suggestions_view_controller.h", | 14 "suggestions_view_controller.h", |
13 "suggestions_view_controller.mm", | 15 "suggestions_view_controller.mm", |
14 ] | 16 ] |
15 deps = [ | 17 deps = [ |
16 "//base", | 18 "//base", |
17 "//ios/chrome/browser/ui", | 19 "//ios/chrome/browser/ui", |
18 "//ios/chrome/browser/ui/collection_view", | 20 "//ios/chrome/browser/ui/collection_view", |
19 "//ios/third_party/material_roboto_font_loader_ios", | 21 "//ios/third_party/material_roboto_font_loader_ios", |
20 ] | 22 ] |
21 public_deps = [ | 23 public_deps = [ |
22 "//ios/third_party/material_components_ios", | 24 "//ios/third_party/material_components_ios", |
23 ] | 25 ] |
24 } | 26 } |
OLD | NEW |