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

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

Issue 1695783002: IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 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 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'gesture_detection/gesture_provider_unittest.cc', 47 'gesture_detection/gesture_provider_unittest.cc',
48 'gesture_detection/motion_event_buffer_unittest.cc', 48 'gesture_detection/motion_event_buffer_unittest.cc',
49 'gesture_detection/motion_event_generic_unittest.cc', 49 'gesture_detection/motion_event_generic_unittest.cc',
50 'gesture_detection/snap_scroll_controller_unittest.cc', 50 'gesture_detection/snap_scroll_controller_unittest.cc',
51 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 51 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
52 'gesture_detection/velocity_tracker_unittest.cc', 52 'gesture_detection/velocity_tracker_unittest.cc',
53 'gestures/blink/web_gesture_curve_impl_unittest.cc', 53 'gestures/blink/web_gesture_curve_impl_unittest.cc',
54 'gestures/fling_curve_unittest.cc', 54 'gestures/fling_curve_unittest.cc',
55 'gestures/gesture_provider_aura_unittest.cc', 55 'gestures/gesture_provider_aura_unittest.cc',
56 'gestures/motion_event_aura_unittest.cc', 56 'gestures/motion_event_aura_unittest.cc',
57 'ipc/event_param_traits_unittest.cc',
57 'ipc/latency_info_param_traits_unittest.cc', 58 'ipc/latency_info_param_traits_unittest.cc',
58 'keycodes/dom/keycode_converter_unittest.cc', 59 'keycodes/dom/keycode_converter_unittest.cc',
59 'keycodes/keyboard_code_conversion_unittest.cc', 60 'keycodes/keyboard_code_conversion_unittest.cc',
60 'keycodes/platform_key_map_win_unittest.cc', 61 'keycodes/platform_key_map_win_unittest.cc',
61 'latency_info_unittest.cc', 62 'latency_info_unittest.cc',
62 'platform/platform_event_source_unittest.cc', 63 'platform/platform_event_source_unittest.cc',
63 'scoped_target_handler_unittest.cc', 64 'scoped_target_handler_unittest.cc',
64 'x/events_x_unittest.cc', 65 'x/events_x_unittest.cc',
65 ], 66 ],
66 'include_dirs': [ 67 'include_dirs': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'dependencies': [ 187 'dependencies': [
187 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 188 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
188 ], 189 ],
189 }], 190 }],
190 ], 191 ],
191 }, 192 },
192 ], 193 ],
193 }], 194 }],
194 ], 195 ],
195 } 196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698