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

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
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ], 353 ],
354 }], 354 }],
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/input_injector_evdev_unittest.cc', 360 'ozone/evdev/input_injector_evdev_unittest.cc',
361 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', 361 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
362 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 362 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
363 'ozone/evdev/touch_noise/touch_noise_finder_unittest.cc',
363 ], 364 ],
364 'dependencies': [ 365 'dependencies': [
365 'ozone/events_ozone.gyp:events_ozone', 366 'ozone/events_ozone.gyp:events_ozone',
366 'ozone/events_ozone.gyp:events_ozone_evdev', 367 'ozone/events_ozone.gyp:events_ozone_evdev',
367 'ozone/events_ozone.gyp:events_ozone_layout', 368 'ozone/events_ozone.gyp:events_ozone_layout',
368 ] 369 ]
369 }], 370 }],
370 ['use_xkbcommon==1', { 371 ['use_xkbcommon==1', {
371 'sources': [ 372 'sources': [
372 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', 373 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'dependencies': [ 434 'dependencies': [
434 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 435 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
435 ], 436 ],
436 }], 437 }],
437 ], 438 ],
438 }, 439 },
439 ], 440 ],
440 }], 441 }],
441 ], 442 ],
442 } 443 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698