summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorpalmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-14 22:28:10 +0000
committerpalmer@chromium.org <palmer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-14 22:28:10 +0000
commitd0aed10004a3fef28bdd4f7331d98a581ed6c96c (patch)
tree5e0a0255dc62416a0a04a09c4c0add6f68a63195 /net/net.gyp
parent9a91c4f8b26a9b98f8356d7fd7f2dec02b6897b1 (diff)
downloadchromium_src-d0aed10004a3fef28bdd4f7331d98a581ed6c96c.zip
chromium_src-d0aed10004a3fef28bdd4f7331d98a581ed6c96c.tar.gz
chromium_src-d0aed10004a3fef28bdd4f7331d98a581ed6c96c.tar.bz2
Initial infrastructure for the fraudulent certificate chain reporting
feature. Phase Two of this feature is http://codereview.chromium.org/8055027/, and Phase Three is http://codereview.chromium.org/8120016/. This feature will be under heavy development, including additional, end-to-end unit testing, throughout Q4 2011. Manual testing shows that the basic SendReport functionality works, and that is all we need in the immediate, pre-Stable short-term. BUG=99185 Review URL: http://codereview.chromium.org/8037039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 6bc9340..370a585 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -635,6 +635,7 @@
'udp/udp_socket_libevent.h',
'udp/udp_socket_win.cc',
'udp/udp_socket_win.h',
+ 'url_request/fraudulent_certificate_reporter.h',
'url_request/url_request.cc',
'url_request/url_request.h',
'url_request/url_request_about_job.cc',