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 '../aura/aura.gyp:aura',
16 '../aura_extra/aura_extra.gyp:aura_extra',
17 '../base/ui_base.gyp:ui_base',
18 '../compositor/compositor.gyp:compositor',
19 '../events/events.gyp:events',
20 '../events/events.gyp:gesture_detection',
22 '../gfx/gfx.gyp:gfx_geometry',
25 'UI_TOUCH_SELECTION_IMPLEMENTATION',
28 'selection_event_type.h',
31 'touch_handle_drawable_aura.cc',
32 'touch_handle_drawable_aura.h',
33 'touch_handle_orientation.h',
34 'touch_selection_controller.cc',
35 'touch_selection_controller.h',
36 'ui_touch_selection_export.h',
44 '../aura/aura.gyp:aura',
45 '../aura_extra/aura_extra.gyp:aura_extra',
46 '../compositor/compositor.gyp:compositor',
50 'touch_handle_drawable_aura.cc',
51 'touch_handle_drawable_aura.h',
57 'target_name': 'ui_touch_selection_unittests',
58 'type': '<(gtest_target_type)',
60 '../../base/base.gyp:base',
61 '../../base/base.gyp:run_all_unittests',
62 '../../base/base.gyp:test_support_base',
63 '../../testing/gmock.gyp:gmock',
64 '../../testing/gtest.gyp:gtest',
65 '../base/ui_base.gyp:ui_base',
66 '../events/events.gyp:events_test_support',
68 '../gfx/gfx.gyp:gfx_test_support',
72 'touch_handle_unittest.cc',
73 'touch_selection_controller_unittest.cc',
81 '../../testing/android/native_test.gyp:native_test_native_code',
91 'target_name': 'selection_event_type_java',
94 'source_file': 'selection_event_type.h',
96 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
99 'target_name': 'touch_handle_orientation_java',
102 'source_file': 'touch_handle_orientation.h',
104 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
107 'target_name': 'ui_touch_selection_unittests_apk',
110 'ui_touch_selection_unittests',
113 'test_suite_name': 'ui_touch_selection_unittests',
115 'includes': [ '../../build/apk_test.gypi' ],
118 }], # OS == "android"
119 ['test_isolation_mode != "noop"', {
122 'target_name': 'ui_touch_selection_unittests_run',
125 'ui_touch_selection_unittests',
128 '../../build/isolate.gypi',
131 'ui_touch_selection_unittests.isolate',
136 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',