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

Unified Diff: ui/touch_selection/ui_touch_selection.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 blink issue fixed: r200194 Created 5 years, 4 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/touch_selection/touch_selection_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/ui_touch_selection.gyp
diff --git a/ui/touch_selection/ui_touch_selection.gyp b/ui/touch_selection/ui_touch_selection.gyp
index 6289bd0422ed20cf482d9517c44fc936e7364ddf..76308e5928f360460a6956feee2b25a13004cf38 100644
--- a/ui/touch_selection/ui_touch_selection.gyp
+++ b/ui/touch_selection/ui_touch_selection.gyp
@@ -63,6 +63,17 @@
],
},
{
+ 'target_name': 'ui_touch_selection_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'ui_touch_selection',
+ ],
+ 'sources': [
+ 'touch_selection_controller_test_api.cc',
+ 'touch_selection_controller_test_api.h',
+ ],
+ },
+ {
'target_name': 'ui_touch_selection_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -76,6 +87,7 @@
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_test_support',
'ui_touch_selection',
+ 'ui_touch_selection_test_support',
],
'sources': [
'longpress_drag_selector_unittest.cc',
« no previous file with comments | « ui/touch_selection/touch_selection_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698