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

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

Issue 721823002: ozone: Interpret absolute events for graphics tablets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@o
Patch Set: Add missing initialisers for class members on TabletEventConverterEvdev Created 6 years, 1 month 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/ozone/BUILD.gn » ('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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'conditions': [ 331 'conditions': [
332 ['use_x11==1', { 332 ['use_x11==1', {
333 'dependencies': [ 333 'dependencies': [
334 '../../build/linux/system.gyp:x11', 334 '../../build/linux/system.gyp:x11',
335 '../gfx/x/gfx_x11.gyp:gfx_x11', 335 '../gfx/x/gfx_x11.gyp:gfx_x11',
336 ], 336 ],
337 }], 337 }],
338 ['use_ozone==1', { 338 ['use_ozone==1', {
339 'sources': [ 339 'sources': [
340 'ozone/evdev/event_converter_evdev_impl_unittest.cc', 340 'ozone/evdev/event_converter_evdev_impl_unittest.cc',
341 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
341 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 342 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
342 ], 343 ],
343 'dependencies': [ 344 'dependencies': [
344 'ozone/events_ozone.gyp:events_ozone', 345 'ozone/events_ozone.gyp:events_ozone',
345 'ozone/events_ozone.gyp:events_ozone_evdev', 346 'ozone/events_ozone.gyp:events_ozone_evdev',
346 ] 347 ]
347 }], 348 }],
348 ['use_aura==0', { 349 ['use_aura==0', {
349 'sources!': [ 350 'sources!': [
350 'gestures/gesture_provider_aura_unittest.cc', 351 'gestures/gesture_provider_aura_unittest.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 ], 383 ],
383 'variables': { 384 'variables': {
384 'test_suite_name': 'events_unittests', 385 'test_suite_name': 'events_unittests',
385 }, 386 },
386 'includes': [ '../../build/apk_test.gypi' ], 387 'includes': [ '../../build/apk_test.gypi' ],
387 }, 388 },
388 ], 389 ],
389 }], 390 }],
390 ], 391 ],
391 } 392 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698