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

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

Issue 275263002: [wip] ozonex: X11 backend for ozone. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/platform/x11/x11_event_source_libevent.cc ('k') | ui/gfx/ozone/DEPS » ('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 'use_x11': 1,
9 },
10 'targets': [
11 {
12 'target_name': 'events_x11',
13 'type': 'static_library',
14 'defines': [
15 'EVENTS_BASE_IMPLEMENTATION',
16 'EVENTS_IMPLEMENTATION',
17 ],
18 'dependencies': [
19 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
20 '<(DEPTH)/skia/skia.gyp:skia',
21 '../events.gyp:dom4_keycode_converter',
22 '../events.gyp:events_base',
23 '../events.gyp:events',
24 '../../gfx/x/gfx_x11.gyp:gfx_x11',
25 ],
26 'link_settings': {
27 'libraries': [
28 '-lX11',
29 '-lXi',
30 ],
31 },
32 'sources': [
33 '../event.cc',
34 '../event.h',
35 '../keycodes/keyboard_code_conversion_x.cc',
36 '../keycodes/keyboard_code_conversion_x.h',
37 '../linux/text_edit_command_auralinux.cc',
38 '../linux/text_edit_command_auralinux.h',
39 '../linux/text_edit_key_bindings_delegate_auralinux.cc',
40 '../linux/text_edit_key_bindings_delegate_auralinux.h',
41 '../platform/platform_event_dispatcher.h',
42 '../platform/platform_event_observer.h',
43 '../platform/platform_event_source.cc',
44 '../platform/platform_event_source.h',
45 '../platform/platform_event_types.h',
46 '../platform/scoped_event_dispatcher.cc',
47 '../platform/scoped_event_dispatcher.h',
48 '../platform/x11/x11_event_source.cc',
49 '../platform/x11/x11_event_source.h',
50 # '../platform/x11/x11_event_source_glib.cc',
51 '../platform/x11/x11_event_source_libevent.cc',
52 'device_data_manager.cc',
53 'device_data_manager.h',
54 'device_list_cache_x.cc',
55 'device_list_cache_x.h',
56 'events_x.cc',
57 'touch_factory_x11.cc',
58 'touch_factory_x11.h',
59 ],
60 }
61 ],
62 }
OLDNEW
« no previous file with comments | « ui/events/platform/x11/x11_event_source_libevent.cc ('k') | ui/gfx/ozone/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698