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

Unified Diff: ios/clean/chrome/browser/ui/toolbar/BUILD.gn

Issue 2936773003: [ios clean] Toolbar accessibility and showcase egtests (Closed)
Patch Set: Rename A11y string Created 3 years, 6 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/clean/chrome/browser/ui/toolbar/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/toolbar/BUILD.gn b/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
index af928962ed4cf721e82f26c1fc19d6f68898dfe4..bf72de37b829989d52cb99512beef7291b852844 100644
--- a/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/toolbar/BUILD.gn
@@ -59,8 +59,11 @@ source_set("toolbar_components_ui") {
]
deps = [
"//base",
+ "//components/strings",
+ "//ios/chrome/app/strings",
"//ios/chrome/app/theme",
"//ios/chrome/browser/ui",
+ "//ui/base",
]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/clean/chrome/browser/ui/toolbar/toolbar_button+factory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698