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

Unified Diff: ui/events/ozone/events_ozone.gyp

Issue 751623003: ozone: Add initial build support for xkbcommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix niits Created 6 years 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/ozone/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/ozone/events_ozone.gyp
diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
index 987de17f49338d01e78f98fcd9990720a435892e..1a63eb848fbba957d3b1a11bd221b423272422eb 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -36,6 +36,14 @@
['exclude', '_udev\\.(h|cc)$'],
],
}],
+ ['use_xkbcommon==1', {
+ 'dependencies': [
+ '../../../build/linux/system.gyp:xkbcommon',
+ ],
+ 'defines': [
+ 'USE_XKBCOMMON',
+ ],
+ }],
['use_ozone_evdev==1 and use_udev==1', {
'dependencies': [
'<(DEPTH)/device/udev_linux/udev.gyp:udev_linux',
« no previous file with comments | « ui/events/ozone/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698