1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 'target_name': 'ui_touch_selection',
12 'type': '<(component)',
14 '../../base/base.gyp:base',
15 '../base/ui_base.gyp:ui_base',
16 '../events/events.gyp:events',
17 '../events/events.gyp:gesture_detection',
18 '../gfx/gfx.gyp:gfx_geometry',
21 'UI_TOUCH_SELECTION_IMPLEMENTATION',
24 'selection_event_type.h',
27 'touch_selection_controller.cc',
28 'touch_selection_controller.h',
29 'ui_touch_selection_export.h',
36 'target_name': 'ui_touch_selection_unittests',
37 'type': '<(gtest_target_type)',
39 '../../base/base.gyp:run_all_unittests',
40 '../../testing/gtest.gyp:gtest',
41 '../base/ui_base.gyp:ui_base',
42 '../events/events.gyp:events_test_support',
44 '../gfx/gfx.gyp:gfx_test_support',
48 'touch_handle_unittest.cc',
49 'touch_selection_controller_unittest.cc',
60 'target_name': 'selection_event_type_java',
63 'source_file': 'selection_event_type.h',
65 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
68 'target_name': 'ui_touch_selection_unittests_apk',
71 'ui_touch_selection_unittests',
74 'test_suite_name': 'ui_touch_selection_unittests',
76 'includes': [ '../../build/apk_test.gypi' ],