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

Unified Diff: ui/events/BUILD.gn

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Remove useless files Created 3 years, 4 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
« no previous file with comments | « ui/base/ime/BUILD.gn ('k') | ui/events/keycodes/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 ca2f3a9cc3b099400c69f5a19257e99dd6149709..1f1226037e1144642a87ff9402f91cf9d6221f2f 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",
]
}
@@ -68,7 +69,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" ]
@@ -155,6 +155,10 @@ component("events") {
"//ui/gfx/geometry",
]
+ public_configs = [
+ "//skia:skia_config",
+ ]
+
if (use_x11) {
sources += [ "x/events_x.cc" ]
configs += [ "//build/config/linux:x11" ]
« no previous file with comments | « ui/base/ime/BUILD.gn ('k') | ui/events/keycodes/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698