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

Unified Diff: base/base_unittests.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 | « base/base_lib.scons ('k') | base/idle_timer.cc » ('j') | base/idle_timer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_unittests.scons
===================================================================
--- base/base_unittests.scons (revision 4805)
+++ base/base_unittests.scons (working copy)
@@ -61,6 +61,7 @@
if env['PLATFORM'] == 'posix':
env.Append(
+ # We need 'Xss' (X Screen Saver) in LIBS if we want idletimer_unittest
LIBS = [
'event',
],
@@ -133,7 +134,10 @@
# Remove files that still need to be ported from the input_files list.
# TODO(port): delete files from this list as they get ported.
to_be_ported_files = [
+ # 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'.
'idletimer_unittest.cc',
+
'watchdog_unittest.cc',
'gfx/native_theme_unittest.cc',
'gfx/uniscribe_unittest.cc',
« no previous file with comments | « base/base_lib.scons ('k') | base/idle_timer.cc » ('j') | base/idle_timer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698