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

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

Issue 2651833002: [ios showcase]Configures Resource Bundle and adds Toolbar Coordinator (Closed)
Patch Set: Removes Application State dependency 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..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",

Powered by Google App Engine
This is Rietveld 408576698