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

Unified Diff: ios/web/ios_web_shell_tests.gyp

Issue 1890333002: Web shell test to go back and forward. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: few more updates Created 4 years, 8 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/ios_web_shell_tests.gyp
diff --git a/ios/web/ios_web_shell_tests.gyp b/ios/web/ios_web_shell_tests.gyp
index 806c056c451bea44af2dc1437558d6af11e4c96d..07303e728cef886d7b0ab6e3357d13566db589be 100644
--- a/ios/web/ios_web_shell_tests.gyp
+++ b/ios/web/ios_web_shell_tests.gyp
@@ -22,9 +22,20 @@
'dependencies': [
'../third_party/earl_grey/earl_grey.gyp:EarlGrey',
'ios_web_shell.gyp:ios_web_shell',
+ 'ios_web.gyp:ios_web_test_support',
],
'sources': [
+ 'public/test/http_server_util.h',
+ 'public/test/http_server_util.mm',
+ 'shell/test/navigation_test_util.h',
+ 'shell/test/navigation_test_util.mm',
+ 'shell/test/shell_matchers.h',
+ 'shell/test/shell_matchers.mm',
'shell/test/web_shell_navigation_egtest.mm',
+ 'shell/test/web_shell_test_util.h',
+ 'shell/test/web_shell_test_util.mm',
+ 'shell/test/web_view_matchers.h',
+ 'shell/test/web_view_matchers.mm',
],
'xcode_settings': {
'WRAPPER_EXTENSION': 'xctest',

Powered by Google App Engine
This is Rietveld 408576698