From a4378256e3c3530bd84f8cce49d1edb82874632b Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Tue, 9 Feb 2010 08:14:38 +0000 Subject: Remove DirectoryWatcher and the only thing using it. DirectoryWatcher was problematic. We couldn't get it right on Linux, it can hit the disk on UI thread on Windows (Really Bad, tm). And finally, the UserScriptMaster didn't work right with it. TEST=Covered by unit_tests and browser_tests BUG=8968, 6051, 6080, 20832 Review URL: http://codereview.chromium.org/586010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38456 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'base/base.gyp') diff --git a/base/base.gyp b/base/base.gyp index 1c1b296..a0b6dd3 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -67,7 +67,6 @@ 'crypto/signature_verifier_unittest.cc', 'data_pack_unittest.cc', 'debug_util_unittest.cc', - 'directory_watcher_unittest.cc', 'event_trace_consumer_win_unittest.cc', 'event_trace_controller_win_unittest.cc', 'event_trace_provider_win_unittest.cc', -- cgit v1.1