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

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

Issue 403173004: Avoid heap allocations with GestureEventDataPacket (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build Created 6 years, 5 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_event_data_packet.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 ], 295 ],
296 'sources': [ 296 'sources': [
297 'cocoa/events_mac_unittest.mm', 297 'cocoa/events_mac_unittest.mm',
298 'event_dispatcher_unittest.cc', 298 'event_dispatcher_unittest.cc',
299 'event_processor_unittest.cc', 299 'event_processor_unittest.cc',
300 'event_rewriter_unittest.cc', 300 'event_rewriter_unittest.cc',
301 'event_unittest.cc', 301 'event_unittest.cc',
302 'gestures/motion_event_aura_unittest.cc', 302 'gestures/motion_event_aura_unittest.cc',
303 'gestures/velocity_calculator_unittest.cc', 303 'gestures/velocity_calculator_unittest.cc',
304 'gesture_detection/bitset_32_unittest.cc', 304 'gesture_detection/bitset_32_unittest.cc',
305 'gesture_detection/gesture_event_data_packet_unittest.cc',
305 'gesture_detection/gesture_provider_unittest.cc', 306 'gesture_detection/gesture_provider_unittest.cc',
306 'gesture_detection/velocity_tracker_unittest.cc', 307 'gesture_detection/velocity_tracker_unittest.cc',
307 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', 308 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
308 'keycodes/dom4/keycode_converter_unittest.cc', 309 'keycodes/dom4/keycode_converter_unittest.cc',
309 'latency_info_unittest.cc', 310 'latency_info_unittest.cc',
310 'platform/platform_event_source_unittest.cc', 311 'platform/platform_event_source_unittest.cc',
311 'x/events_x_unittest.cc', 312 'x/events_x_unittest.cc',
312 ], 313 ],
313 'conditions': [ 314 'conditions': [
314 ['use_ozone==1', { 315 ['use_ozone==1', {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 ], 359 ],
359 'variables': { 360 'variables': {
360 'test_suite_name': 'events_unittests', 361 'test_suite_name': 'events_unittests',
361 }, 362 },
362 'includes': [ '../../build/apk_test.gypi' ], 363 'includes': [ '../../build/apk_test.gypi' ],
363 }, 364 },
364 ], 365 ],
365 }], 366 }],
366 ], 367 ],
367 } 368 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_event_data_packet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698