Index: ui/wm/BUILD.gn |
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn |
index 5a4832409ca1732109e785a57bebd19ee16c69ee..ea50577c4cc091d231911250e2de5ede37ad5ed9 100644 |
--- a/ui/wm/BUILD.gn |
+++ b/ui/wm/BUILD.gn |
@@ -54,9 +54,6 @@ component("wm") { |
"core/transient_window_observer.h", |
"core/transient_window_stacking_client.cc", |
"core/transient_window_stacking_client.h", |
- "core/user_activity_detector.cc", |
- "core/user_activity_detector.h", |
- "core/user_activity_observer.h", |
"core/visibility_controller.cc", |
"core/visibility_controller.h", |
"core/window_animations.cc", |
@@ -122,7 +119,6 @@ test("wm_unittests") { |
"core/shadow_controller_unittest.cc", |
"core/transient_window_manager_unittest.cc", |
"core/transient_window_stacking_client_unittest.cc", |
- "core/user_activity_detector_unittest.cc", |
"core/visibility_controller_unittest.cc", |
"core/window_animations_unittest.cc", |
] |