| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index dc9848663bd8ba977791f6fd125c2304df7ccc01..b70720c02e0922cbd7e05a90840fa01eb07ef6ec 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -568,6 +568,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",
|
| @@ -579,6 +580,7 @@ test("ios_web_inttests") {
|
| ]
|
| sources = [
|
| "browser_state_web_view_partition_inttest.mm",
|
| + "navigation/history_state_operations_inttest.mm",
|
| "public/test/http_server_inttest.mm",
|
| "test/run_all_unittests.cc",
|
| "webui/web_ui_mojo_inttest.mm",
|
|
|