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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2696963003: Split cursor location from UserDisplayManager. (Closed)
Patch Set: Fix nits. Created 3 years, 10 months 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 | « no previous file | services/ui/ws/cursor_location_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | services/ui/ws/cursor_location_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698