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

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

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. 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/BUILD.gn ('k') | ui/events/devices/x11/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 16 matching lines...) Expand all
27 'device_util_linux.cc', 27 'device_util_linux.cc',
28 'device_util_linux.h', 28 'device_util_linux.h',
29 'events_devices_export.h', 29 'events_devices_export.h',
30 'input_device.cc', 30 'input_device.cc',
31 'input_device.h', 31 'input_device.h',
32 'input_device_event_observer.h', 32 'input_device_event_observer.h',
33 'keyboard_device.cc', 33 'keyboard_device.cc',
34 'keyboard_device.h', 34 'keyboard_device.h',
35 'touchscreen_device.cc', 35 'touchscreen_device.cc',
36 'touchscreen_device.h', 36 'touchscreen_device.h',
37 'x11/device_data_manager_x11.cc',
38 'x11/device_data_manager_x11.h',
39 'x11/device_list_cache_x11.cc',
40 'x11/device_list_cache_x11.h',
41 'x11/touch_factory_x11.cc',
42 'x11/touch_factory_x11.h',
43 ], 37 ],
44 'export_dependent_settings': [ 38 'export_dependent_settings': [
45 '../../../ui/gfx/gfx.gyp:gfx', 39 '../../../ui/gfx/gfx.gyp:gfx',
46 ], 40 ],
47 'conditions': [
48 ['use_x11==1', {
49 'dependencies': [
50 '../../../build/linux/system.gyp:x11',
51 '../../../ui/events/events.gyp:events_base',
52 '../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
53 ],
54 }],
55 ],
56 }, 41 },
57 ], 42 ],
58 } 43 }
OLDNEW
« no previous file with comments | « ui/events/devices/BUILD.gn ('k') | ui/events/devices/x11/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698