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

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

Issue 501553004: Move gesture/touch UMA logs into gesture provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add description to the comment Created 6 years, 3 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/BUILD.gn ('k') | ui/events/gesture_detection/gesture_provider.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'gesture_detection/gesture_config_helper_aura.cc', 201 'gesture_detection/gesture_config_helper_aura.cc',
202 'gesture_detection/gesture_detection_export.h', 202 'gesture_detection/gesture_detection_export.h',
203 'gesture_detection/gesture_detector.cc', 203 'gesture_detection/gesture_detector.cc',
204 'gesture_detection/gesture_detector.h', 204 'gesture_detection/gesture_detector.h',
205 'gesture_detection/gesture_event_data.cc', 205 'gesture_detection/gesture_event_data.cc',
206 'gesture_detection/gesture_event_data.h', 206 'gesture_detection/gesture_event_data.h',
207 'gesture_detection/gesture_event_data_packet.cc', 207 'gesture_detection/gesture_event_data_packet.cc',
208 'gesture_detection/gesture_event_data_packet.h', 208 'gesture_detection/gesture_event_data_packet.h',
209 'gesture_detection/gesture_provider.cc', 209 'gesture_detection/gesture_provider.cc',
210 'gesture_detection/gesture_provider.h', 210 'gesture_detection/gesture_provider.h',
211 'gesture_detection/gesture_touch_uma_histogram.cc',
212 'gesture_detection/gesture_touch_uma_histogram.h',
211 'gesture_detection/motion_event.cc', 213 'gesture_detection/motion_event.cc',
212 'gesture_detection/motion_event.h', 214 'gesture_detection/motion_event.h',
213 'gesture_detection/motion_event_buffer.cc', 215 'gesture_detection/motion_event_buffer.cc',
214 'gesture_detection/motion_event_buffer.h', 216 'gesture_detection/motion_event_buffer.h',
215 'gesture_detection/motion_event_generic.cc', 217 'gesture_detection/motion_event_generic.cc',
216 'gesture_detection/motion_event_generic.h', 218 'gesture_detection/motion_event_generic.h',
217 'gesture_detection/scale_gesture_detector.cc', 219 'gesture_detection/scale_gesture_detector.cc',
218 'gesture_detection/scale_gesture_detector.h', 220 'gesture_detection/scale_gesture_detector.h',
219 'gesture_detection/snap_scroll_controller.cc', 221 'gesture_detection/snap_scroll_controller.cc',
220 'gesture_detection/snap_scroll_controller.h', 222 'gesture_detection/snap_scroll_controller.h',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 372 ],
371 'variables': { 373 'variables': {
372 'test_suite_name': 'events_unittests', 374 'test_suite_name': 'events_unittests',
373 }, 375 },
374 'includes': [ '../../build/apk_test.gypi' ], 376 'includes': [ '../../build/apk_test.gypi' ],
375 }, 377 },
376 ], 378 ],
377 }], 379 }],
378 ], 380 ],
379 } 381 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698