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

Side by Side Diff: base/build/base_unittests.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
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_unittests" 5 Name="base_unittests"
6 ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}" 6 ProjectGUID="{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}"
7 RootNamespace="base_unittests" 7 RootNamespace="base_unittests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 </File> 177 </File>
178 <File 178 <File
179 RelativePath="..\command_line_unittest.cc" 179 RelativePath="..\command_line_unittest.cc"
180 > 180 >
181 </File> 181 </File>
182 <File 182 <File
183 RelativePath="..\condition_variable_unittest.cc" 183 RelativePath="..\condition_variable_unittest.cc"
184 > 184 >
185 </File> 185 </File>
186 <File 186 <File
187 RelativePath="..\directory_watcher_unittest.cc"
188 >
189 </File>
190 <File
187 RelativePath="..\file_path_unittest.cc" 191 RelativePath="..\file_path_unittest.cc"
188 > 192 >
189 </File> 193 </File>
190 <File 194 <File
191 RelativePath="..\file_util_unittest.cc" 195 RelativePath="..\file_util_unittest.cc"
192 > 196 >
193 </File> 197 </File>
194 <File 198 <File
195 RelativePath="..\file_version_info_unittest.cc" 199 RelativePath="..\file_version_info_unittest.cc"
196 > 200 >
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 </File> 253 </File>
250 <File 254 <File
251 RelativePath="..\pr_time_unittest.cc" 255 RelativePath="..\pr_time_unittest.cc"
252 > 256 >
253 </File> 257 </File>
254 <File 258 <File
255 RelativePath="..\process_util_unittest.cc" 259 RelativePath="..\process_util_unittest.cc"
256 > 260 >
257 </File> 261 </File>
258 <File 262 <File
263 RelativePath="..\rand_util_unittest.cc"
264 >
265 </File>
266 <File
259 RelativePath="..\gfx\rect_unittest.cc" 267 RelativePath="..\gfx\rect_unittest.cc"
260 > 268 >
261 </File> 269 </File>
262 <File 270 <File
263 RelativePath="..\rand_util_unittest.cc"
264 >
265 </File>
266 <File
267 RelativePath="..\ref_counted_unittest.cc" 271 RelativePath="..\ref_counted_unittest.cc"
268 > 272 >
269 </File> 273 </File>
270 <File 274 <File
271 RelativePath="..\scoped_ptr_unittest.cc" 275 RelativePath="..\scoped_ptr_unittest.cc"
272 > 276 >
273 </File> 277 </File>
274 <File 278 <File
275 RelativePath="..\sha2_unittest.cc" 279 RelativePath="..\sha2_unittest.cc"
276 > 280 >
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 </File> 409 </File>
406 <File 410 <File
407 RelativePath="..\gfx\vector_canvas_unittest.cc" 411 RelativePath="..\gfx\vector_canvas_unittest.cc"
408 > 412 >
409 </File> 413 </File>
410 </Filter> 414 </Filter>
411 </Files> 415 </Files>
412 <Globals> 416 <Globals>
413 </Globals> 417 </Globals>
414 </VisualStudioProject> 418 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698