| Index: ios/web_view/internal/BUILD.gn
|
| diff --git a/ios/web_view/internal/BUILD.gn b/ios/web_view/internal/BUILD.gn
|
| index 444aedad5d739b9c8db3248843b99e6a402ff6b1..7cb91bebd97228d4155876cb24ca35febee7ee37 100644
|
| --- a/ios/web_view/internal/BUILD.gn
|
| +++ b/ios/web_view/internal/BUILD.gn
|
| @@ -14,6 +14,9 @@ source_set("internal") {
|
| "cwv_html_element_internal.h",
|
| "cwv_navigation_action.mm",
|
| "cwv_navigation_action_internal.h",
|
| + "cwv_user_content_controller.mm",
|
| + "cwv_user_content_controller_internal.h",
|
| + "cwv_user_script.mm",
|
| "cwv_web_view.mm",
|
| "cwv_web_view_configuration.mm",
|
| "cwv_web_view_configuration_internal.h",
|
| @@ -21,6 +24,8 @@ source_set("internal") {
|
| "pref_names.h",
|
| "web_view_browser_state.h",
|
| "web_view_browser_state.mm",
|
| + "web_view_early_page_script_provider.h",
|
| + "web_view_early_page_script_provider.mm",
|
| "web_view_java_script_dialog_presenter.h",
|
| "web_view_java_script_dialog_presenter.mm",
|
| "web_view_network_delegate.cc",
|
|
|