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

Side by Side Diff: base/build/base_unittests.vcproj

Issue 40138: Use FilterContext to allow filters to access URLRequestJob data... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 </File> 201 </File>
202 <File 202 <File
203 RelativePath="..\file_util_unittest.cc" 203 RelativePath="..\file_util_unittest.cc"
204 > 204 >
205 </File> 205 </File>
206 <File 206 <File
207 RelativePath="..\file_version_info_unittest.cc" 207 RelativePath="..\file_version_info_unittest.cc"
208 > 208 >
209 </File> 209 </File>
210 <File 210 <File
211 RelativePath="..\..\net\base\filter_unittest.h"
212 >
213 </File>
214 <File
211 RelativePath="..\histogram_unittest.cc" 215 RelativePath="..\histogram_unittest.cc"
212 > 216 >
213 </File> 217 </File>
214 <File 218 <File
215 RelativePath="..\hmac_unittest.cc" 219 RelativePath="..\hmac_unittest.cc"
216 > 220 >
217 </File> 221 </File>
218 <File 222 <File
219 RelativePath="..\idletimer_unittest.cc" 223 RelativePath="..\idletimer_unittest.cc"
220 > 224 >
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 </File> 429 </File>
426 <File 430 <File
427 RelativePath="..\gfx\png_codec_unittest.cc" 431 RelativePath="..\gfx\png_codec_unittest.cc"
428 > 432 >
429 </File> 433 </File>
430 </Filter> 434 </Filter>
431 </Files> 435 </Files>
432 <Globals> 436 <Globals>
433 </Globals> 437 </Globals>
434 </VisualStudioProject> 438 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698