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

Unified Diff: ios/web/BUILD.gn

Issue 2640433002: Clean the new CRWContextMenuController (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 81baf37f99c36154d92919d61ed5be48afa03b84..1c868acb4e403a72d91a129f9e79113e750a36b0 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -202,6 +202,8 @@ source_set("web_arc") {
"web_state/js/page_script_util.mm",
"web_state/page_viewport_state.h",
"web_state/page_viewport_state.mm",
+ "web_state/ui/crw_context_menu_controller.h",
+ "web_state/ui/crw_context_menu_controller.mm",
"web_state/ui/crw_generic_content_view.mm",
"web_state/ui/crw_swipe_recognizer_provider.h",
"web_state/ui/crw_touch_tracking_recognizer.h",
@@ -270,8 +272,6 @@ 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",
@@ -498,6 +498,7 @@ test("ios_web_unittests") {
":web",
"//base",
"//base/test:test_support",
+ "//components/url_formatter",
"//ios/net",
"//ios/testing:ocmock_support",
"//ios/web/public/image_fetcher:unit_tests",
@@ -533,6 +534,7 @@ test("ios_web_unittests") {
"public/web_state/page_viewport_state_unittest.mm",
"url_scheme_util_unittest.mm",
"url_util_unittest.cc",
+ "web_state/context_menu_params_unittest.mm",
"web_state/crw_pass_kit_downloader_unittest.mm",
"web_state/crw_web_view_scroll_view_proxy_unittest.mm",
"web_state/error_translation_util_unittest.mm",
« no previous file with comments | « no previous file | ios/web/public/web_state/context_menu_params.h » ('j') | ios/web/public/web_state/context_menu_params.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698