Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 2034863002: Move SelectionBound from ui/base/touch to ui/gfx to be used by cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated views_unittests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'ui_touch_selection', 11 'target_name': 'ui_touch_selection',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../skia/skia.gyp:skia', 15 '../../skia/skia.gyp:skia',
16 '../base/ui_base.gyp:ui_base', 16 '../base/ui_base.gyp:ui_base',
17 '../events/events.gyp:events', 17 '../events/events.gyp:events',
18 '../events/events.gyp:gesture_detection', 18 '../events/events.gyp:gesture_detection',
19 '../gfx/gfx.gyp:gfx',
19 '../gfx/gfx.gyp:gfx_geometry', 20 '../gfx/gfx.gyp:gfx_geometry',
20 ], 21 ],
21 'defines': [ 22 'defines': [
22 'UI_TOUCH_SELECTION_IMPLEMENTATION', 23 'UI_TOUCH_SELECTION_IMPLEMENTATION',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 'longpress_drag_selector.cc', 26 'longpress_drag_selector.cc',
26 'longpress_drag_selector.h', 27 'longpress_drag_selector.h',
27 'selection_event_type.h', 28 'selection_event_type.h',
28 'touch_handle.cc', 29 'touch_handle.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'dependencies': [ 169 'dependencies': [
169 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 170 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
170 ], 171 ],
171 }], 172 }],
172 ], 173 ],
173 }, 174 },
174 ], 175 ],
175 }], 176 }],
176 ], 177 ],
177 } 178 }
OLDNEW
« no previous file with comments | « ui/touch_selection/touch_selection_controller_unittest.cc ('k') | ui/views/controls/textfield/textfield.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698