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

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

Issue 2651833002: [ios showcase]Configures Resource Bundle and adds Toolbar Coordinator (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
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",

Powered by Google App Engine
This is Rietveld 408576698