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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2976443002: Move SrtpSession and tests to their own files. (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/DEPS » ('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 3bbaa57e19586602ec0a7fae542ef5801759b481..2ff1a0af503a86c41f0a78919f6f9d059b646431 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -50,6 +50,8 @@ rtc_static_library("rtc_pc_base") {
"rtptransport.h",
"srtpfilter.cc",
"srtpfilter.h",
+ "srtpsession.cc",
+ "srtpsession.h",
"voicechannel.h",
]
@@ -257,6 +259,8 @@ if (rtc_include_tests) {
"rtcpmuxfilter_unittest.cc",
"rtptransport_unittest.cc",
"srtpfilter_unittest.cc",
+ "srtpsession_unittest.cc",
+ "srtptestutil.h",
]
include_dirs = [ "//third_party/libsrtp/srtp" ]
« no previous file with comments | « no previous file | webrtc/pc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698