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

Unified Diff: ui/views/views.gyp

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test failures on Mac Created 5 years, 8 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 89afb9e0bc2d32be5f440f76fd433ff99b14e2a7..5fa556ec29fd5e1b7dec177bf4b5414543572592 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -385,6 +385,8 @@
'touchui/touch_editing_menu.h',
'touchui/touch_selection_controller_impl.cc',
'touchui/touch_selection_controller_impl.h',
+ 'touchui/touch_selection_menu_runner_views.cc',
+ 'touchui/touch_selection_menu_runner_views.h',
'view_constants_aura.cc',
'view_constants_aura.h',
'views_touch_selection_controller_factory_aura.cc',
@@ -574,6 +576,7 @@
'controls/native/native_view_host_aura_unittest.cc',
'corewm/tooltip_controller_unittest.cc',
'touchui/touch_selection_controller_impl_unittest.cc',
+ 'touchui/touch_selection_menu_runner_views_unittest.cc',
'view_unittest_aura.cc',
'widget/native_widget_aura_unittest.cc',
],
@@ -699,6 +702,7 @@
],
'dependencies': [
'../aura/aura.gyp:aura',
+ '../touch_selection/ui_touch_selection.gyp:ui_touch_selection',
'../wm/wm.gyp:wm',
],
}],
@@ -857,6 +861,7 @@
'dependencies': [
'../aura/aura.gyp:aura',
'../aura/aura.gyp:aura_test_support',
+ '../touch_selection/ui_touch_selection.gyp:ui_touch_selection',
'../wm/wm.gyp:wm',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698