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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/build/base_unittests.vcproj » ('j') | base/directory_watcher_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="base" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 </File> 263 </File>
264 <File 264 <File
265 RelativePath="..\debug_util.h" 265 RelativePath="..\debug_util.h"
266 > 266 >
267 </File> 267 </File>
268 <File 268 <File
269 RelativePath="..\debug_util_win.cc" 269 RelativePath="..\debug_util_win.cc"
270 > 270 >
271 </File> 271 </File>
272 <File 272 <File
273 RelativePath="..\directory_watcher.h"
274 >
275 </File>
276 <File
277 RelativePath="..\directory_watcher_win.cc"
278 >
279 </File>
280 <File
273 RelativePath="..\event_recorder.cc" 281 RelativePath="..\event_recorder.cc"
274 > 282 >
275 </File> 283 </File>
276 <File 284 <File
277 RelativePath="..\event_recorder.h" 285 RelativePath="..\event_recorder.h"
278 > 286 >
279 </File> 287 </File>
280 <File 288 <File
281 RelativePath="..\file_path.cc" 289 RelativePath="..\file_path.cc"
282 > 290 >
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 </File> 647 </File>
640 <File 648 <File
641 RelativePath="..\shared_memory.h" 649 RelativePath="..\shared_memory.h"
642 > 650 >
643 </File> 651 </File>
644 <File 652 <File
645 RelativePath="..\shared_memory_win.cc" 653 RelativePath="..\shared_memory_win.cc"
646 > 654 >
647 </File> 655 </File>
648 <File 656 <File
657 RelativePath="..\simple_thread.cc"
658 >
659 </File>
660 <File
649 RelativePath="..\simple_thread.h" 661 RelativePath="..\simple_thread.h"
650 > 662 >
651 </File> 663 </File>
652 <File 664 <File
653 RelativePath="..\simple_thread.cc"
654 >
655 </File>
656 <File
657 RelativePath="..\singleton.h" 665 RelativePath="..\singleton.h"
658 > 666 >
659 </File> 667 </File>
660 <File 668 <File
661 RelativePath="..\spin_wait.h" 669 RelativePath="..\spin_wait.h"
662 > 670 >
663 </File> 671 </File>
664 <File 672 <File
665 RelativePath="..\stack_container.h" 673 RelativePath="..\stack_container.h"
666 > 674 >
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 </File> 759 </File>
752 <File 760 <File
753 RelativePath="..\thread.cc" 761 RelativePath="..\thread.cc"
754 > 762 >
755 </File> 763 </File>
756 <File 764 <File
757 RelativePath="..\thread.h" 765 RelativePath="..\thread.h"
758 > 766 >
759 </File> 767 </File>
760 <File 768 <File
769 RelativePath="..\thread_local.h"
770 >
771 </File>
772 <File
761 RelativePath="..\thread_local_storage.h" 773 RelativePath="..\thread_local_storage.h"
762 > 774 >
763 </File> 775 </File>
764 <File 776 <File
765 RelativePath="..\thread_local_storage_win.cc" 777 RelativePath="..\thread_local_storage_win.cc"
766 > 778 >
767 </File> 779 </File>
768 <File 780 <File
769 RelativePath="..\thread_local.h"
770 >
771 </File>
772 <File
773 RelativePath="..\thread_local_win.cc" 781 RelativePath="..\thread_local_win.cc"
774 > 782 >
775 </File> 783 </File>
776 <File 784 <File
777 RelativePath="..\time.cc" 785 RelativePath="..\time.cc"
778 > 786 >
779 </File> 787 </File>
780 <File 788 <File
781 RelativePath="..\time.h" 789 RelativePath="..\time.h"
782 > 790 >
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 > 894 >
887 </File> 895 </File>
888 <File 896 <File
889 RelativePath="..\worker_pool.h" 897 RelativePath="..\worker_pool.h"
890 > 898 >
891 </File> 899 </File>
892 </Files> 900 </Files>
893 <Globals> 901 <Globals>
894 </Globals> 902 </Globals>
895 </VisualStudioProject> 903 </VisualStudioProject>
OLDNEW
« 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