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

Unified Diff: pc/BUILD.gn

Issue 3012953002: Created the DtlsSrtpTransport.
Patch Set: Resolved the comments. 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 | pc/channel.h » ('j') | pc/channel.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pc/BUILD.gn
diff --git a/pc/BUILD.gn b/pc/BUILD.gn
index 6339ffbfbbbb24949ee8f74c9c9f7191ad99a5b8..3b6528b4ba696696f0d1eb5af76011de8fbc2d0e 100644
--- a/pc/BUILD.gn
+++ b/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",
@@ -261,6 +263,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 | pc/channel.h » ('j') | pc/channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698