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

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

Issue 2640093004: WebStateList is an array of web::WebState* wrappers. (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 | « no previous file | ios/chrome/browser/tabs/tab.h » ('j') | ios/chrome/browser/tabs/tab_model.h » ('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 3ac08a4db2b8ed143e6f36488c5bc3223006b0c1..3a9f1e7f455b7135dfa0efe03f8adf1531bd7a36 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -16,6 +16,8 @@ source_set("tabs") {
"tab_model_synced_window_delegate_getter.h",
"tab_private.h",
"tab_snapshotting_delegate.h",
+ "web_state_handle.h",
+ "web_state_list.h",
]
deps = [
"//components/sessions",
@@ -117,6 +119,7 @@ source_set("tabs_internal") {
source_set("tabs_internal_arc") {
sources = [
"tab_model_list.mm",
+ "web_state_list.mm",
]
deps = [
":tabs",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab.h » ('j') | ios/chrome/browser/tabs/tab_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698