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

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

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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/blink/events_blink.gyp ('k') | ui/events/devices/x11/events_devices_x11.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 'target_name': 'events_devices',
12 'type': '<(component)',
13 'dependencies': [
14 '../../../base/base.gyp:base',
15 '../../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
16 '../../../skia/skia.gyp:skia',
17 '../../../ui/gfx/gfx.gyp:gfx',
18 '../../../ui/gfx/gfx.gyp:gfx_geometry',
19 ],
20 'defines': [
21 'EVENTS_DEVICES_IMPLEMENTATION',
22 ],
23 'sources': [
24 'device_data_manager.cc',
25 'device_data_manager.h',
26 'device_hotplug_event_observer.h',
27 'device_util_linux.cc',
28 'device_util_linux.h',
29 'events_devices_export.h',
30 'input_device.cc',
31 'input_device.h',
32 'input_device_manager.cc',
33 'input_device_manager.h',
34 'input_device_event_observer.h',
35 'stylus_state.h',
36 'touchscreen_device.cc',
37 'touchscreen_device.h',
38 ],
39 'export_dependent_settings': [
40 '../../../ui/gfx/gfx.gyp:gfx',
41 ],
42 },
43 ],
44 }
OLDNEW
« no previous file with comments | « ui/events/blink/events_blink.gyp ('k') | ui/events/devices/x11/events_devices_x11.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698