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

Unified Diff: ui/events/ozone/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 | « ui/events/BUILD.gn ('k') | ui/events/xkb.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/BUILD.gn
diff --git a/ui/events/ozone/BUILD.gn b/ui/events/ozone/BUILD.gn
index 7ee8ce453d745197884b0b0882c225e07a4ea056..9f2d016ee09ebbdf3cbfb0c1b2ec041746264175 100644
--- a/ui/events/ozone/BUILD.gn
+++ b/ui/events/ozone/BUILD.gn
@@ -3,15 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
-import("//build/config/linux/pkg_config.gni")
import("//build/config/ui.gni")
-import("//ui/events/xkb.gni")
-
-if (use_xkbcommon) {
- pkg_config("xkbcommon") {
- packages = [ "xkbcommon" ]
- }
-}
component("events_ozone") {
sources = [
@@ -124,12 +116,6 @@ component("events_ozone_evdev") {
public_configs = [ ":evdev" ]
}
-config("events_ozone_layout_config") {
- if (use_xkbcommon) {
- defines = [ "USE_XKBCOMMON" ]
- }
-}
-
component("events_ozone_layout") {
sources = [
"layout/events_ozone_layout_export.h",
@@ -152,6 +138,4 @@ component("events_ozone_layout") {
"//ui/events:events_base",
"//ui/ozone:ozone_base",
]
-
- public_configs = [ ":events_ozone_layout_config" ]
}
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/xkb.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698