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 '../../skia/skia.gyp:skia',
16 '../aura/aura.gyp:aura',
17 '../aura_extra/aura_extra.gyp:aura_extra',
18 '../base/ui_base.gyp:ui_base',
19 '../compositor/compositor.gyp:compositor',
20 '../events/events.gyp:events',
21 '../events/events.gyp:gesture_detection',
23 '../gfx/gfx.gyp:gfx_geometry',
26 'UI_TOUCH_SELECTION_IMPLEMENTATION',
29 'selection_event_type.h',
32 'touch_handle_drawable_aura.cc',
33 'touch_handle_drawable_aura.h',
34 'touch_handle_orientation.h',
35 'touch_selection_controller.cc',
36 'touch_selection_controller.h',
37 'ui_touch_selection_export.h',
45 '../../skia/skia.gyp:skia',
46 '../aura/aura.gyp:aura',
47 '../aura_extra/aura_extra.gyp:aura_extra',
48 '../compositor/compositor.gyp:compositor',
52 'touch_handle_drawable_aura.cc',
53 'touch_handle_drawable_aura.h',
59 'target_name': 'ui_touch_selection_unittests',
60 'type': '<(gtest_target_type)',
62 '../../base/base.gyp:base',
63 '../../base/base.gyp:run_all_unittests',
64 '../../base/base.gyp:test_support_base',
65 '../../testing/gmock.gyp:gmock',
66 '../../testing/gtest.gyp:gtest',
67 '../base/ui_base.gyp:ui_base',
68 '../events/events.gyp:events_test_support',
70 '../gfx/gfx.gyp:gfx_test_support',
74 'touch_handle_unittest.cc',
75 'touch_selection_controller_unittest.cc',
83 '../../testing/android/native_test.gyp:native_test_native_code',
93 'target_name': 'selection_event_type_java',
96 'source_file': 'selection_event_type.h',
98 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
101 'target_name': 'touch_handle_orientation_java',
104 'source_file': 'touch_handle_orientation.h',
106 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
109 'target_name': 'ui_touch_selection_unittests_apk',
112 'ui_touch_selection_unittests',
115 'test_suite_name': 'ui_touch_selection_unittests',
117 'includes': [ '../../build/apk_test.gypi' ],
120 }], # OS == "android"
121 ['test_isolation_mode != "noop"', {
124 'target_name': 'ui_touch_selection_unittests_run',
127 'ui_touch_selection_unittests',
130 '../../build/isolate.gypi',
133 'ui_touch_selection_unittests.isolate',
138 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',