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

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

Issue 2956483003: [ios] TabIdTabHelper (Closed)
Patch Set: Refactor Tab to use TabIDTabHelper. Created 3 years, 6 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/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index e6b87283a5c7a118c22565dd23ca7fe370694b7e..45a3b769d9771af712175fc82e3d4aaababd708b 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -25,6 +25,8 @@ source_set("web") {
"repost_form_tab_helper.mm",
"sad_tab_tab_helper.h",
"sad_tab_tab_helper.mm",
+ "tab_id_tab_helper.h",
+ "tab_id_tab_helper.mm",
]
deps = [
":sad_tab_tab_helper_delegate",
@@ -63,6 +65,7 @@ source_set("unit_tests") {
"network_activity_indicator_tab_helper_unittest.mm",
"repost_form_tab_helper_unittest.mm",
"sad_tab_tab_helper_unittest.mm",
+ "tab_id_tab_helper_unittest.mm",
]
deps = [
":sad_tab_tab_helper_delegate",

Powered by Google App Engine
This is Rietveld 408576698