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

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

Issue 2873203002: Add public_deps for //ios/chrome/browser/tabs and //ios/chrome/browser/ui/tabs (Closed)
Patch Set: review changes Created 3 years, 7 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/tabs/BUILD.gn » ('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 113d24f5b3fe2775dac12beac370a8dc6e2242fd..8b131a8d473ea918c0a7c1a7ec48dd5c8b3dcb0c 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -18,13 +18,15 @@ source_set("tabs") {
"tab_private.h",
"tab_snapshotting_delegate.h",
]
+ public_deps = [
+ "//ios/web",
+ ]
deps = [
"//components/sessions",
"//components/signin/ios/browser",
"//components/sync_sessions",
"//ios/chrome/browser/web:sad_tab_tab_helper_delegate",
"//ios/net",
- "//ios/web",
"//ios/web:user_agent",
"//ui/base",
]
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tabs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698