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

Unified Diff: ios/showcase/core/BUILD.gn

Issue 2646483002: [Showcase] Load Roboto as Typography font (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/showcase/DEPS ('k') | ios/showcase/core/app_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/core/BUILD.gn
diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn
index 4b0ed97b3a762a52b6a8606aa31a6789f0be48a0..61457380dce609b7dd059431aad5a424b9a09d62 100644
--- a/ios/showcase/core/BUILD.gn
+++ b/ios/showcase/core/BUILD.gn
@@ -14,6 +14,8 @@ source_set("core") {
deps = [
"//base",
"//ios/showcase/common",
+ "//ios/third_party/material_components_ios",
+ "//ios/third_party/material_roboto_font_loader_ios",
]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « ios/showcase/DEPS ('k') | ios/showcase/core/app_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698