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

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

Issue 218: HMAC-SHA1 implementation for Mac based on CommonCrypto (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « base/base.xcodeproj/project.pbxproj ('k') | base/hmac.h » ('j') | no next file with comments »
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 </File> 303 </File>
304 <File 304 <File
305 RelativePath="..\histogram.cc" 305 RelativePath="..\histogram.cc"
306 > 306 >
307 </File> 307 </File>
308 <File 308 <File
309 RelativePath="..\histogram.h" 309 RelativePath="..\histogram.h"
310 > 310 >
311 </File> 311 </File>
312 <File 312 <File
313 RelativePath="..\hmac.cc"
314 >
315 </File>
316 <File
317 RelativePath="..\hmac.h" 313 RelativePath="..\hmac.h"
318 > 314 >
319 </File> 315 </File>
320 <File 316 <File
317 RelativePath="..\hmac_win.cc"
318 >
319 </File>
320 <File
321 RelativePath="..\iat_patch.cc" 321 RelativePath="..\iat_patch.cc"
322 > 322 >
323 </File> 323 </File>
324 <File 324 <File
325 RelativePath="..\iat_patch.h" 325 RelativePath="..\iat_patch.h"
326 > 326 >
327 </File> 327 </File>
328 <File 328 <File
329 RelativePath="..\icu_util.cc" 329 RelativePath="..\icu_util.cc"
330 > 330 >
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 > 834 >
835 </File> 835 </File>
836 <File 836 <File
837 RelativePath="..\worker_pool.h" 837 RelativePath="..\worker_pool.h"
838 > 838 >
839 </File> 839 </File>
840 </Files> 840 </Files>
841 <Globals> 841 <Globals>
842 </Globals> 842 </Globals>
843 </VisualStudioProject> 843 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base.xcodeproj/project.pbxproj ('k') | base/hmac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698