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

Unified Diff: components/signin/ios/browser/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: remove public_deps 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 | components/translate/ios/browser/BUILD.gn » ('j') | ios/web/public/test/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/BUILD.gn
diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn
index 9a736cc272a2d61919422837922f51d84e35452e..5d8c46928a44463d420755911d631bf41ae2e679 100644
--- a/components/signin/ios/browser/BUILD.gn
+++ b/components/signin/ios/browser/BUILD.gn
@@ -61,7 +61,8 @@ source_set("unit_tests") {
"//components/signin/core/common",
"//components/sync_preferences:test_support",
"//ios/web",
- "//ios/web:test_support",
+ "//ios/web/public/test:test_support",
+ "//ios/web/public/test/fakes:test_support",
"//third_party/ocmock",
]
}
« no previous file with comments | « no previous file | components/translate/ios/browser/BUILD.gn » ('j') | ios/web/public/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698