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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/x/events_x11.gyp
diff --git a/ui/events/x/events_x11.gyp b/ui/events/x/events_x11.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..8d995bd4792d4324670e0b5d304212467295dbe9
--- /dev/null
+++ b/ui/events/x/events_x11.gyp
@@ -0,0 +1,62 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ 'use_x11': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'events_x11',
+ 'type': 'static_library',
+ 'defines': [
+ 'EVENTS_BASE_IMPLEMENTATION',
+ 'EVENTS_IMPLEMENTATION',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '../events.gyp:dom4_keycode_converter',
+ '../events.gyp:events_base',
+ '../events.gyp:events',
+ '../../gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '-lX11',
+ '-lXi',
+ ],
+ },
+ 'sources': [
+ '../event.cc',
+ '../event.h',
+ '../keycodes/keyboard_code_conversion_x.cc',
+ '../keycodes/keyboard_code_conversion_x.h',
+ '../linux/text_edit_command_auralinux.cc',
+ '../linux/text_edit_command_auralinux.h',
+ '../linux/text_edit_key_bindings_delegate_auralinux.cc',
+ '../linux/text_edit_key_bindings_delegate_auralinux.h',
+ '../platform/platform_event_dispatcher.h',
+ '../platform/platform_event_observer.h',
+ '../platform/platform_event_source.cc',
+ '../platform/platform_event_source.h',
+ '../platform/platform_event_types.h',
+ '../platform/scoped_event_dispatcher.cc',
+ '../platform/scoped_event_dispatcher.h',
+ '../platform/x11/x11_event_source.cc',
+ '../platform/x11/x11_event_source.h',
+# '../platform/x11/x11_event_source_glib.cc',
+ '../platform/x11/x11_event_source_libevent.cc',
+ 'device_data_manager.cc',
+ 'device_data_manager.h',
+ 'device_list_cache_x.cc',
+ 'device_list_cache_x.h',
+ 'events_x.cc',
+ 'touch_factory_x11.cc',
+ 'touch_factory_x11.h',
+ ],
+ }
+ ],
+}
« 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