| Index: ios/showcase/core/BUILD.gn
|
| diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn
|
| index 61457380dce609b7dd059431aad5a424b9a09d62..873441185d0b778b9b40efaa227f1b9e95c7d983 100644
|
| --- a/ios/showcase/core/BUILD.gn
|
| +++ b/ios/showcase/core/BUILD.gn
|
| @@ -13,9 +13,11 @@ source_set("core") {
|
| ]
|
| deps = [
|
| "//base",
|
| + "//ios/chrome/app/startup",
|
| "//ios/showcase/common",
|
| "//ios/third_party/material_components_ios",
|
| "//ios/third_party/material_roboto_font_loader_ios",
|
| + "//ui/base",
|
| ]
|
| libs = [ "UIKit.framework" ]
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| @@ -27,6 +29,7 @@ source_set("main") {
|
| ]
|
| deps = [
|
| ":core",
|
| + "//base",
|
|
|
| # Needed to disable the tests hooks.
|
| "//ios/chrome/app:tests_fake_hook",
|
|
|