| Index: ios/web_view/BUILD.gn
|
| diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
|
| index 9d053cdd619ab1c47c9f2c7f67d9e542f7bfc15b..9e9eccc8ec69cc92f71b15382f412fd16b570d67 100644
|
| --- a/ios/web_view/BUILD.gn
|
| +++ b/ios/web_view/BUILD.gn
|
| @@ -24,6 +24,8 @@ ios_web_view_public_headers = [
|
| "public/cwv_html_element.h",
|
| "public/cwv_navigation_action.h",
|
| "public/cwv_navigation_delegate.h",
|
| + "public/cwv_scroll_view.h",
|
| + "public/cwv_scroll_view_delegate.h",
|
| "public/cwv_translate_delegate.h",
|
| "public/cwv_translate_manager.h",
|
| "public/cwv_ui_delegate.h",
|
| @@ -38,6 +40,8 @@ ios_web_view_sources = [
|
| "internal/cwv_html_element_internal.h",
|
| "internal/cwv_navigation_action.mm",
|
| "internal/cwv_navigation_action_internal.h",
|
| + "internal/cwv_scroll_view.mm",
|
| + "internal/cwv_scroll_view_internal.h",
|
| "internal/cwv_user_content_controller.mm",
|
| "internal/cwv_user_content_controller_internal.h",
|
| "internal/cwv_user_script.mm",
|
|
|