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

Unified Diff: ios/web_view/BUILD.gn

Issue 2872083003: Added translation policy API. (Closed)
Patch Set: updated comments Created 3 years, 7 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 01a4d6c355a2281621b26b8d9fd2ef4db122d242..ddafe41eba2f6e15a5fa2332299dbc02195805d7 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -30,6 +30,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",
@@ -58,6 +59,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",

Powered by Google App Engine
This is Rietveld 408576698