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

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

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients 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') | no next file with comments »
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 b914497f1d085ff0e33b703f3bce21cc8ff1d4a8..af96184ec39e7d2d58353b3d777c2269495ae564 100644
--- a/components/signin/ios/browser/BUILD.gn
+++ b/components/signin/ios/browser/BUILD.gn
@@ -62,7 +62,8 @@ source_set("unit_tests") {
"//components/signin/core/common",
"//components/sync_preferences:test_support",
"//ios/web",
- "//ios/web:test_support",
+ "//ios/web/public/test",
+ "//ios/web/public/test/fakes",
"//third_party/ocmock",
]
}
« no previous file with comments | « no previous file | components/translate/ios/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698