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

Unified Diff: ios/chrome/browser/ui/suggestions/BUILD.gn

Issue 2619353004: Creates the Suggestions UI (Closed)
Patch Set: Add OWNERS 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/suggestions/BUILD.gn
diff --git a/ios/chrome/browser/ui/suggestions/BUILD.gn b/ios/chrome/browser/ui/suggestions/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6c79d2d4fdbca9a05c124950cb87609f8bd999cd
--- /dev/null
+++ b/ios/chrome/browser/ui/suggestions/BUILD.gn
@@ -0,0 +1,17 @@
+source_set("suggestions") {
+ configs += [ "//build/config/compiler:enable_arc" ]
+ sources = [
+ "suggestions_item.h",
+ "suggestions_view_controller.h",
+ "suggestions_view_controller.mm",
+ ]
+ deps = [
+ "//base",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/browser/ui/collection_view",
+ "//ios/third_party/material_roboto_font_loader_ios",
+ ]
+ public_deps = [
+ "//ios/third_party/material_components_ios",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/suggestions/OWNERS » ('j') | ios/chrome/browser/ui/suggestions/suggestions_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698