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

Side by Side Diff: ui/events/events_unittests.gyp

Issue 2039853004: Replace ui::LatencyInfo::InputCoordinate with gfx::PointF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing gyp dep 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
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/ipc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # GN version: //ui/events:events_unittests 11 # GN version: //ui/events:events_unittests
12 'target_name': 'events_unittests', 12 'target_name': 'events_unittests',
13 'type': '<(gtest_target_type)', 13 'type': '<(gtest_target_type)',
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/base.gyp:run_all_unittests', 16 '<(DEPTH)/base/base.gyp:run_all_unittests',
17 '<(DEPTH)/base/base.gyp:test_support_base', 17 '<(DEPTH)/base/base.gyp:test_support_base',
18 '<(DEPTH)/ipc/ipc.gyp:test_support_ipc', 18 '<(DEPTH)/ipc/ipc.gyp:test_support_ipc',
19 '<(DEPTH)/skia/skia.gyp:skia', 19 '<(DEPTH)/skia/skia.gyp:skia',
20 '<(DEPTH)/testing/gtest.gyp:gtest', 20 '<(DEPTH)/testing/gtest.gyp:gtest',
21 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 21 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
22 '../gfx/gfx.gyp:gfx', 22 '../gfx/gfx.gyp:gfx',
23 '../gfx/gfx.gyp:gfx_geometry', 23 '../gfx/gfx.gyp:gfx_geometry',
24 '../gfx/gfx.gyp:gfx_test_support', 24 '../gfx/gfx.gyp:gfx_test_support',
25 '../gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
25 'devices/events_devices.gyp:events_devices', 26 'devices/events_devices.gyp:events_devices',
26 'events.gyp:dom_keycode_converter', 27 'events.gyp:dom_keycode_converter',
27 'events.gyp:events', 28 'events.gyp:events',
28 'events.gyp:events_base', 29 'events.gyp:events_base',
29 'events.gyp:events_ipc', 30 'events.gyp:events_ipc',
30 'events.gyp:events_test_support', 31 'events.gyp:events_test_support',
31 'events.gyp:gesture_detection', 32 'events.gyp:gesture_detection',
32 'events.gyp:gestures_blink', 33 'events.gyp:gestures_blink',
33 'platform/events_platform.gyp:events_platform', 34 'platform/events_platform.gyp:events_platform',
34 ], 35 ],
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'dependencies': [ 189 'dependencies': [
189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
190 ], 191 ],
191 }], 192 }],
192 ], 193 ],
193 }, 194 },
194 ], 195 ],
195 }], 196 }],
196 ], 197 ],
197 } 198 }
OLDNEW
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698