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

Unified Diff: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp

Issue 1324913002: Fix out of order key events in Chrome on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 4 years, 4 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: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
index e32cf6ad1d9139ade388129723d4b658267dacff..287db2f1bdf876f6f3ff0655fe04eaf71dd77e71 100644
--- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
+++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
@@ -29,6 +29,7 @@
'../../../../ui/events/events.gyp:events',
'../../../../ui/events/events.gyp:events_base',
'../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11',
+ '../../../../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
'../../../../ui/gfx/gfx.gyp:gfx',
'../../../../ui/gfx/gfx.gyp:gfx_geometry',
'../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',

Powered by Google App Engine
This is Rietveld 408576698