Index: ios/web_view/BUILD.gn |
diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn |
index cd974904ef8ca86bf1019525b351a16e3fe08537..1ec34efffe5f8f2fc1e084c4192ea25ee919ca8a 100644 |
--- a/ios/web_view/BUILD.gn |
+++ b/ios/web_view/BUILD.gn |
@@ -29,6 +29,7 @@ ios_web_view_public_headers = [ |
"public/cwv_navigation_delegate.h", |
"public/cwv_scroll_view.h", |
"public/cwv_scroll_view_delegate.h", |
+ "public/cwv_translation_configuration.h", |
"public/cwv_translation_controller.h", |
"public/cwv_translation_controller_delegate.h", |
"public/cwv_translation_language.h", |
@@ -59,6 +60,8 @@ ios_web_view_sources = [ |
"internal/cwv_web_view_configuration_internal.h", |
"internal/pref_names.cc", |
"internal/pref_names.h", |
+ "internal/translate/cwv_translation_configuration.mm", |
+ "internal/translate/cwv_translation_configuration_internal.h", |
"internal/translate/cwv_translation_controller.mm", |
"internal/translate/cwv_translation_controller_internal.h", |
"internal/translate/cwv_translation_language_internal.h", |