OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |