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

Unified Diff: ios/web_view/BUILD.gn

Issue 2983453002: Expose way to enable/disable translate. (Closed)
Patch Set: comment non obvious param 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
« no previous file with comments | « no previous file | ios/web_view/internal/cwv_preferences.mm » ('j') | ios/web_view/internal/cwv_preferences.mm » ('J')
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 cd974904ef8ca86bf1019525b351a16e3fe08537..ae7e4677cde351de2db2efe8c8f744e86109c73a 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -27,6 +27,7 @@ ios_web_view_public_headers = [
"public/cwv_html_element.h",
"public/cwv_navigation_action.h",
"public/cwv_navigation_delegate.h",
+ "public/cwv_preferences.h",
"public/cwv_scroll_view.h",
"public/cwv_scroll_view_delegate.h",
"public/cwv_translation_controller.h",
@@ -49,6 +50,8 @@ ios_web_view_sources = [
"internal/cwv_html_element_internal.h",
"internal/cwv_navigation_action.mm",
"internal/cwv_navigation_action_internal.h",
+ "internal/cwv_preferences.mm",
+ "internal/cwv_preferences_internal.h",
"internal/cwv_scroll_view.mm",
"internal/cwv_scroll_view_internal.h",
"internal/cwv_user_content_controller.mm",
« no previous file with comments | « no previous file | ios/web_view/internal/cwv_preferences.mm » ('j') | ios/web_view/internal/cwv_preferences.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698