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

Unified Diff: ios/web_view/BUILD.gn

Issue 2764773002: Add CWVUserContentController which enables injecting JavaScripts. (Closed)
Patch Set: Apply new comments. 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/BUILD.gn
diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
index 41b7387af7bdaba1cc64c149bb55cb5b57f82d32..9fe80afee29e4d326af0b112dc4a56c4561a6a71 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -30,6 +30,8 @@ ios_framework_bundle("web_view") {
"public/cwv_navigation_delegate.h",
"public/cwv_translate_delegate.h",
"public/cwv_ui_delegate.h",
+ "public/cwv_user_content_controller.h",
+ "public/cwv_user_script.h",
"public/cwv_web_view.h",
"public/cwv_web_view_configuration.h",
]

Powered by Google App Engine
This is Rietveld 408576698