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

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

Issue 991533002: Port Chromium OS touch noise filtering to Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/event_switches.cc ('k') | ui/events/ozone/evdev/touch_evdev_types.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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ['use_ozone==1', { 355 ['use_ozone==1', {
356 'sources': [ 356 'sources': [
357 'ozone/chromeos/cursor_controller_unittest.cc', 357 'ozone/chromeos/cursor_controller_unittest.cc',
358 'ozone/evdev/event_converter_evdev_impl_unittest.cc', 358 'ozone/evdev/event_converter_evdev_impl_unittest.cc',
359 'ozone/evdev/event_converter_test_util.cc', 359 'ozone/evdev/event_converter_test_util.cc',
360 'ozone/evdev/event_device_info_unittest.cc', 360 'ozone/evdev/event_device_info_unittest.cc',
361 'ozone/evdev/event_device_test_util.cc', 361 'ozone/evdev/event_device_test_util.cc',
362 'ozone/evdev/input_injector_evdev_unittest.cc', 362 'ozone/evdev/input_injector_evdev_unittest.cc',
363 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', 363 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
364 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 364 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
365 'ozone/evdev/touch_noise/touch_noise_finder_unittest.cc',
365 ], 366 ],
366 'dependencies': [ 367 'dependencies': [
367 'ozone/events_ozone.gyp:events_ozone', 368 'ozone/events_ozone.gyp:events_ozone',
368 'ozone/events_ozone.gyp:events_ozone_evdev', 369 'ozone/events_ozone.gyp:events_ozone_evdev',
369 'ozone/events_ozone.gyp:events_ozone_layout', 370 'ozone/events_ozone.gyp:events_ozone_layout',
370 ] 371 ]
371 }], 372 }],
372 ['use_xkbcommon==1', { 373 ['use_xkbcommon==1', {
373 'sources': [ 374 'sources': [
374 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', 375 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'dependencies': [ 436 'dependencies': [
436 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 437 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
437 ], 438 ],
438 }], 439 }],
439 ], 440 ],
440 }, 441 },
441 ], 442 ],
442 }], 443 }],
443 ], 444 ],
444 } 445 }
OLDNEW
« no previous file with comments | « ui/events/event_switches.cc ('k') | ui/events/ozone/evdev/touch_evdev_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698