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

Unified Diff: ui/views/BUILD.gn

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 39ebd400ff318befd803d00b226fe3e9b7a9d2db..d770d9026471731d2313f57cc3a4c32c4c6a9dfe 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -297,6 +297,9 @@ 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",
@@ -675,6 +678,7 @@ 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