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

Unified Diff: ui/base/ui_base.gyp

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/base/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index bb8d91f312228fa53fc9b58d13ed63e3c0e281f4..1c8af2cb55710ee7604d1693bff1ecede13f6696 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -369,6 +369,9 @@
'ui_base_switches_util.h',
'ui_base_types.cc',
'ui_base_types.h',
+ 'user_activity/user_activity_detector.cc',
+ 'user_activity/user_activity_detector.h',
+ 'user_activity/user_activity_observer.h',
'view_prop.cc',
'view_prop.h',
'webui/jstemplate_builder.cc',
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698