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

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

Issue 2190153002: [ios] Implemented redirect EG tests for web shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@http_server_util
Patch Set: Addressed review comments 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 | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/redirect_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 cf5e57747982fbecc80bc8ba68ccbd404d155f4a..db90f52b64d1d58f9405b811d3f9e6e28de61f1f 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -12,6 +12,7 @@ ios_eg_test("ios_web_shell_test") {
"page_state_egtest.mm",
"pdf_egtest.mm",
"plugin_placeholder_egtest.mm",
+ "redirect_egtest.mm",
]
deps = [
@@ -22,6 +23,7 @@ ios_eg_test("ios_web_shell_test") {
"//ios/web:test_support",
"//ios/web/shell",
"//ios/web/shell/test:earl_grey_test_support",
+ "//net:net",
"//url:url",
# All shared libraries must have the sanitizer deps to properly link in
« no previous file with comments | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/redirect_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698