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

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

Issue 2785893003: [ios clean] Add placeholder for NTP bookmarks, chrome home and open tabs. (Closed)
Patch Set: Comment nit Created 3 years, 8 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/tab/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/tab/BUILD.gn b/ios/clean/chrome/browser/ui/tab/BUILD.gn
index d97375c02b330c04e869fd6304093d6c546f2f8f..63ca3f110cd191bcd7d25f29827551a2b93ee7ac 100644
--- a/ios/clean/chrome/browser/ui/tab/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tab/BUILD.gn
@@ -13,12 +13,16 @@ source_set("tab") {
deps = [
":tab_ui",
"//base",
+ "//ios/chrome/browser",
"//ios/clean/chrome/browser/ui/actions",
"//ios/clean/chrome/browser/ui/animators",
+ "//ios/clean/chrome/browser/ui/commands",
"//ios/clean/chrome/browser/ui/ntp",
"//ios/clean/chrome/browser/ui/tab_strip",
"//ios/clean/chrome/browser/ui/toolbar",
"//ios/clean/chrome/browser/ui/web_contents",
+ "//ios/shared/chrome/browser/ui/browser_list",
+ "//ios/shared/chrome/browser/ui/commands",
"//ios/shared/chrome/browser/ui/coordinators",
"//ios/web",
]

Powered by Google App Engine
This is Rietveld 408576698