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

Side by Side Diff: ios/chrome/browser/ui/suggestions/BUILD.gn

Issue 2618343002: Creates the Suggestions UI (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/suggestions/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 source_set("suggestions") {
2 configs += [ "//build/config/compiler:enable_arc" ]
3 sources = [
4 "suggestions_article_item.h",
5 "suggestions_article_item.mm",
6 "suggestions_data_source.h",
7 "suggestions_data_source.mm",
8 "suggestions_expandable_item.h",
9 "suggestions_expandable_item.mm",
10 "suggestions_item.h",
11 "suggestions_item.mm",
12 "suggestions_view_controller.h",
13 "suggestions_view_controller.mm",
14 ]
15 deps = [
16 "//base",
17 "//ios/chrome/browser/ui",
18 "//ios/chrome/browser/ui/collection_view",
19 "//ios/third_party/material_roboto_font_loader_ios",
20 ]
21 public_deps = [
22 "//ios/third_party/material_components_ios",
23 ]
24 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/suggestions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698