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

Side by Side Diff: crypto/third_party/nss/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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 | « chrome/third_party/mozilla_security_manager/README.chromium ('k') | third_party/PRESUBMIT.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Network Security Services (NSS) 1 Name: Network Security Services (NSS)
2 URL: http://www.mozilla.org/projects/security/pki/nss/ 2 URL: http://www.mozilla.org/projects/security/pki/nss/
3 License: MPL 1.1/GPL 2.0/LGPL 2.1
3 4
4 We extracted the SHA-256 source files, eliminated unneeded dependencies, 5 We extracted the SHA-256 source files, eliminated unneeded dependencies,
5 deleted or commented out unused code, and tweaked them for Chrome's source 6 deleted or commented out unused code, and tweaked them for Chrome's source
6 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++ 7 tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++
7 header "base/basictypes.h". We define NOUNROLL256 to reduce the object code 8 header "base/basictypes.h". We define NOUNROLL256 to reduce the object code
8 size. 9 size.
9 10
10 In blapi.h and sha512.cc, replaced uint32 by unsigned int so that they can 11 In blapi.h and sha512.cc, replaced uint32 by unsigned int so that they can
11 be compiled with -DNO_NSPR_10_SUPPORT. NO_NSPR_10_SUPPORT turns off the 12 be compiled with -DNO_NSPR_10_SUPPORT. NO_NSPR_10_SUPPORT turns off the
12 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid 13 definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
13 conflict with the same-named types defined in "base/basictypes.h". 14 conflict with the same-named types defined in "base/basictypes.h".
OLDNEW
« no previous file with comments | « chrome/third_party/mozilla_security_manager/README.chromium ('k') | third_party/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698