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

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

Issue 2690893003: Remove obsolete code in TabModelOrderController. (Closed)
Patch Set: Rebase on origin/master. 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.h » ('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 a8942eb04ef5ee48ec8b603433409abf0d203171..6a71d9cc31cb43b5d9d80e0c37780d4905bd54c8 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -33,7 +33,6 @@ source_set("tabs_internal") {
sources = [
"tab.mm",
"tab_model.mm",
- "tab_model_order_controller.mm",
"tab_model_synced_window_delegate.mm",
"tab_model_synced_window_delegate_getter.mm",
]
@@ -121,6 +120,7 @@ source_set("tabs_internal_arc") {
"tab_model_list.mm",
"tab_model_observers.h",
"tab_model_observers.mm",
+ "tab_model_order_controller.mm",
]
deps = [
":tabs",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698