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

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

Issue 2775623002: [ios] WebStateList owns all WebState it manages. (Closed)
Patch Set: Fix ios_chrome_unittests. Created 3 years, 9 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
Index: ios/chrome/browser/tabs/BUILD.gn
diff --git a/ios/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/tabs/BUILD.gn
index c3292843ef02ba2c4866f6cf55de7b41261624b9..acfbf343fffc8fcefff1f6c0dba3215a23c74036 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -9,6 +9,7 @@ source_set("tabs") {
"tab_delegate.h",
"tab_dialog_delegate.h",
"tab_headers_delegate.h",
+ "tab_helper_util.h",
"tab_model.h",
"tab_model_list.h",
"tab_model_observer.h",
@@ -117,8 +118,9 @@ source_set("tabs_internal") {
source_set("tabs_internal_arc") {
sources = [
"legacy_tab_helper.mm",
- "tab_helper_util.h",
"tab_helper_util.mm",
+ "tab_model_closing_web_state_observer.h",
+ "tab_model_closing_web_state_observer.mm",
"tab_model_list.mm",
"tab_model_observers.h",
"tab_model_observers.mm",
@@ -138,6 +140,7 @@ source_set("tabs_internal_arc") {
"//components/history/core/browser",
"//components/history/ios/browser",
"//components/keyed_service/core",
+ "//components/sessions",
"//components/signin/ios/browser",
"//ios/chrome/browser",
"//ios/chrome/browser/bookmarks",
@@ -159,6 +162,7 @@ source_set("tabs_internal_arc") {
"//ios/public/provider/chrome/browser",
"//ios/shared/chrome/browser/tabs",
"//ios/web",
+ "//url",
]
libs = [ "Foundation.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]

Powered by Google App Engine
This is Rietveld 408576698