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

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

Issue 2681843002: Add mechanism to get the Tab from the associated WebState. (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
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..55b6c91290e23476575ac9a20ee7fdf0290e6294 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -30,6 +30,8 @@ source_set("tabs") {
source_set("tabs_internal") {
sources = [
+ "legacy_tab_helper.h",
rohitrao (ping after 24h) 2017/02/08 14:07:48 Should we make this an ARC file?
sdefresne 2017/02/08 14:45:34 Done.
+ "legacy_tab_helper.mm",
"tab.mm",
"tab_model.mm",
"tab_model_order_controller.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/legacy_tab_helper.h » ('j') | ios/chrome/browser/tabs/legacy_tab_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698