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

Unified Diff: components/exo/BUILD.gn

Issue 2506263002: exo: Implement support for zcr_keyboard_configuration_v1 protocol. (Closed)
Patch Set: add one more TODO Created 4 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 | « no previous file | components/exo/keyboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 3e2fc4ae1e1d46200ad21ea4ba5f256398b2401b..d4aebaf0185b9f7d575c6739c488a266276f9260 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -16,6 +16,7 @@ source_set("exo") {
"keyboard.cc",
"keyboard.h",
"keyboard_delegate.h",
+ "keyboard_device_configuration_delegate.h",
"notification_surface.cc",
"notification_surface.h",
"notification_surface_manager.h",
@@ -58,6 +59,7 @@ source_set("exo") {
"//ui/aura",
"//ui/compositor",
"//ui/display/manager",
+ "//ui/events/devices:devices",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
« no previous file with comments | « no previous file | components/exo/keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698