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

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

Issue 2740783002: Rename ShellBaseTestCase as WebShellTestCase. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | ios/web/shell/test/context_menu_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/BUILD.gn
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
index 47e138e211cad63311c47428af81fd21f2249f29..0d7ae77ff5ad2cea400b64704178fde2251d48cb 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -77,12 +77,12 @@ source_set("earl_grey_test_support") {
"app/web_view_interaction_test_util.mm",
"earl_grey/shell_actions.h",
"earl_grey/shell_actions.mm",
- "earl_grey/shell_base_test_case.h",
- "earl_grey/shell_base_test_case.mm",
"earl_grey/shell_earl_grey.h",
"earl_grey/shell_earl_grey.mm",
"earl_grey/shell_matchers.h",
"earl_grey/shell_matchers.mm",
+ "earl_grey/web_shell_test_case.h",
+ "earl_grey/web_shell_test_case.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « no previous file | ios/web/shell/test/context_menu_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698