| Index: ios/web_view/BUILD.gn
|
| diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
|
| index 9d053cdd619ab1c47c9f2c7f67d9e542f7bfc15b..be4172ab4a506d2f2658b283bf45d892431c99d5 100644
|
| --- a/ios/web_view/BUILD.gn
|
| +++ b/ios/web_view/BUILD.gn
|
| @@ -22,10 +22,11 @@ ios_web_view_public_headers = [
|
| "public/ChromeWebView.h",
|
| "public/cwv_export.h",
|
| "public/cwv_html_element.h",
|
| + "public/cwv_language_detection_result.h",
|
| "public/cwv_navigation_action.h",
|
| "public/cwv_navigation_delegate.h",
|
| - "public/cwv_translate_delegate.h",
|
| - "public/cwv_translate_manager.h",
|
| + "public/cwv_translation_controller.h",
|
| + "public/cwv_translation_language.h",
|
| "public/cwv_ui_delegate.h",
|
| "public/cwv_user_content_controller.h",
|
| "public/cwv_user_script.h",
|
| @@ -46,8 +47,11 @@ ios_web_view_sources = [
|
| "internal/cwv_web_view_configuration_internal.h",
|
| "internal/pref_names.cc",
|
| "internal/pref_names.h",
|
| - "internal/translate/cwv_translate_manager_impl.h",
|
| - "internal/translate/cwv_translate_manager_impl.mm",
|
| + "internal/translate/cwv_language_detection_result.mm",
|
| + "internal/translate/cwv_translation_controller.mm",
|
| + "internal/translate/cwv_translation_controller_internal.h",
|
| + "internal/translate/cwv_translation_language_internal.h",
|
| + "internal/translate/cwv_translation_language.mm",
|
| "internal/translate/web_view_translate_accept_languages_factory.cc",
|
| "internal/translate/web_view_translate_accept_languages_factory.h",
|
| "internal/translate/web_view_translate_client.h",
|
|
|