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

Unified Diff: base/base_lib.scons

Issue 11326: Port base/watchdog to Linux. (Closed) Base URL: http://src.chromium.org/svn/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/base_unittests.scons » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_lib.scons
===================================================================
--- base/base_lib.scons (revision 5921)
+++ base/base_lib.scons (working copy)
@@ -21,8 +21,8 @@
],
)
-# These base files work on *all* platforms; files that don't work
-# cross-platform live below.
+# Some files from this list are not yet ported. They are removed from
+# the list, see code below.
input_files = [
'at_exit.cc',
'base_paths.cc',
@@ -109,14 +109,11 @@
'event_recorder.cc',
'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',
'resource_util.cc', # Uses HMODULE, but may be abstractable.
]
« no previous file with comments | « no previous file | base/base_unittests.scons » ('j') | base/base_unittests.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698