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', | |
26 'devices/events_devices.gyp:events_devices', | 25 'devices/events_devices.gyp:events_devices', |
27 'events.gyp:dom_keycode_converter', | 26 'events.gyp:dom_keycode_converter', |
28 'events.gyp:events', | 27 'events.gyp:events', |
29 'events.gyp:events_base', | 28 'events.gyp:events_base', |
30 'events.gyp:events_ipc', | 29 'events.gyp:events_ipc', |
31 'events.gyp:events_test_support', | 30 'events.gyp:events_test_support', |
32 'events.gyp:gesture_detection', | 31 'events.gyp:gesture_detection', |
33 'events.gyp:gestures_blink', | 32 'events.gyp:gestures_blink', |
34 'platform/events_platform.gyp:events_platform', | 33 'platform/events_platform.gyp:events_platform', |
35 ], | 34 ], |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'dependencies': [ | 188 'dependencies': [ |
190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
191 ], | 190 ], |
192 }], | 191 }], |
193 ], | 192 ], |
194 }, | 193 }, |
195 ], | 194 ], |
196 }], | 195 }], |
197 ], | 196 ], |
198 } | 197 } |
OLD | NEW |