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

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: formatting 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 79c93e8bbefc0705df753455a88025b185efeb56..d7e324be11d18f6d3e920441d694f3a0bb0f865e 100644
--- a/ios/web/ios_web_shell_tests.gyp
+++ b/ios/web/ios_web_shell_tests.gyp
@@ -21,8 +21,15 @@
'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/utils/eg_util.h',
+ 'shell/test/utils/eg_util.mm',
+ 'shell/test/utils/web_view_egutil.h',
+ 'shell/test/utils/web_view_egutil.mm',
'shell/test/web_shell_navigation_egtest.mm',
],
'xcode_settings': {

Powered by Google App Engine
This is Rietveld 408576698