| Index: services/ui/ws/BUILD.gn
|
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| index 46a606aba1dd51a79ac6a5fb033d5541d3ba4896..76368748dd031855d80dfbdcceed0a84f469b03e 100644
|
| --- a/services/ui/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -17,6 +17,8 @@ static_library("lib") {
|
| "access_policy_delegate.h",
|
| "accessibility_manager.cc",
|
| "accessibility_manager.h",
|
| + "cursor_location_manager.cc",
|
| + "cursor_location_manager.h",
|
| "default_access_policy.cc",
|
| "default_access_policy.h",
|
| "display.cc",
|
| @@ -204,6 +206,7 @@ group("tests") {
|
|
|
| service_test("mus_ws_unittests") {
|
| sources = [
|
| + "cursor_location_manager_unittest.cc",
|
| "cursor_unittest.cc",
|
| "display_unittest.cc",
|
| "drag_controller_unittest.cc",
|
|
|