Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3806)

Unified Diff: base/build/base.vcproj

Issue 6377: Add a DirectoryWatcher class, allowing objects to be notified whenever... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/build/base_unittests.vcproj » ('j') | base/directory_watcher_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/build/base.vcproj
===================================================================
--- base/build/base.vcproj (revision 3495)
+++ base/build/base.vcproj (working copy)
@@ -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
« no previous file with comments | « no previous file | base/build/base_unittests.vcproj » ('j') | base/directory_watcher_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698