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

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

Issue 2683393003: Refactor TabModel to use WebStateList to store WebStates. (Closed)
Patch Set: Rebase to get dependent CL fix of "gn check". 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') | ios/chrome/browser/tabs/tab_model.mm » ('J')
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 a8942eb04ef5ee48ec8b603433409abf0d203171..c82fdedb73eaac11fe994595a9c1fb168849b456 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -103,6 +103,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') | ios/chrome/browser/tabs/tab_model.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698