diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 21:27:34 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 21:27:34 +0000 |
commit | c6c2b472bc6a260975e9fe9ab82e05867f0cac70 (patch) | |
tree | ba08dce285ee587910ef34b7cf21e5d931e81aa6 /base/base.gyp | |
parent | 65055ebfc2f1af07452599ac1117a1bc9b61dd8f (diff) | |
download | chromium_src-c6c2b472bc6a260975e9fe9ab82e05867f0cac70.zip chromium_src-c6c2b472bc6a260975e9fe9ab82e05867f0cac70.tar.gz chromium_src-c6c2b472bc6a260975e9fe9ab82e05867f0cac70.tar.bz2 |
Remove IdleTimer, which no one uses.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/244049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/base/base.gyp b/base/base.gyp index 4e09866..a7860c2 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -147,9 +147,6 @@ 'iat_patch.h', 'icu_util.cc', 'icu_util.h', - 'idle_timer.cc', - 'idle_timer.h', - 'idle_timer_none.cc', 'id_map.h', 'image_util.cc', 'image_util.h', @@ -375,12 +372,6 @@ }, 'sources/': [ ['exclude', '_(mac|win|chromeos)\\.cc$'], ['exclude', '\\.mm?$' ] ], - 'sources!': [ - # Linux has an implementation of idle_timer that depends - # on XScreenSaver, but it's unclear if we want it yet, - # so use idle_timer_none.cc instead. - 'idle_timer.cc', - ], 'conditions': [ [ 'chromeos==1', { 'sources/': [ ['include', '_chromeos\\.cc$'] ] @@ -422,7 +413,6 @@ 'atomicops_internals_x86_gcc.cc', 'directory_watcher_inotify.cc', 'hmac_nss.cc', - 'idle_timer_none.cc', 'linux_util.cc', 'message_pump_glib.cc', 'nss_init.cc', @@ -618,7 +608,6 @@ 'gmock_unittest.cc', 'histogram_unittest.cc', 'hmac_unittest.cc', - 'idletimer_unittest.cc', 'id_map_unittest.cc', 'json_reader_unittest.cc', 'json_writer_unittest.cc', @@ -693,9 +682,6 @@ ['OS == "linux" or OS == "freebsd"', { 'sources!': [ 'file_version_info_unittest.cc', - # Linux has an implementation of idle_timer, but it's unclear - # if we want it yet, so leave it 'unported' for now. - 'idletimer_unittest.cc', 'worker_pool_linux_unittest.cc', ], 'dependencies': [ |