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

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

Issue 2628273004: Revert of Use ChromeBrowserStateManager instead of BrowserListIOS. (Closed)
Patch Set: 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/tabs/tab_unittest.mm ('k') | ios/chrome/browser/ui/browser_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/BUILD.gn
diff --git a/ios/chrome/browser/ui/BUILD.gn b/ios/chrome/browser/ui/BUILD.gn
index 686ad438a241470a103b4b0c22caca6e6de04d7a..a786891d4951045481064b84d64e89abaed339c9 100644
--- a/ios/chrome/browser/ui/BUILD.gn
+++ b/ios/chrome/browser/ui/BUILD.gn
@@ -233,6 +233,7 @@
"prerender_delegate.h",
]
deps = [
+ ":browser_list",
":resources",
":ui",
"//base",
@@ -342,6 +343,18 @@
]
}
+source_set("browser_list") {
+ sources = [
+ "browser_ios.h",
+ "browser_list_ios.h",
+ "browser_list_ios.mm",
+ ]
+ deps = [
+ "//ios/chrome/browser/browser_state",
+ "//ios/chrome/browser/tabs",
+ ]
+}
+
source_set("test_support") {
testonly = true
sources = [
« no previous file with comments | « ios/chrome/browser/tabs/tab_unittest.mm ('k') | ios/chrome/browser/ui/browser_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698