Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 source_set("suggestions") { | |
|
lpromero
2017/01/10 15:51:27
This file is missing the comment header. You shoul
gambard
2017/01/10 16:56:35
Done.
| |
| 2 configs += [ "//build/config/compiler:enable_arc" ] | |
| 3 sources = [ | |
| 4 "suggestions_commands.h", | |
| 5 "suggestions_item_actions.h", | |
| 6 "suggestions_view_controller.h", | |
| 7 "suggestions_view_controller.mm", | |
| 8 ] | |
| 9 deps = [ | |
| 10 "//base", | |
| 11 "//ios/chrome/browser/ui", | |
| 12 "//ios/chrome/browser/ui/collection_view", | |
| 13 "//ios/third_party/material_roboto_font_loader_ios", | |
| 14 ] | |
| 15 public_deps = [ | |
| 16 "//ios/third_party/material_components_ios", | |
| 17 ] | |
| 18 } | |
| OLD | NEW |