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

Unified Diff: webrtc/pc/BUILD.gn

Issue 3012953002: Created the DtlsSrtpTransport.
Patch Set: Initial review. 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 | webrtc/pc/channel.h » ('j') | webrtc/pc/channel.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 71e29d8a6cc4abc0199ea7a89c2eb61c0a073444..8c8a78f1270963bb2cc63f9c7b182c0e147c9169 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -38,6 +38,8 @@ rtc_static_library("rtc_pc_base") {
"channelmanager.h",
"currentspeakermonitor.cc",
"currentspeakermonitor.h",
+ "dtlssrtptransport.cc",
+ "dtlssrtptransport.h",
"externalhmac.cc",
"externalhmac.h",
"mediamonitor.cc",
@@ -258,6 +260,7 @@ if (rtc_include_tests) {
"channel_unittest.cc",
"channelmanager_unittest.cc",
"currentspeakermonitor_unittest.cc",
+ "dtlssrtptransport_unittest.cc",
"mediasession_unittest.cc",
"rtcpmuxfilter_unittest.cc",
"rtptransport_unittest.cc",
« no previous file with comments | « no previous file | webrtc/pc/channel.h » ('j') | webrtc/pc/channel.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698