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

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

Issue 2737563006: [ios] Adds support for Find in Page to the new architecture. (Closed)
Patch Set: Partially hook up the text field Created 3 years, 9 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/tools/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/tools/BUILD.gn b/ios/clean/chrome/browser/ui/tools/BUILD.gn
index ec5c4e91b8c38d5effc969f97c70d6575c775fec..1c37374a6c7f1aa7379ccf602420bac3c434738f 100644
--- a/ios/clean/chrome/browser/ui/tools/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tools/BUILD.gn
@@ -14,6 +14,7 @@ source_set("tools") {
":tools_ui",
"//base",
"//ios/clean/chrome/browser",
+ "//ios/clean/chrome/browser/model",
"//ios/clean/chrome/browser/ui/actions",
"//ios/clean/chrome/browser/ui/animators",
"//ios/clean/chrome/browser/ui/presenters",
@@ -36,6 +37,7 @@ source_set("tools_ui") {
"//base:i18n",
"//ios/chrome/browser/ui",
"//ios/clean/chrome/browser/ui/actions",
+ "//ios/clean/chrome/browser/ui/commands",
"//ios/clean/chrome/browser/ui/toolbar:toolbar_components_ui",
"//ios/third_party/material_roboto_font_loader_ios",
]

Powered by Google App Engine
This is Rietveld 408576698