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

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

Issue 2845353002: [ios] ARCMigrate i/c/b/tabs/tab_model_synced_window_delegate*. (Closed)
Patch Set: Rebase Created 3 years, 7 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') | 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 4e28b1c6c93f80923488d82e5d2f25247e6d6ecd..c7d2f3454fd11e49ed63d0890b3c5af42f83ac62 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -34,8 +34,6 @@ source_set("tabs") {
source_set("tabs_internal") {
sources = [
"tab_model.mm",
- "tab_model_synced_window_delegate.mm",
- "tab_model_synced_window_delegate_getter.mm",
]
deps = [
":tabs",
@@ -134,6 +132,8 @@ source_set("tabs_internal_arc") {
"tab_model_observers_bridge.mm",
"tab_model_selected_tab_observer.h",
"tab_model_selected_tab_observer.mm",
+ "tab_model_synced_window_delegate.mm",
+ "tab_model_synced_window_delegate_getter.mm",
"tab_model_web_state_list_delegate.h",
"tab_model_web_state_list_delegate.mm",
"tab_parenting_observer.h",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698