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

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

Issue 2683393003: Refactor TabModel to use WebStateList to store WebStates. (Closed)
Patch Set: Fix TabModelTest.MoveTabs. Created 3 years, 10 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 | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('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 6a71d9cc31cb43b5d9d80e0c37780d4905bd54c8..61bfe2a1cf1ef69903a17b713fbaef53551510d9 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -102,6 +102,7 @@ source_set("tabs_internal") {
"//ios/net",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser/native_app_launcher",
+ "//ios/shared/chrome/browser/tabs",
"//ios/web",
"//net",
"//ui/base",
@@ -127,6 +128,7 @@ source_set("tabs_internal_arc") {
"//base",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
+ "//ios/shared/chrome/browser/tabs",
"//ios/web",
]
libs = [ "Foundation.framework" ]
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698