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

Unified Diff: ios/chrome/browser/ui/settings/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
Index: ios/chrome/browser/ui/settings/BUILD.gn
diff --git a/ios/chrome/browser/ui/settings/BUILD.gn b/ios/chrome/browser/ui/settings/BUILD.gn
index 1b95fc00c0fa418fb1982982b29ae851cd7b235e..6ae3b8d3b1c24736bddc0a41f3648e189ecb86bf 100644
--- a/ios/chrome/browser/ui/settings/BUILD.gn
+++ b/ios/chrome/browser/ui/settings/BUILD.gn
@@ -235,7 +235,7 @@ source_set("test_support") {
"//ios/chrome/browser/sync:test_support",
"//ios/chrome/browser/ui/collection_view:test_support",
"//ios/public/provider/chrome/browser/signin:test_support",
- "//ios/web:test_support",
+ "//ios/web/public/test",
"//testing/gtest",
]
}
@@ -329,7 +329,7 @@ source_set("unit_tests") {
"//ios/public/provider/chrome/browser/voice",
"//ios/third_party/material_components_ios",
"//ios/web",
- "//ios/web:test_support",
+ "//ios/web/public/test",
"//net",
"//net:test_support",
"//testing/gmock",
@@ -386,7 +386,8 @@ source_set("eg_tests") {
"//ios/testing/earl_grey:earl_grey_support",
"//ios/third_party/earl_grey",
"//ios/web",
- "//ios/web:test_support",
+ "//ios/web/public/test",
+ "//ios/web/public/test/http_server",
"//net",
"//ui/base",
"//url",
« no previous file with comments | « ios/chrome/browser/ui/reading_list/reading_list_egtest.mm ('k') | ios/chrome/browser/ui/settings/autofill_settings_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698