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

Unified Diff: ui/events/BUILD.gn

Issue 1528443003: Remove xkbcommon support. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | ui/events/ozone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index e0994544f466a49e1bdc65c9c2eef4f7458ff6cd..3fb3a86f661d843e125ee130b65c5b67aea6de5c 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/ui.gni")
import("//testing/test.gni")
-import("//ui/events/xkb.gni")
static_library("dom_keycode_converter") {
sources = [
@@ -72,7 +71,7 @@ component("events_base") {
deps += [ "//ui/gfx/x" ]
}
- if (use_x11 || use_xkbcommon) {
+ if (use_x11) {
sources += [
"keycodes/keyboard_code_conversion_xkb.cc",
"keycodes/keyboard_code_conversion_xkb.h",
@@ -315,7 +314,7 @@ test("events_unittests") {
"ozone/evdev/touch_event_converter_evdev_unittest.cc",
"ozone/evdev/touch_noise/touch_noise_finder_unittest.cc",
]
- if (use_x11 || use_xkbcommon) {
+ if (use_x11) {
sources += [ "ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc" ]
}
deps += [
« no previous file with comments | « no previous file | ui/events/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698