| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index a7fc9af1dddaa76fcd85258b13f050f6521ae355..0787103e600c910598600045d66fe9a3f4e63776 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -165,6 +165,7 @@ component("events") {
|
| ]
|
| deps += [
|
| "//ui/events/devices",
|
| + "//ui/events/devices/x11",
|
| "//ui/gfx/x",
|
| ]
|
| }
|
| @@ -338,7 +339,7 @@ source_set("test_support") {
|
| "test/events_test_utils_x11.h",
|
| ]
|
| deps += [
|
| - "//ui/events/devices",
|
| + "//ui/events/devices/x11",
|
| "//ui/gfx/x",
|
| ]
|
| }
|
| @@ -425,6 +426,7 @@ test("events_unittests") {
|
| ]
|
| configs += [ "//build/config/linux:x11" ]
|
| deps += [
|
| + "//ui/events/devices/x11",
|
| "//ui/events/x",
|
| "//ui/gfx/x",
|
| ]
|
|
|