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

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

Issue 705623004: GN: Get os="chromeos" use_ozone=true to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes, build chrome and app_shell Created 6 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/ozone/BUILD.gn » ('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 e1366afc38e8e1f482e239853ce1b1b148ab0316..5625e0512593087ff7a216c7d287a1b826dcb15f 100644
--- a/ui/events/ozone/BUILD.gn
+++ b/ui/events/ozone/BUILD.gn
@@ -54,6 +54,8 @@ component("events_ozone_evdev") {
"evdev/event_modifiers_evdev.cc",
"evdev/event_modifiers_evdev.h",
"evdev/events_ozone_evdev_export.h",
+ "evdev/keyboard_evdev.cc",
+ "evdev/keyboard_evdev.h",
"evdev/touch_event_converter_evdev.cc",
"evdev/touch_event_converter_evdev.h",
]
@@ -84,6 +86,8 @@ component("events_ozone_evdev") {
"evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h",
"evdev/libgestures_glue/gesture_logging.cc",
"evdev/libgestures_glue/gesture_logging.h",
+ "evdev/libgestures_glue/gesture_property_provider.cc",
+ "evdev/libgestures_glue/gesture_property_provider.h",
"evdev/libgestures_glue/gesture_timer_provider.cc",
"evdev/libgestures_glue/gesture_timer_provider.h",
]
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698