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

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: Rebased after addition of touch_handle_orientation file Created 5 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 0b92a2c543e5625f2f529b7aacf88ce76366108f..6d08187afaea724659477d7c061b77334912dce8 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -394,6 +394,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',
'widget/window_reorderer.cc',
'widget/window_reorderer.h',
],
@@ -692,6 +694,7 @@
],
'dependencies': [
'../aura/aura.gyp:aura',
+ '../touch_selection/ui_touch_selection.gyp:ui_touch_selection',
'../wm/wm.gyp:wm',
],
}],
@@ -847,6 +850,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