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

Side by Side Diff: ui/events/devices/x11/events_devices_x11.gyp

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Fix bad rebase. Created 4 years, 8 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/devices/x11/BUILD.gn ('k') | ui/events/event.cc » ('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 2016 The Chromium Authors. All rights reserved. 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 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 {
11 'target_name': 'events_devices_x11', 11 'target_name': 'events_devices_x11',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../../../base/base.gyp:base', 14 '../../../../base/base.gyp:base',
15 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations', 15 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations',
16 '../../../../build/linux/system.gyp:x11', 16 '../../../../build/linux/system.gyp:x11',
17 '../../../../skia/skia.gyp:skia', 17 '../../../../skia/skia.gyp:skia',
18 '../../../../ui/events/events.gyp:events_base', 18 '../../../../ui/events/events.gyp:events_base',
19 '../../../../ui/events/devices/events_devices.gyp:events_devices', 19 '../../../../ui/events/devices/events_devices.gyp:events_devices',
20 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11',
20 '../../../../ui/gfx/gfx.gyp:gfx', 21 '../../../../ui/gfx/gfx.gyp:gfx',
21 '../../../../ui/gfx/gfx.gyp:gfx_geometry', 22 '../../../../ui/gfx/gfx.gyp:gfx_geometry',
22 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', 23 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
23 ], 24 ],
24 'defines': [ 25 'defines': [
25 'EVENTS_DEVICES_X11_IMPLEMENTATION', 26 'EVENTS_DEVICES_X11_IMPLEMENTATION',
26 ], 27 ],
27 'sources': [ 28 'sources': [
28 'device_data_manager_x11.cc', 29 'device_data_manager_x11.cc',
29 'device_data_manager_x11.h', 30 'device_data_manager_x11.h',
30 'device_list_cache_x11.cc', 31 'device_list_cache_x11.cc',
31 'device_list_cache_x11.h', 32 'device_list_cache_x11.h',
32 'events_devices_x11_export.h', 33 'events_devices_x11_export.h',
33 'touch_factory_x11.cc', 34 'touch_factory_x11.cc',
34 'touch_factory_x11.h', 35 'touch_factory_x11.h',
35 ], 36 ],
36 }, 37 },
37 ], 38 ],
38 } 39 }
OLDNEW
« no previous file with comments | « ui/events/devices/x11/BUILD.gn ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698