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

Unified Diff: ui/events/events.gyp

Issue 284743009: events: Create a separate platforms target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/base/ui_base.gyp ('k') | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index a4ae41828ebb292e296c68ef48e56a634994c79b..753730afd5cc545d936f95d78836ce4efc017281 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -120,18 +120,6 @@
'gestures/velocity_calculator.cc',
'gestures/velocity_calculator.h',
'ozone/events_ozone.cc',
- 'platform/platform_event_dispatcher.h',
- 'platform/platform_event_observer.h',
- 'platform/platform_event_source.cc',
- 'platform/platform_event_source.h',
- 'platform/platform_event_source_stub.cc',
- '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',
'win/events_win.cc',
'x/events_x.cc',
'linux/text_edit_command_auralinux.cc',
@@ -155,28 +143,6 @@
'linux/text_edit_key_bindings_delegate_auralinux.h',
],
}],
- ['use_x11==1', {
- 'sources!': [
- 'platform/platform_event_source_stub.cc',
- ],
- 'dependencies': [
- '../../build/linux/system.gyp:x11',
- '../gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- }],
- ['use_glib==1', {
- 'dependencies': [
- '../../build/linux/system.gyp:glib',
- ],
- 'sources!': [
- 'platform/x11/x11_event_source_libevent.cc',
- ],
- }, {
- # use_glib == 0
- 'sources!': [
- 'platform/x11/x11_event_source_glib.cc',
- ],
- }],
],
},
{
@@ -240,6 +206,7 @@
'<(DEPTH)/skia/skia.gyp:skia',
'events',
'events_base',
+ 'platform/events_platform.gyp:events_platform',
],
'sources': [
'test/cocoa_test_event_utils.h',
@@ -285,7 +252,8 @@
'events',
'events_base',
'events_test_support',
- 'gesture_detection'
+ 'gesture_detection',
+ 'platform/events_platform.gyp:events_platform',
],
'sources': [
'cocoa/events_mac_unittest.mm',
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698