| 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" ]
|
|
|