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

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

Issue 2687303003: Convert some of TabModel logic to WebStateListObservers. (Closed)
Patch Set: 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 c82fdedb73eaac11fe994595a9c1fb168849b456..56c6036dbedb1768c539939865586d0ac534be69 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -120,8 +120,14 @@ source_set("tabs_internal_arc") {
sources = [
"legacy_tab_helper.mm",
"tab_model_list.mm",
+ "tab_model_metrics_observer.h",
+ "tab_model_metrics_observer.mm",
"tab_model_observers.h",
"tab_model_observers.mm",
+ "tab_model_tab_model_observers_bridge.h",
+ "tab_model_tab_model_observers_bridge.mm",
+ "tab_model_tab_parenting_observer.h",
+ "tab_model_tab_parenting_observer.mm",
]
deps = [
":tabs",
« 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