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

Unified Diff: ios/web/ios_web_shell_tests.gyp

Issue 2173543002: [ios] Removed web_shell_ prefix from EG tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged Created 4 years, 5 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web_shell_tests.gyp
diff --git a/ios/web/ios_web_shell_tests.gyp b/ios/web/ios_web_shell_tests.gyp
index feda9b30c912bf388fb1305c8e2f5fc60905907e..66c7767465871a3b4443ff74b487e108732b8242 100644
--- a/ios/web/ios_web_shell_tests.gyp
+++ b/ios/web/ios_web_shell_tests.gyp
@@ -63,8 +63,8 @@
'<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
],
'sources': [
- 'shell/test/web_shell_navigation_egtest.mm',
- 'shell/test/web_shell_page_state_egtest.mm',
+ 'shell/test/navigation_egtest.mm',
+ 'shell/test/page_state_egtest.mm',
],
'actions': [{
'action_name': 'copy_test_data',
« no previous file with comments | « no previous file | ios/web/shell/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698