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

Unified Diff: ios/web_view/BUILD.gn

Issue 2839093002: Implemented new Translate API for purely Objective-C clients. (Closed)
Patch Set: merge 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
« no previous file with comments | « no previous file | ios/web_view/internal/cwv_web_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/BUILD.gn
diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
index a3c8d335dda2a38804b77f8c5966a4cdf28b4453..01a4d6c355a2281621b26b8d9fd2ef4db122d242 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -22,12 +22,14 @@ 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_scroll_view.h",
"public/cwv_scroll_view_delegate.h",
- "public/cwv_translate_delegate.h",
- "public/cwv_translate_manager.h",
+ "public/cwv_translation_controller.h",
+ "public/cwv_translation_controller_delegate.h",
+ "public/cwv_translation_language.h",
"public/cwv_ui_delegate.h",
"public/cwv_user_content_controller.h",
"public/cwv_user_script.h",
@@ -50,8 +52,12 @@ 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_internal.h",
+ "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",
« no previous file with comments | « no previous file | ios/web_view/internal/cwv_web_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698