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

Unified Diff: ios/web_view/BUILD.gn

Issue 2842953002: Implement CWVWebView.scrollView. (Closed)
Patch Set: Apply review comments. 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 | « no previous file | ios/web_view/internal/cwv_scroll_view.mm » ('j') | no next file with comments »
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 334aee2bc4b741da2e55206843e405ed37dc4fb6..a3c8d335dda2a38804b77f8c5966a4cdf28b4453 100644
--- a/ios/web_view/BUILD.gn
+++ b/ios/web_view/BUILD.gn
@@ -24,6 +24,8 @@ ios_web_view_public_headers = [
"public/cwv_html_element.h",
"public/cwv_navigation_action.h",
"public/cwv_navigation_delegate.h",
+ "public/cwv_scroll_view.h",
+ "public/cwv_scroll_view_delegate.h",
"public/cwv_translate_delegate.h",
"public/cwv_translate_manager.h",
"public/cwv_ui_delegate.h",
@@ -38,6 +40,8 @@ ios_web_view_sources = [
"internal/cwv_html_element_internal.h",
"internal/cwv_navigation_action.mm",
"internal/cwv_navigation_action_internal.h",
+ "internal/cwv_scroll_view.mm",
+ "internal/cwv_scroll_view_internal.h",
"internal/cwv_user_content_controller.mm",
"internal/cwv_user_content_controller_internal.h",
"internal/cwv_user_script.mm",
« no previous file with comments | « no previous file | ios/web_view/internal/cwv_scroll_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698