summaryrefslogtreecommitdiffstats
path: root/crypto/run_all_unittests.cc
Commit message (Collapse)AuthorAgeFilesLines
* Built crypto and crypto_unittests for iOSmsarda@chromium.org2012-08-091-1/+4
| | | | | | | | | | | Adds iOS support to crypto.gyp. Both targets now build, but the tests may not run correctly, and not all the crypto code is correct yet for iOS. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10830183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150775 0039d316-1c4b-4281-b951-d872f2087c98
* Add crypto to the list of "all" projects.rvargas@google.com2011-04-151-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6850032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81763 0039d316-1c4b-4281-b951-d872f2087c98
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+17
src/crypto is now an independent project that contains our cryptographic primitives (except md5 and sha1). This removes the base dependency from nss, openssl and sqlite. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6805019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81611 0039d316-1c4b-4281-b951-d872f2087c98