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

Unified Diff: ui/wm/BUILD.gn

Issue 833893003: Move UserActivityDetector to ui/base/user_activity/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't build test on android Created 5 years, 11 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 | « ui/chromeos/user_activity_power_manager_notifier.cc ('k') | ui/wm/core/user_activity_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « ui/chromeos/user_activity_power_manager_notifier.cc ('k') | ui/wm/core/user_activity_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698