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

Unified Diff: ios/web_view/BUILD.gn

Issue 2842953002: Implement CWVWebView.scrollView. (Closed)
Patch Set: Revert unintended change. Created 3 years, 8 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') | ios/web_view/internal/cwv_scroll_view.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 9d053cdd619ab1c47c9f2c7f67d9e542f7bfc15b..9e9eccc8ec69cc92f71b15382f412fd16b570d67 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') | ios/web_view/internal/cwv_scroll_view.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698