| Index: ios/web_view/BUILD.gn
|
| diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
|
| index 4f0d6493f509064a6b787207304934656f3509b8..35597effa7f476266874ba671d3204e233a18a11 100644
|
| --- a/ios/web_view/BUILD.gn
|
| +++ b/ios/web_view/BUILD.gn
|
| @@ -31,6 +31,7 @@ ios_web_view_public_headers = [
|
| "public/cwv_translation_controller.h",
|
| "public/cwv_translation_controller_delegate.h",
|
| "public/cwv_translation_language.h",
|
| + "public/cwv_translation_policy.h",
|
| "public/cwv_ui_delegate.h",
|
| "public/cwv_user_content_controller.h",
|
| "public/cwv_user_script.h",
|
| @@ -59,6 +60,7 @@ ios_web_view_sources = [
|
| "internal/translate/cwv_translation_controller_internal.h",
|
| "internal/translate/cwv_translation_language_internal.h",
|
| "internal/translate/cwv_translation_language.mm",
|
| + "internal/translate/cwv_translation_policy.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",
|
|
|