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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2981013002: Introduce RtpTransportInternal and SrtpTransport. (Closed)
Patch Set: Depend on test:test_support for gmock. 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') | no next file with comments »
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 2585416a7c16b6e685870ce5a1f958ef6b054153..71e29d8a6cc4abc0199ea7a89c2eb61c0a073444 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" ]
@@ -289,6 +294,7 @@ if (rtc_include_tests) {
"../rtc_base:rtc_base_tests_main",
"../rtc_base:rtc_base_tests_utils",
"../system_wrappers:metrics_default",
+ "../test:test_support",
]
if (rtc_build_libsrtp) {
« no previous file with comments | « no previous file | webrtc/pc/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698