| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index 9b18970c686bcc5e11da6e24a341b84c12f169f3..de866a09bcc353035f38497a384b34fea36cb4db 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -16,6 +16,8 @@ static_library("dom4_keycode_converter") {
|
|
|
| component("events_base") {
|
| sources = [
|
| + "device_data_manager.cc",
|
| + "device_data_manager.h",
|
| "event_constants.h",
|
| "event_switches.cc",
|
| "event_switches.h",
|
| @@ -49,14 +51,16 @@ component("events_base") {
|
| "//ui/gfx/geometry",
|
| ]
|
|
|
| + forward_dependent_configs_from = [ "//ui/gfx" ]
|
| +
|
| if (use_x11) {
|
| configs += [ "//build/config/linux:x11" ]
|
|
|
| sources += [
|
| "keycodes/keyboard_code_conversion_x.cc",
|
| "keycodes/keyboard_code_conversion_x.h",
|
| - "x/device_data_manager.cc",
|
| - "x/device_data_manager.h",
|
| + "x/device_data_manager_x11.cc",
|
| + "x/device_data_manager_x11.h",
|
| "x/device_list_cache_x.cc",
|
| "x/device_list_cache_x.h",
|
| "x/touch_factory_x11.cc",
|
|
|