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

Unified Diff: ios/web_view/shell/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 | « ios/web_view/public/cwv_web_view.h ('k') | ios/web_view/shell/shell_translation_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/shell/BUILD.gn
diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
index c67526345cee566a5dbccc38e523464996d54e79..1f1788613a16be64ed05724eb7f8b838a8c46ca6 100644
--- a/ios/web_view/shell/BUILD.gn
+++ b/ios/web_view/shell/BUILD.gn
@@ -20,10 +20,10 @@ source_set("shell") {
"shell_app_delegate.h",
"shell_app_delegate.m",
"shell_exe_main.m",
+ "shell_translation_delegate.h",
+ "shell_translation_delegate.m",
"shell_view_controller.h",
"shell_view_controller.m",
- "translate_controller.h",
- "translate_controller.m",
]
deps = [
« no previous file with comments | « ios/web_view/public/cwv_web_view.h ('k') | ios/web_view/shell/shell_translation_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698