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

Unified Diff: ios/web/shell/test/BUILD.gn

Issue 2448753002: Refactor wait_util so it isn't coupled to EarlGrey. (Closed)
Patch Set: Created 4 years, 2 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 d1cf2944f75f4341daae1a3920f4c63588e3cce4..61a5d4644da76e9e3fde2fe0c5ed0747e982dc99 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -19,6 +19,7 @@ ios_eg_test("ios_web_shell_test") {
deps = [
"//base",
"//base/test:test_support",
+ "//ios/testing:ios_test_support",
"//ios/testing/earl_grey:earl_grey_support",
"//ios/web:earl_grey_test_support",
"//ios/web:test_support",
@@ -45,6 +46,7 @@ source_set("earl_grey_test_support") {
deps = [
"//base",
"//base/test:test_support",
+ "//ios/testing:ios_test_support",
"//ios/testing/earl_grey:earl_grey_support",
"//ios/third_party/earl_grey",
"//ios/web",

Powered by Google App Engine
This is Rietveld 408576698