| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 6076341a8c290153326612a74e0cba7277afe8a3..2d1992036e1bb28df8374db5093aac7a392e460a 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -562,6 +562,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",
|
| @@ -573,6 +574,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",
|
|
|