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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2981013002: Introduce RtpTransportInternal and SrtpTransport. (Closed)
Patch Set: Created 3 years, 5 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/rtptransportinternal.h » ('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 783fd67a554afaa0bda7028c7f30908fc91b900d..c7558048231f519b7e93a4a8a354deab21ccbfff 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -48,10 +48,13 @@ rtc_static_library("rtc_pc_base") {
"rtcpmuxfilter.h",
"rtptransport.cc",
"rtptransport.h",
+ "rtptransportinternal.h",
"srtpfilter.cc",
"srtpfilter.h",
"srtpsession.cc",
"srtpsession.h",
+ "srtptransport.cc",
+ "srtptransport.h",
"voicechannel.h",
]
@@ -258,9 +261,11 @@ if (rtc_include_tests) {
"mediasession_unittest.cc",
"rtcpmuxfilter_unittest.cc",
"rtptransport_unittest.cc",
+ "rtptransporttestutil.h",
"srtpfilter_unittest.cc",
"srtpsession_unittest.cc",
"srtptestutil.h",
+ "srtptransport_unittest.cc",
]
include_dirs = [ "//third_party/libsrtp/srtp" ]
« no previous file with comments | « no previous file | webrtc/pc/channel.h » ('j') | webrtc/pc/rtptransportinternal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698