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

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

Issue 2275303004: Context menu egtests, plus related utilities. (Closed)
Patch Set: Fewer References. Created 4 years, 4 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 | « ios/web/public/test/web_view_interaction_test_util.mm ('k') | 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 c9b547d80544f5594abe7902d1773931aefaa893..9e0258d06a0d70dc740a3f751ea4a22be3332ce1 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -7,6 +7,7 @@ import("//ios/third_party/earl_grey/ios_eg_test.gni")
ios_eg_test("ios_web_shell_test") {
sources = [
+ "context_menu_egtest.mm",
"meta_tags_egtest.mm",
"navigation_egtest.mm",
"page_state_egtest.mm",
@@ -64,6 +65,8 @@ source_set("earl_grey_test_support") {
"app/web_shell_test_util.mm",
"app/web_view_interaction_test_util.h",
"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_matchers.h",
« no previous file with comments | « ios/web/public/test/web_view_interaction_test_util.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