| OLD | NEW |
| (Empty) |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'chromium_code': 1, | |
| 8 }, | |
| 9 'targets': [ | |
| 10 { | |
| 11 'target_name': 'events_devices_x11', | |
| 12 'type': '<(component)', | |
| 13 'dependencies': [ | |
| 14 '../../../../base/base.gyp:base', | |
| 15 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy
p:dynamic_annotations', | |
| 16 '../../../../build/linux/system.gyp:x11', | |
| 17 '../../../../skia/skia.gyp:skia', | |
| 18 '../../../../ui/events/events.gyp:events_base', | |
| 19 '../../../../ui/events/devices/events_devices.gyp:events_devices', | |
| 20 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11', | |
| 21 '../../../../ui/gfx/gfx.gyp:gfx', | |
| 22 '../../../../ui/gfx/gfx.gyp:gfx_geometry', | |
| 23 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', | |
| 24 ], | |
| 25 'defines': [ | |
| 26 'EVENTS_DEVICES_X11_IMPLEMENTATION', | |
| 27 ], | |
| 28 'sources': [ | |
| 29 'device_data_manager_x11.cc', | |
| 30 'device_data_manager_x11.h', | |
| 31 'device_list_cache_x11.cc', | |
| 32 'device_list_cache_x11.h', | |
| 33 'events_devices_x11_export.h', | |
| 34 'touch_factory_x11.cc', | |
| 35 'touch_factory_x11.h', | |
| 36 ], | |
| 37 }, | |
| 38 ], | |
| 39 } | |
| OLD | NEW |