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

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

Issue 2681843002: Add mechanism to get the Tab from the associated WebState. (Closed)
Patch Set: Address comments. 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/legacy_tab_helper.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 3ac08a4db2b8ed143e6f36488c5bc3223006b0c1..923334d475c2be419c29a5624dc7378604557c5d 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -116,6 +116,8 @@ source_set("tabs_internal") {
source_set("tabs_internal_arc") {
sources = [
+ "legacy_tab_helper.h",
+ "legacy_tab_helper.mm",
"tab_model_list.mm",
]
deps = [
@@ -123,6 +125,7 @@ source_set("tabs_internal_arc") {
"//base",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
+ "//ios/web",
]
libs = [ "Foundation.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/legacy_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698