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

Unified Diff: components/mus/ws/BUILD.gn

Issue 2094933003: mus: Add UserActivityMonitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « components/mus/public/interfaces/user_activity_monitor.mojom ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 044fdda3483da9dc6993b9a87b3c583844fdcad0..fd3cb6c6e13a8d4f535ba934b3ee9431c0ca222d 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -58,6 +58,8 @@ source_set("lib") {
"server_window_tracker.h",
"touch_controller.cc",
"touch_controller.h",
+ "user_activity_monitor.cc",
+ "user_activity_monitor.h",
"user_display_manager.cc",
"user_display_manager.h",
"user_id.h",
@@ -193,6 +195,7 @@ test("mus_ws_unittests") {
"test_utils.cc",
"test_utils.h",
"transient_windows_unittest.cc",
+ "user_activity_monitor_unittest.cc",
"user_display_manager_unittest.cc",
"window_coordinate_conversions_unittest.cc",
"window_finder_unittest.cc",
« no previous file with comments | « components/mus/public/interfaces/user_activity_monitor.mojom ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698