summaryrefslogtreecommitdiffstats
path: root/base/base_lib.scons
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_lib.scons')
-rw-r--r--base/base_lib.scons4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base_lib.scons b/base/base_lib.scons
index 89d0d6e..487d5d8 100644
--- a/base/base_lib.scons
+++ b/base/base_lib.scons
@@ -96,7 +96,11 @@ if env['PLATFORM'] in ('posix', 'darwin'):
'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',