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

Unified Diff: ui/events/keycodes/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/BUILD.gn ('k') | ui/events/keycodes/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/BUILD.gn
diff --git a/ui/events/keycodes/BUILD.gn b/ui/events/keycodes/BUILD.gn
index 716c7ed17cc8049ea65b95a5062e7c6e0adc6e48..4552930e2af8262728ef04ac99dac6266d8ce453 100644
--- a/ui/events/keycodes/BUILD.gn
+++ b/ui/events/keycodes/BUILD.gn
@@ -15,12 +15,9 @@ source_set("xkb") {
deps = [
"//base",
+ "//ui/base:ui_features",
"//ui/events:dom_keycode_converter",
]
-
- if (use_xkbcommon) {
- defines = [ "USE_XKBCOMMON" ]
- }
}
if (use_x11 || ozone_platform_x11) {
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/keycodes/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698