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

Unified Diff: ios/clean/chrome/browser/model/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/model/BUILD.gn
diff --git a/ios/clean/chrome/browser/model/BUILD.gn b/ios/clean/chrome/browser/model/BUILD.gn
index db5f6280e0528110a7b4c1873898b021da46c6a9..ef26442db8960b8efc16c84b97bb55df6e56f572 100644
--- a/ios/clean/chrome/browser/model/BUILD.gn
+++ b/ios/clean/chrome/browser/model/BUILD.gn
@@ -12,6 +12,7 @@ source_set("model") {
deps = [
"//base",
"//ios/chrome/browser/browser_state",
+ "//ios/clean/chrome/browser/ui/commands",
"//ios/shared/chrome/browser/tabs",
]
configs += [ "//build/config/compiler:enable_arc" ]

Powered by Google App Engine
This is Rietveld 408576698