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

Unified Diff: ios/chrome/browser/ui/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/test/perf_test_with_bvc_ios.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 a786891d4951045481064b84d64e89abaed339c9..686ad438a241470a103b4b0c22caca6e6de04d7a 100644
--- a/ios/chrome/browser/ui/BUILD.gn
+++ b/ios/chrome/browser/ui/BUILD.gn
@@ -233,7 +233,6 @@ source_set("ui_internal") {
"prerender_delegate.h",
]
deps = [
- ":browser_list",
":resources",
":ui",
"//base",
@@ -343,18 +342,6 @@ source_set("ui_internal") {
]
}
-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/test/perf_test_with_bvc_ios.mm ('k') | ios/chrome/browser/ui/browser_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698