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

Unified Diff: ui/views/views.gyp

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ditto Created 4 years, 5 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: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 29964e6f5eb2819f7b86f831c5cb38a68bd2bcbc..d22c1c56880506684d49fad6b26d6212a0f7ead4 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -223,6 +223,9 @@
'controls/textfield/textfield.h',
'controls/textfield/textfield_controller.cc',
'controls/textfield/textfield_controller.h',
+ 'controls/textfield/views_text_context_menu.h',
+ 'controls/textfield/views_text_context_menu_mac.h',
+ 'controls/textfield/views_text_context_menu_mac.cc',
'controls/textfield/textfield_model.cc',
'controls/textfield/textfield_model.h',
'controls/throbber.cc',

Powered by Google App Engine
This is Rietveld 408576698