summaryrefslogtreecommitdiffstats
path: root/base/base_unittests.scons
diff options
context:
space:
mode:
authordsh@google.com <dsh@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-06 23:33:41 +0000
committerdsh@google.com <dsh@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-06 23:33:41 +0000
commit49a90249dc26805a1d0c80fdf5bd6b88e1548b55 (patch)
tree00176a5cbc0bc44c50d8b563d577e62342dae749 /base/base_unittests.scons
parent21dae9b9628a3a7ef481c1871d69e9b48ed90158 (diff)
downloadchromium_src-49a90249dc26805a1d0c80fdf5bd6b88e1548b55.zip
chromium_src-49a90249dc26805a1d0c80fdf5bd6b88e1548b55.tar.gz
chromium_src-49a90249dc26805a1d0c80fdf5bd6b88e1548b55.tar.bz2
Implement the idle timer for Linux using libxss.
BUG=2183 Review URL: http://codereview.chromium.org/8806 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_unittests.scons')
-rw-r--r--base/base_unittests.scons4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base_unittests.scons b/base/base_unittests.scons
index aedad49..7b1cc28 100644
--- a/base/base_unittests.scons
+++ b/base/base_unittests.scons
@@ -61,6 +61,7 @@ if env['PLATFORM'] == 'win32':
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 @@ if env['PLATFORM'] in ('posix', 'darwin'):
# 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',