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

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

Issue 1033933004: Revert of 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',
366 ], 365 ],
367 'dependencies': [ 366 'dependencies': [
368 'ozone/events_ozone.gyp:events_ozone', 367 'ozone/events_ozone.gyp:events_ozone',
369 'ozone/events_ozone.gyp:events_ozone_evdev', 368 'ozone/events_ozone.gyp:events_ozone_evdev',
370 'ozone/events_ozone.gyp:events_ozone_layout', 369 'ozone/events_ozone.gyp:events_ozone_layout',
371 ] 370 ]
372 }], 371 }],
373 ['use_xkbcommon==1', { 372 ['use_xkbcommon==1', {
374 'sources': [ 373 'sources': [
375 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', 374 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'dependencies': [ 435 'dependencies': [
437 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 436 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
438 ], 437 ],
439 }], 438 }],
440 ], 439 ],
441 }, 440 },
442 ], 441 ],
443 }], 442 }],
444 ], 443 ],
445 } 444 }
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