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

Unified Diff: net/net.gypi

Issue 1772603002: Addition of Certificate Transparency details to Security panel of DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed some unnecessary includes and fixed order in net.gypi Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index d4b6d140c5de3f5701b4e38e850ad86800f4675c..39ab08939d28feefacebbc532afa630f8b8141c9 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -595,6 +595,8 @@
'cert/ct_objects_extractor.h',
'cert/ct_objects_extractor_nss.cc',
'cert/ct_objects_extractor_openssl.cc',
+ 'cert/ct_sct_to_string.cc',
+ 'cert/ct_sct_to_string.h',
'cert/ct_serialization.cc',
'cert/ct_serialization.h',
'cert/ct_signed_certificate_timestamp_log_param.cc',

Powered by Google App Engine
This is Rietveld 408576698