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_handle_orientation.h',
28 'touch_selection_controller.cc',
29 'touch_selection_controller.h',
30 'ui_touch_selection_export.h',
37 'target_name': 'ui_touch_selection_unittests',
38 'type': '<(gtest_target_type)',
40 '../../base/base.gyp:base',
41 '../../base/base.gyp:run_all_unittests',
42 '../../base/base.gyp:test_support_base',
43 '../../testing/gmock.gyp:gmock',
44 '../../testing/gtest.gyp:gtest',
45 '../base/ui_base.gyp:ui_base',
46 '../events/events.gyp:events_test_support',
48 '../gfx/gfx.gyp:gfx_test_support',
52 'touch_handle_unittest.cc',
53 'touch_selection_controller_unittest.cc',
61 '../../testing/android/native_test.gyp:native_test_native_code',
71 'target_name': 'selection_event_type_java',
74 'source_file': 'selection_event_type.h',
76 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
79 'target_name': 'touch_handle_orientation_java',
82 'source_file': 'touch_handle_orientation.h',
84 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
87 'target_name': 'ui_touch_selection_unittests_apk',
90 'ui_touch_selection_unittests',
93 'test_suite_name': 'ui_touch_selection_unittests',
95 'includes': [ '../../build/apk_test.gypi' ],
99 ['test_isolation_mode != "noop"', {
102 'target_name': 'ui_touch_selection_unittests_run',
105 'ui_touch_selection_unittests',
108 '../../build/isolate.gypi',
111 'ui_touch_selection_unittests.isolate',
116 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',