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

Unified Diff: ios/web/BUILD.gn

Issue 2599233002: Created test for window.location.assign. (Closed)
Patch Set: move shared code to WebIntTest 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 | « no previous file | ios/web/navigation/window_location_inttest.mm » ('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 81baf37f99c36154d92919d61ed5be48afa03b84..99f2e5948f9735f99e00407877682fb9d96b3c8b 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -571,6 +571,7 @@ test("ios_web_inttests") {
":test_support",
":web",
"//base/test:test_support",
+ "//ios/testing:http_server_bundle_data",
"//ios/web/test:mojo_bindings",
"//ios/web/test:packed_resources",
"//ios/web/test:resources",
@@ -582,6 +583,7 @@ test("ios_web_inttests") {
]
sources = [
"browser_state_web_view_partition_inttest.mm",
+ "navigation/window_location_inttest.mm",
"public/test/http_server_inttest.mm",
"test/run_all_unittests.cc",
"webui/web_ui_mojo_inttest.mm",
« no previous file with comments | « no previous file | ios/web/navigation/window_location_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698