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

Unified Diff: ios/web/shell/test/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/web/shell/test/BUILD.gn
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
index 7d7eedcde3ea273388a1804c10c9cfcbb1c24f09..d310d79020ee08be2ca719f0bf80142d47c21e85 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -31,7 +31,9 @@ ios_eg_test("ios_web_shell_egtests") {
"//ios/testing:ios_test_support",
"//ios/testing/earl_grey:earl_grey_support",
"//ios/web:earl_grey_test_support",
- "//ios/web:test_support",
+ "//ios/web/public/test",
+ "//ios/web/public/test/fakes",
+ "//ios/web/public/test/http_server",
"//ios/web/shell",
"//net",
"//url",
@@ -59,7 +61,8 @@ source_set("earl_grey_test_support") {
"//ios/third_party/earl_grey",
"//ios/web",
"//ios/web:earl_grey_test_support",
- "//ios/web:test_support",
+ "//ios/web/public/test",
+ "//ios/web/public/test/http_server",
"//ios/web/shell",
"//url",
]
« no previous file with comments | « ios/web/public/test/response_providers/string_response_provider.mm ('k') | ios/web/shell/test/context_menu_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698