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

Unified Diff: ios/web/BUILD.gn

Issue 2627093003: Reuse context menu in StaticHTMLViewController (Closed)
Patch Set: feedback Created 3 years, 11 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/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index af38061b413076e164f1497d6208dd5a09f02ecd..81baf37f99c36154d92919d61ed5be48afa03b84 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -148,6 +148,7 @@ source_set("web_arc") {
"public/web_state/page_display_state.h",
"public/web_state/page_display_state.mm",
"public/web_state/ui/crw_content_view.h",
+ "public/web_state/ui/crw_context_menu_delegate.h",
"public/web_state/ui/crw_generic_content_view.h",
"public/web_state/ui/crw_native_content.h",
"public/web_state/ui/crw_native_content_provider.h",
@@ -269,6 +270,8 @@ source_set("web") {
]
sources = [
+ "web_state/ui/crw_context_menu_controller.h",
+ "web_state/ui/crw_context_menu_controller.mm",
"web_state/ui/crw_web_controller.h",
"web_state/ui/crw_web_controller.mm",
"web_state/ui/crw_web_controller_container_view.h",

Powered by Google App Engine
This is Rietveld 408576698