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

Unified Diff: ui/events/BUILD.gn

Issue 2815023002: [System-Keyboard-Lock] Add KeyboardLockHost and KeyEventInterceptor (Closed)
Patch Set: Created 3 years, 8 months 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
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 873bb19addabd552a87d338f6c72d1140c6ca3e0..62dc218dd3c7ff85f7d890bebf13e8d3468d4384 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -38,6 +38,7 @@ static_library("dom_keycode_converter") {
source_set("event_constants") {
sources = [
"event_constants.h",
+ "keycodes/keyboard_codes.h",
]
}
@@ -66,7 +67,6 @@ component("events_base") {
"keycodes/keyboard_code_conversion_mac.mm",
"keycodes/keyboard_code_conversion_win.cc",
"keycodes/keyboard_code_conversion_win.h",
- "keycodes/keyboard_codes.h",
]
defines = [ "EVENTS_BASE_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698