| 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',
|
|
|