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

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
« no previous file with comments | « no previous file | ios/web/web_state/context_menu_params_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 81baf37f99c36154d92919d61ed5be48afa03b84..2ccb45474f698ba0eee46841cfbe55f62e92ae0c 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -178,6 +178,8 @@ source_set("web_arc") {
"web_state/blocked_popup_info.h",
"web_state/blocked_popup_info.mm",
"web_state/context_menu_params.mm",
+ "web_state/context_menu_params_utils.h",
+ "web_state/context_menu_params_utils.mm",
"web_state/credential.cc",
"web_state/crw_pass_kit_downloader.h",
"web_state/crw_pass_kit_downloader.mm",
@@ -202,6 +204,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 +274,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 +500,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 +536,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_utils_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/web_state/context_menu_params_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698