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

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

Issue 2807843002: Refactor creation of SadTabView into a tab helper object (Closed)
Patch Set: Attempt to fix build dependency Created 3 years, 8 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.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 c3292843ef02ba2c4866f6cf55de7b41261624b9..d11875dc0e506fde82c30f2aac2e3ab0d64b963e 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -21,6 +21,7 @@ source_set("tabs") {
"//components/sessions",
"//components/signin/ios/browser",
"//components/sync_sessions",
+ "//ios/chrome/browser/web:sad_tab_tab_helper_delegate",
"//ios/net",
"//ios/web",
"//ui/base",
@@ -97,6 +98,7 @@ source_set("tabs_internal") {
"//ios/chrome/browser/ui/toolbar",
"//ios/chrome/browser/ui/util",
"//ios/chrome/browser/web",
+ "//ios/chrome/browser/web:sad_tab_tab_helper_delegate",
"//ios/chrome/browser/web:web_internal",
"//ios/net",
"//ios/public/provider/chrome/browser",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698