Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: ios/web_view/BUILD.gn

Issue 2983453002: Expose way to enable/disable translate. (Closed)
Patch Set: Refactor settings Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698