summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-15 01:57:07 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-15 01:57:07 +0000
commitd6f9c9e2adb5c36fe4091f70ecda64e69dc031b4 (patch)
tree9f4e6d8d010a33244e2acfc2f20de26ded8a375e /base/base.gyp
parente0fc2f1f81f13440af3bb4cf5e56a031f91fc163 (diff)
downloadchromium_src-d6f9c9e2adb5c36fe4091f70ecda64e69dc031b4.zip
chromium_src-d6f9c9e2adb5c36fe4091f70ecda64e69dc031b4.tar.gz
chromium_src-d6f9c9e2adb5c36fe4091f70ecda64e69dc031b4.tar.bz2
Move FileWatcher from src/base/ to src/chrome/browser/ and switch
it from using MessageLoop to post tasks to using ChromeThread::PostTask, which is safer. Review URL: http://codereview.chromium.org/864001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 1a40a29..aae38b7 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -70,7 +70,6 @@
'file_path_unittest.cc',
'file_util_unittest.cc',
'file_version_info_unittest.cc',
- 'file_watcher_unittest.cc',
'gmock_unittest.cc',
'histogram_unittest.cc',
'hmac_unittest.cc',