diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 02:45:56 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 02:45:56 +0000 |
commit | 9e8d4f92df67dd8d4c8d4097035aaf6279fe84ba (patch) | |
tree | ed08cb639f07c35da5eabc10f4519cb88c10ae64 /base/build/base_unittests.vcproj | |
parent | 9b6633c2877f08381f84f60a33a5eeb9bfa0f3e0 (diff) | |
download | chromium_src-9e8d4f92df67dd8d4c8d4097035aaf6279fe84ba.zip chromium_src-9e8d4f92df67dd8d4c8d4097035aaf6279fe84ba.tar.gz chromium_src-9e8d4f92df67dd8d4c8d4097035aaf6279fe84ba.tar.bz2 |
Add a DirectoryWatcher class, allowing objects to be notified whenever
a directory's contents change.
Review URL: http://codereview.chromium.org/6377
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base_unittests.vcproj')
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 0f37520..7df06c9 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -184,6 +184,10 @@ > </File> <File + RelativePath="..\directory_watcher_unittest.cc" + > + </File> + <File RelativePath="..\file_path_unittest.cc" > </File> @@ -256,11 +260,11 @@ > </File> <File - RelativePath="..\gfx\rect_unittest.cc" + RelativePath="..\rand_util_unittest.cc" > </File> <File - RelativePath="..\rand_util_unittest.cc" + RelativePath="..\gfx\rect_unittest.cc" > </File> <File |