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

Unified Diff: rtc_base/BUILD.gn

Issue 3010363002: Implement GetChain for OpenSSLCertificate.
Patch Set: Adding unit tests and clean up. Created 3 years, 3 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
« no previous file with comments | « no previous file | rtc_base/opensslidentity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rtc_base/BUILD.gn
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 93f8990ccc0a416cccfca0fcd6b421d18e939ac1..a3e447ce3f1182f301c60b1b8b112a5a63d8e03f 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -1081,6 +1081,7 @@ if (rtc_include_tests) {
if (is_posix) {
sources += [
"openssladapter_unittest.cc",
+ "opensslidentity_unittest.cc",
"ssladapter_unittest.cc",
"sslidentity_unittest.cc",
"sslstreamadapter_unittest.cc",
« no previous file with comments | « no previous file | rtc_base/opensslidentity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698