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

Unified Diff: ui/events/keycodes/events_keycodes.gyp

Issue 2239833003: keycodes: Fix non-X11 build when use_xkbcommon=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ui/events/keycodes/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/events_keycodes.gyp
diff --git a/ui/events/keycodes/events_keycodes.gyp b/ui/events/keycodes/events_keycodes.gyp
index b0796b4e2ead8bffe88fb01ed136814be505d967..248e961bad2ad3996ca99624b6c489c7835f6241 100644
--- a/ui/events/keycodes/events_keycodes.gyp
+++ b/ui/events/keycodes/events_keycodes.gyp
@@ -21,6 +21,13 @@
'scoped_xkb.h',
'xkb_keysym.h',
],
+ 'conditions': [
+ ['use_xkbcommon==1', {
+ 'defines': [
+ 'USE_XKBCOMMON',
+ ],
+ }],
+ ],
Wez 2016/08/19 01:35:45 GYP builds are no longer supported; no need for th
jbriance 2016/08/19 09:04:36 Ok, I'll upload a new CL
},
],
'conditions': [
« no previous file with comments | « ui/events/keycodes/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698