| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index 9242add860b7d72857e2f517ce31b31959873bff..75a7a74aaff9d5ca427f74c8b834b440e319aa3e 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -39,6 +39,7 @@ component("ash") {
|
| "//ui/compositor",
|
| "//ui/events",
|
| "//ui/events:events_base",
|
| + "//ui/events/devices",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/keyboard",
|
| @@ -172,6 +173,7 @@ static_library("test_support") {
|
| "//ui/app_list",
|
| "//ui/app_list:test_support",
|
| "//ui/events:events_base",
|
| + "//ui/events/devices",
|
| "//ui/gl",
|
| "//ui/views",
|
| "//ui/views:test_support",
|
| @@ -255,6 +257,7 @@ test("ash_unittests") {
|
| "//ui/compositor",
|
| "//ui/compositor:test_support",
|
| "//ui/events",
|
| + "//ui/events/devices",
|
| "//ui/events:test_support",
|
| "//ui/events:gesture_detection",
|
| "//ui/gfx",
|
|
|