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

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

Issue 2680313008: Remove BrowserViewController -tabForWebState:. (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/ui/browser_view_controller.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 923334d475c2be419c29a5624dc7378604557c5d..aca9ff68ca381bfd061686212cb5a1cf02f10d8c 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -4,6 +4,7 @@
source_set("tabs") {
sources = [
+ "legacy_tab_helper.h",
"tab.h",
"tab_delegate.h",
"tab_dialog_delegate.h",
@@ -116,7 +117,6 @@ source_set("tabs_internal") {
source_set("tabs_internal_arc") {
sources = [
- "legacy_tab_helper.h",
"legacy_tab_helper.mm",
"tab_model_list.mm",
]
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698