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

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 component build Created 5 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 d3e3004bed890e3218d2f4b087448ab17fdbbbbc..51dc4ac59010697cb7db32d2ea483bc73a07d1b1 100644
--- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
+++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
@@ -29,6 +29,7 @@
'../../../../ui/base/ui_base.gyp:ui_base',
'../../../../ui/events/events.gyp:events',
'../../../../ui/events/events.gyp:events_base',
+ '../../../../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
'../../../../ui/gfx/gfx.gyp:gfx',
'../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
'../../../../ui/native_theme/native_theme.gyp:native_theme',

Powered by Google App Engine
This is Rietveld 408576698