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

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: make webState a property 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..2ff17530fa419e86bc88836753499f1473da8f42 100644
--- a/ios/web/ios_web_shell_tests.gyp
+++ b/ios/web/ios_web_shell_tests.gyp
@@ -22,8 +22,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/navigation_egutil.h',
Eugene But (OOO till 7-30) 2016/04/21 17:07:51 Utils is very generic directory name and it's tota
baxley 2016/04/21 21:52:50 Sounds good. Let's just leave it all in ios/web/sh
+ 'shell/test/utils/navigation_egutil.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