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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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/ui/tabs/BUILD.gn
diff --git a/ios/chrome/browser/ui/tabs/BUILD.gn b/ios/chrome/browser/ui/tabs/BUILD.gn
index 066ca8a1ddd7b0c4df4a1653619832298cf2548c..aa66479fc55493450f26671b75c098171dd290ff 100644
--- a/ios/chrome/browser/ui/tabs/BUILD.gn
+++ b/ios/chrome/browser/ui/tabs/BUILD.gn
@@ -55,6 +55,7 @@ source_set("tabs") {
"target_frame_cache.mm",
]
deps = [
+ ":resources",
"//base",
"//base:i18n",
"//ios/chrome/app/strings",
@@ -64,7 +65,6 @@ source_set("tabs") {
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/colors",
"//ios/chrome/browser/ui/commands",
- "//ios/chrome/browser/ui/tabs:resources",
"//ios/chrome/browser/ui/util",
"//ios/third_party/material_components_ios",
"//ios/web",
@@ -99,10 +99,10 @@ source_set("eg_tests") {
"tab_strip_egtest.mm",
]
deps = [
+ ":tabs",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui/tabs",
"//ios/chrome/test/app:test_support",
"//ios/chrome/test/earl_grey:test_support",
"//ios/third_party/earl_grey",

Powered by Google App Engine
This is Rietveld 408576698