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

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

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: more header guards 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/autofill/BUILD.gn
diff --git a/ios/chrome/browser/autofill/BUILD.gn b/ios/chrome/browser/autofill/BUILD.gn
index 148f1abaf7756aa81b2795dff4724045648e5c72..f1396dba5fb93000249b46d220ba200f2267635d 100644
--- a/ios/chrome/browser/autofill/BUILD.gn
+++ b/ios/chrome/browser/autofill/BUILD.gn
@@ -106,7 +106,7 @@ source_set("unit_tests") {
"//ios/chrome/browser/web:test_support",
"//ios/chrome/test/base",
"//ios/web",
- "//ios/web:test_support",
+ "//ios/web/public/test",
"//testing/gtest",
"//third_party/ocmock",
"//ui/base:test_support",
@@ -131,6 +131,6 @@ source_set("eg_tests") {
"//ios/testing/earl_grey:earl_grey_support",
"//ios/third_party/earl_grey",
"//ios/web:earl_grey_test_support",
- "//ios/web:test_support",
+ "//ios/web/public/test/http_server",
]
}

Powered by Google App Engine
This is Rietveld 408576698