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

Unified Diff: ios/web/BUILD.gn

Issue 1950323002: Refactor web shell integration tests utilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add gn Created 4 years, 7 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 | ios/web/ios_web.gyp » ('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 f044e9157d3d3fa007859349dc465f645a268e72..f23e84845af509ab21f38f1d83b678076538da41 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -295,8 +295,12 @@ source_set("test_support") {
"public/test/crw_test_js_injection_receiver.mm",
"public/test/http_server.h",
"public/test/http_server.mm",
+ "public/test/http_server_util.h",
+ "public/test/http_server_util.mm",
"public/test/js_test_util.h",
"public/test/js_test_util.mm",
+ "public/test/navigation_test_util.h",
+ "public/test/navigation_test_util.mm",
"public/test/response_providers/data_response_provider.h",
"public/test/response_providers/data_response_provider.mm",
"public/test/response_providers/file_based_response_provider.h",
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698