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

Unified Diff: ios/web_view/BUILD.gn

Issue 2839093002: Implemented new Translate API for purely Objective-C clients. (Closed)
Patch Set: added TODO Created 3 years, 8 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 9d053cdd619ab1c47c9f2c7f67d9e542f7bfc15b..761d5516422e5f3c97eddd323a0e18c270375c34 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -22,10 +22,11 @@ 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_translate_delegate.h",
- "public/cwv_translate_manager.h",
+ "public/cwv_translation_controller.h",
+ "public/cwv_translation_language.h",
"public/cwv_ui_delegate.h",
"public/cwv_user_content_controller.h",
"public/cwv_user_script.h",
@@ -46,8 +47,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') | ios/web_view/internal/translate/cwv_language_detection_result.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698