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

Unified Diff: base/base_lib.scons

Issue 8806: Iplement the idle timer for Linux using libxss. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | base/base_unittests.scons » ('j') | base/idle_timer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_lib.scons
===================================================================
--- base/base_lib.scons (revision 4805)
+++ base/base_lib.scons (working copy)
@@ -96,7 +96,11 @@
'file_version_info.cc',
# This group all depends on MessageLoop.
+
+ # We have an implementation of idle_timer, but it's unclear if we want it
+ # yet, so it's commented out for now. Leave this 'unported'.
'idle_timer.cc',
+
'object_watcher.cc',
'watchdog.cc',
« no previous file with comments | « no previous file | base/base_unittests.scons » ('j') | base/idle_timer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698