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

Unified Diff: ios/web/BUILD.gn

Issue 1914723002: Update ios/web/BUILD.gn to have latest web test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 df15d6f35604e7a8c8e1134a8eb4e1cfd04abdbc..1665000ac532c679d184255cf75cd77ca9e30a76 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -284,8 +284,10 @@ source_set("test_support") {
deps = [
":web",
+ "//base/test:test_support",
"//ios/testing:ocmock_support",
"//ios/third_party/gcdwebserver",
+ "//net:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
@@ -304,6 +306,10 @@ source_set("test_support") {
"public/test/response_providers/file_based_response_provider.mm",
"public/test/response_providers/file_based_response_provider_impl.h",
"public/test/response_providers/file_based_response_provider_impl.mm",
+ "public/test/response_providers/html_response_provider.h",
+ "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/response_provider.h",
"public/test/response_providers/response_provider.mm",
"public/test/response_providers/string_response_provider.h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698