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

Unified Diff: ios/web/BUILD.gn

Issue 2512523002: Move web_view_interaction_test_util out of earl_grey_test_support (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 711ac1387c36e313f02e3f198dff25de77824454..d2b37d673589d11d4ef636bebcaa48ea8af57f50 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -347,8 +347,6 @@ source_set("earl_grey_test_support") {
"public/test/earl_grey/web_view_actions.mm",
"public/test/earl_grey/web_view_matchers.h",
"public/test/earl_grey/web_view_matchers.mm",
- "public/test/web_view_interaction_test_util.h",
- "public/test/web_view_interaction_test_util.mm",
]
}
@@ -359,6 +357,7 @@ source_set("test_support") {
":web",
"//base",
"//base/test:test_support",
+ "//ios/testing:ios_test_support",
"//ios/testing:ocmock_support",
"//ios/third_party/gcdwebserver",
"//ios/web/test:mojo_bindings",
@@ -420,6 +419,8 @@ source_set("test_support") {
"public/test/web_test_suite.h",
"public/test/web_test_with_web_state.h",
"public/test/web_test_with_web_state.mm",
+ "public/test/web_view_interaction_test_util.h",
+ "public/test/web_view_interaction_test_util.mm",
"test/crw_fake_web_controller_observer.h",
"test/crw_fake_web_controller_observer.mm",
"test/test_url_constants.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698