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

Unified Diff: ui/events/ozone/BUILD.gn

Issue 2510193002: Move use_xkbcommon from build to ui/base (Closed)
Patch Set: Typo Created 4 years, 1 month 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/xkb_keysym.h ('k') | ui/ozone/platform/drm/DEPS » ('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 2a8611aebfebd129364cec314ff436164e3d2480..314068c00f697fc441f7050bb697ae0aa8417428 100644
--- a/ui/events/ozone/BUILD.gn
+++ b/ui/events/ozone/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/config/linux/pkg_config.gni")
import("//build/config/ui.gni")
+import("//ui/base/ui_features.gni")
declare_args() {
# Support ChromeOS touchpad gestures with ozone.
@@ -171,12 +172,6 @@ if (use_ozone) {
}
}
-config("events_ozone_layout_config") {
- if (use_xkbcommon) {
- defines = [ "USE_XKBCOMMON" ]
- }
-}
-
component("events_ozone_layout") {
sources = [
"layout/events_ozone_layout_export.h",
@@ -199,8 +194,6 @@ component("events_ozone_layout") {
"//ui/events:events_base",
]
- public_configs = [ ":events_ozone_layout_config" ]
-
if (use_xkbcommon) {
configs += [ ":xkbcommon" ]
« no previous file with comments | « ui/events/keycodes/xkb_keysym.h ('k') | ui/ozone/platform/drm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698