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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2536623003: Add SdpHelper for more reliable codec configuration in WebrtcTransport. (Closed)
Patch Set: address feedback Created 4 years, 1 month 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 | remoting/protocol/sdp_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index d2e2f0e2077664d03b3e05323bebc2dfff3386ec..c2464af15a94f4fa33832a77c61b99b9d0bfb7e6 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -138,6 +138,8 @@ static_library("protocol") {
"pseudotcp_channel_factory.h",
"rejecting_authenticator.cc",
"rejecting_authenticator.h",
+ "sdp_message.cc",
+ "sdp_message.h",
"secure_channel_factory.cc",
"secure_channel_factory.h",
"session.h",
@@ -319,6 +321,7 @@ source_set("unit_tests") {
"port_range_unittest.cc",
"ppapi_module_stub.cc",
"pseudotcp_adapter_unittest.cc",
+ "sdp_message_unittest.cc",
"session_config_unittest.cc",
"spake2_authenticator_unittest.cc",
"ssl_hmac_channel_authenticator_unittest.cc",
« no previous file with comments | « no previous file | remoting/protocol/sdp_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698