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

Unified Diff: ui/events/events.gyp

Issue 219743002: x11: Move X event handling out of the message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r261267 Created 6 years, 9 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
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 979b2e394d8fd9388f08ece2347c7c9a38eaba70..93d09d26be0d421d16661006d8427294a82fabf2 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -141,6 +141,7 @@
'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',
@@ -170,6 +171,9 @@
],
}],
['use_x11==1', {
+ 'sources!': [
+ 'platform/platform_event_source_stub.cc',
+ ],
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:x11',
],
« no previous file with comments | « ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc ('k') | ui/events/platform/platform_event_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698