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

Unified Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2615003002: Use ChromeBrowserStateManager instead of BrowserListIOS. (Closed)
Patch Set: Fix ios_chrome_perftests. 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
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_sync_client.mm ('k') | ios/chrome/browser/tabs/tab_model_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/BUILD.gn
diff --git a/ios/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/tabs/BUILD.gn
index e667fd4d1fdc29f13c5deae48db82127094fad4f..8a5b6e5666f4fb34ff10a5e8923f6d5412481e10 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -89,7 +89,6 @@ source_set("tabs_internal") {
"//ios/chrome/browser/translate",
"//ios/chrome/browser/u2f",
"//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui:browser_list",
"//ios/chrome/browser/ui:ui_internal",
"//ios/chrome/browser/ui/alert_coordinator",
"//ios/chrome/browser/ui/commands",
@@ -123,6 +122,7 @@ source_set("tabs_internal_arc") {
deps = [
":tabs",
"//base",
+ "//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
]
libs = [ "Foundation.framework" ]
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_sync_client.mm ('k') | ios/chrome/browser/tabs/tab_model_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698