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

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

Issue 2764773002: Add CWVUserContentController which enables injecting JavaScripts. (Closed)
Patch Set: Add license. 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
Index: ios/web_view/internal/BUILD.gn
diff --git a/ios/web_view/internal/BUILD.gn b/ios/web_view/internal/BUILD.gn
index 444aedad5d739b9c8db3248843b99e6a402ff6b1..7cb91bebd97228d4155876cb24ca35febee7ee37 100644
--- a/ios/web_view/internal/BUILD.gn
+++ b/ios/web_view/internal/BUILD.gn
@@ -14,6 +14,9 @@ source_set("internal") {
"cwv_html_element_internal.h",
"cwv_navigation_action.mm",
"cwv_navigation_action_internal.h",
+ "cwv_user_content_controller.mm",
+ "cwv_user_content_controller_internal.h",
+ "cwv_user_script.mm",
"cwv_web_view.mm",
"cwv_web_view_configuration.mm",
"cwv_web_view_configuration_internal.h",
@@ -21,6 +24,8 @@ source_set("internal") {
"pref_names.h",
"web_view_browser_state.h",
"web_view_browser_state.mm",
+ "web_view_early_page_script_provider.h",
+ "web_view_early_page_script_provider.mm",
"web_view_java_script_dialog_presenter.h",
"web_view_java_script_dialog_presenter.mm",
"web_view_network_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698