| Index: ios/showcase/core/BUILD.gn
|
| diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn
|
| index 61457380dce609b7dd059431aad5a424b9a09d62..100595fdaff207436df6b206601c007b47ad0361 100644
|
| --- a/ios/showcase/core/BUILD.gn
|
| +++ b/ios/showcase/core/BUILD.gn
|
| @@ -13,6 +13,8 @@ source_set("core") {
|
| ]
|
| deps = [
|
| "//base",
|
| + "//ios/clean/chrome/app:application_state",
|
| + "//ios/clean/chrome/app/steps",
|
| "//ios/showcase/common",
|
| "//ios/third_party/material_components_ios",
|
| "//ios/third_party/material_roboto_font_loader_ios",
|
| @@ -27,6 +29,8 @@ source_set("main") {
|
| ]
|
| deps = [
|
| ":core",
|
| + "//base",
|
| + "//ios/chrome/app/startup",
|
|
|
| # Needed to disable the tests hooks.
|
| "//ios/chrome/app:tests_fake_hook",
|
|
|