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 | |
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')
-rw-r--r-- | base/build/base.vcproj | 18 | ||||
-rw-r--r-- | base/build/base_unittests.vcproj | 8 |
2 files changed, 19 insertions, 7 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 5db1e7a..76a08e9 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -270,6 +270,14 @@ > </File> <File + RelativePath="..\directory_watcher.h" + > + </File> + <File + RelativePath="..\directory_watcher_win.cc" + > + </File> + <File RelativePath="..\event_recorder.cc" > </File> @@ -646,11 +654,11 @@ > </File> <File - RelativePath="..\simple_thread.h" + RelativePath="..\simple_thread.cc" > </File> <File - RelativePath="..\simple_thread.cc" + RelativePath="..\simple_thread.h" > </File> <File @@ -758,15 +766,15 @@ > </File> <File - RelativePath="..\thread_local_storage.h" + RelativePath="..\thread_local.h" > </File> <File - RelativePath="..\thread_local_storage_win.cc" + RelativePath="..\thread_local_storage.h" > </File> <File - RelativePath="..\thread_local.h" + RelativePath="..\thread_local_storage_win.cc" > </File> <File 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 |