| 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 'devices/events_devices.gyp:events_devices', | 25 'devices/events_devices.gyp:events_devices', |
| 26 'events.gyp:dom_keycode_converter', | 26 'events.gyp:dom_keycode_converter', |
| 27 'events.gyp:events', | 27 'events.gyp:events', |
| 28 'events.gyp:events_base', | 28 'events.gyp:events_base', |
| 29 'events.gyp:events_ipc', | |
| 30 'events.gyp:events_test_support', | 29 'events.gyp:events_test_support', |
| 31 'events.gyp:gesture_detection', | 30 'events.gyp:gesture_detection', |
| 32 'events.gyp:gestures_blink', | 31 'events.gyp:gestures_blink', |
| 33 'platform/events_platform.gyp:events_platform', | 32 'platform/events_platform.gyp:events_platform', |
| 34 ], | 33 ], |
| 35 'sources': [ | 34 'sources': [ |
| 36 # Note: sources list duplicated in GN build. | 35 # Note: sources list duplicated in GN build. |
| 37 'android/scroller_unittest.cc', | 36 'android/scroller_unittest.cc', |
| 38 'cocoa/events_mac_unittest.mm', | 37 'cocoa/events_mac_unittest.mm', |
| 39 'devices/x11/device_data_manager_x11_unittest.cc', | 38 'devices/x11/device_data_manager_x11_unittest.cc', |
| 40 'event_dispatcher_unittest.cc', | 39 'event_dispatcher_unittest.cc', |
| 41 'event_processor_unittest.cc', | 40 'event_processor_unittest.cc', |
| 42 'event_rewriter_unittest.cc', | 41 'event_rewriter_unittest.cc', |
| 43 'event_unittest.cc', | 42 'event_unittest.cc', |
| 44 'gesture_detection/bitset_32_unittest.cc', | 43 'gesture_detection/bitset_32_unittest.cc', |
| 45 'gesture_detection/filtered_gesture_provider_unittest.cc', | 44 'gesture_detection/filtered_gesture_provider_unittest.cc', |
| 46 'gesture_detection/gesture_event_data_packet_unittest.cc', | 45 'gesture_detection/gesture_event_data_packet_unittest.cc', |
| 47 'gesture_detection/gesture_provider_unittest.cc', | 46 'gesture_detection/gesture_provider_unittest.cc', |
| 48 'gesture_detection/motion_event_buffer_unittest.cc', | 47 'gesture_detection/motion_event_buffer_unittest.cc', |
| 49 'gesture_detection/motion_event_generic_unittest.cc', | 48 'gesture_detection/motion_event_generic_unittest.cc', |
| 50 'gesture_detection/snap_scroll_controller_unittest.cc', | 49 'gesture_detection/snap_scroll_controller_unittest.cc', |
| 51 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', | 50 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
| 52 'gesture_detection/velocity_tracker_unittest.cc', | 51 'gesture_detection/velocity_tracker_unittest.cc', |
| 53 'gestures/blink/web_gesture_curve_impl_unittest.cc', | 52 'gestures/blink/web_gesture_curve_impl_unittest.cc', |
| 54 'gestures/fling_curve_unittest.cc', | 53 'gestures/fling_curve_unittest.cc', |
| 55 'gestures/gesture_provider_aura_unittest.cc', | 54 'gestures/gesture_provider_aura_unittest.cc', |
| 56 'gestures/motion_event_aura_unittest.cc', | 55 'gestures/motion_event_aura_unittest.cc', |
| 57 'ipc/latency_info_param_traits_unittest.cc', | |
| 58 'keycodes/dom/keycode_converter_unittest.cc', | 56 'keycodes/dom/keycode_converter_unittest.cc', |
| 59 'keycodes/keyboard_code_conversion_unittest.cc', | 57 'keycodes/keyboard_code_conversion_unittest.cc', |
| 60 'keycodes/platform_key_map_win_unittest.cc', | 58 'keycodes/platform_key_map_win_unittest.cc', |
| 61 'latency_info_unittest.cc', | |
| 62 'platform/platform_event_source_unittest.cc', | 59 'platform/platform_event_source_unittest.cc', |
| 63 'scoped_target_handler_unittest.cc', | 60 'scoped_target_handler_unittest.cc', |
| 64 'win/event_utils_win_unittest.cc', | 61 'win/event_utils_win_unittest.cc', |
| 65 'x/events_x_unittest.cc', | 62 'x/events_x_unittest.cc', |
| 66 ], | 63 ], |
| 67 'include_dirs': [ | 64 'include_dirs': [ |
| 68 '../../testing/gmock/include', | 65 '../../testing/gmock/include', |
| 69 ], | 66 ], |
| 70 'conditions': [ | 67 'conditions': [ |
| 71 ['use_x11==1', { | 68 ['use_x11==1', { |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'dependencies': [ | 185 'dependencies': [ |
| 189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 186 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 190 ], | 187 ], |
| 191 }], | 188 }], |
| 192 ], | 189 ], |
| 193 }, | 190 }, |
| 194 ], | 191 ], |
| 195 }], | 192 }], |
| 196 ], | 193 ], |
| 197 } | 194 } |
| OLD | NEW |