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

Unified Diff: ios/web_view/public/BUILD.gn

Issue 2764773002: Add CWVUserContentController which enables injecting JavaScripts. (Closed)
Patch Set: Rebase. Created 3 years, 9 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/internal/web_view_web_client.mm ('k') | ios/web_view/public/cwv_user_content_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/BUILD.gn
diff --git a/ios/web_view/public/BUILD.gn b/ios/web_view/public/BUILD.gn
index c444db9b4937f3fe125bcabb3fdec8eadd8beb58..1ee60d3b8255bb8ebc51cb4af5991e91ff7366d3 100644
--- a/ios/web_view/public/BUILD.gn
+++ b/ios/web_view/public/BUILD.gn
@@ -17,6 +17,8 @@ source_set("public") {
"cwv_navigation_delegate.h",
"cwv_translate_delegate.h",
"cwv_ui_delegate.h",
+ "cwv_user_content_controller.h",
+ "cwv_user_script.h",
"cwv_web_view.h",
"cwv_web_view_configuration.h",
]
« no previous file with comments | « ios/web_view/internal/web_view_web_client.mm ('k') | ios/web_view/public/cwv_user_content_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698