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

Unified Diff: ui/views/BUILD.gn

Issue 2688883002: Revert [MacViews] Implemented text context menu (Closed)
Patch Set: Created 3 years, 10 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 | « ui/strings/ui_strings.grd ('k') | ui/views/cocoa/bridged_content_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 0f0696aac511cdf979c1552212ebab8b7d700518..bbf338bfa1786f4a4e651264b6336065c9006964 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -274,9 +274,6 @@ component("views") {
"controls/tree/tree_view.h",
"controls/tree/tree_view_controller.cc",
"controls/tree/tree_view_controller.h",
- "controls/views_text_services_context_menu.cc",
- "controls/views_text_services_context_menu.h",
- "controls/views_text_services_context_menu_mac.mm",
"debug_utils.cc",
"debug_utils.h",
"drag_controller.h",
@@ -656,7 +653,6 @@ component("views") {
}
if (is_mac) {
- sources -= [ "controls/views_text_services_context_menu.cc" ]
deps += [
"//ui/accelerated_widget_mac",
"//ui/events:dom_keycode_converter",
« no previous file with comments | « ui/strings/ui_strings.grd ('k') | ui/views/cocoa/bridged_content_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698