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

Unified Diff: ios/web/BUILD.gn

Issue 2644223002: Integration tests for WebStateDelegate::OnAuthRequired callback. (Closed)
Patch Set: Addressed review comments Created 3 years, 11 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/chrome/browser/web/http_auth_egtest.mm ('k') | ios/web/public/test/fakes/test_web_state_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index f1bbde11346b0ea649734bd275a62f982bf90c32..d841504449dd675316a62dc859f8f1e58185057e 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -422,6 +422,8 @@ source_set("test_support") {
"public/test/response_providers/html_response_provider.mm",
"public/test/response_providers/html_response_provider_impl.h",
"public/test/response_providers/html_response_provider_impl.mm",
+ "public/test/response_providers/http_auth_response_provider.h",
+ "public/test/response_providers/http_auth_response_provider.mm",
"public/test/response_providers/response_provider.h",
"public/test/response_providers/response_provider.mm",
"public/test/response_providers/string_response_provider.h",
@@ -581,6 +583,7 @@ test("ios_web_inttests") {
"navigation/window_location_inttest.mm",
"public/test/http_server_inttest.mm",
"test/run_all_unittests.cc",
+ "web_state/http_auth_inttest.mm",
"webui/web_ui_mojo_inttest.mm",
]
« no previous file with comments | « ios/chrome/browser/web/http_auth_egtest.mm ('k') | ios/web/public/test/fakes/test_web_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698