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:base',
40 '../../base/base.gyp:run_all_unittests',
41 '../../base/base.gyp:test_support_base',
42 '../../testing/gtest.gyp:gtest',
43 '../base/ui_base.gyp:ui_base',
44 '../events/events.gyp:events_test_support',
46 '../gfx/gfx.gyp:gfx_test_support',
50 'touch_handle_unittest.cc',
51 'touch_selection_controller_unittest.cc',
59 '../../testing/android/native_test.gyp:native_test_native_code',
69 'target_name': 'selection_event_type_java',
72 'source_file': 'selection_event_type.h',
74 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
77 'target_name': 'ui_touch_selection_unittests_apk',
80 'ui_touch_selection_unittests',
83 'test_suite_name': 'ui_touch_selection_unittests',
85 'includes': [ '../../build/apk_test.gypi' ],
89 ['test_isolation_mode != "noop"', {
92 'target_name': 'ui_touch_selection_unittests_run',
95 'ui_touch_selection_unittests',
98 '../../build/isolate.gypi',
101 'ui_touch_selection_unittests.isolate',
106 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',