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

Unified Diff: talk/libjingle.gyp

Issue 1269843005: Added DtlsCertificate, a ref counted object owning an SSLIdentity (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: webrtcsession unittest added to ensure when a cert is provided it is used Created 5 years, 4 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: talk/libjingle.gyp
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index cf7af99e8fe8594762aa130bdfed5739d55ae88d..9bf96d69dbdf8e45e798bd3bbb7b5ba50bb00f3c 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -708,6 +708,8 @@
'app/webrtc/datachannel.cc',
'app/webrtc/datachannel.h',
'app/webrtc/datachannelinterface.h',
+ 'app/webrtc/dtlscertificate.cc',
+ 'app/webrtc/dtlscertificate.h',
'app/webrtc/dtlsidentityservice.cc',
'app/webrtc/dtlsidentityservice.h',
'app/webrtc/dtlsidentitystore.cc',

Powered by Google App Engine
This is Rietveld 408576698