diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 16:15:12 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 16:15:12 +0000 |
commit | 7d015e496c3148177ea0c502cd698121d955c37a (patch) | |
tree | a13f21db454dca9cb50a637e2d3df2d0f834a6cc /net/net.gyp | |
parent | 411f830c418f9bcb8b47efa4937e4f588e596c6e (diff) | |
download | chromium_src-7d015e496c3148177ea0c502cd698121d955c37a.zip chromium_src-7d015e496c3148177ea0c502cd698121d955c37a.tar.gz chromium_src-7d015e496c3148177ea0c502cd698121d955c37a.tar.bz2 |
net: rework the EV metadata
(Reland of r126641, which was reverted in r126646)
This is split off from https://chromiumcodereview.appspot.com/9663017/ (adding
OCSP tests) and the primary motivation is to add the ability for unittests to add
EV policies.
Along the way:
* I switched the policy strings to be inline, which saves a bunch of
relocations.
* I eliminated the duplicated policy strings and removed the data structures
duplicating the static data on Windows. The functions that Windows needs
can be implemented with a linear sweep over the static data.
BUG=none
TEST=net_unittests
Review URL: https://chromiumcodereview.appspot.com/9691015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index a850041..e4bb3fe 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1032,6 +1032,7 @@ 'base/dns_util_unittest.cc', 'base/dnsrr_resolver_unittest.cc', 'base/escape_unittest.cc', + 'base/ev_root_ca_metadata_unittest.cc', 'base/expiring_cache_unittest.cc', 'base/file_stream_unittest.cc', 'base/filter_unittest.cc', |