| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index a2a03f8580a8e16ad6a0fe84f80cb47f78689fe0..de52bb0e581d3ef7578040b437c09405db342f57 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -697,7 +697,10 @@ js_compile_bundle("web_bundle") {
|
| "web_state/js/resources/context_menu.js",
|
| "web_state/js/resources/core.js",
|
| "web_state/js/resources/dialog_overrides.js",
|
| + "web_state/js/resources/form.js",
|
| "web_state/js/resources/message.js",
|
| + "web_state/js/resources/navigation.js",
|
| + "web_state/js/resources/scroll_workaround.js",
|
| "web_state/js/resources/web_bundle.js",
|
| ]
|
| }
|
|
|