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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2392963003: Add Audio support in Chromoting host when using WebRTC. (Closed)
Patch Set: . Created 4 years, 2 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 | « remoting/host/chromoting_host.cc ('k') | remoting/protocol/audio_pump_unittest.cc » ('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 42f29841cdfa1fc6f7e7aecdeed53942df91799a..504270d3d0384da30c20d00861dd53ce00903a04 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -206,6 +206,10 @@ static_library("protocol") {
"video_frame_pump.h",
"webrtc_audio_module.cc",
"webrtc_audio_module.h",
+ "webrtc_audio_source_adapter.cc",
+ "webrtc_audio_source_adapter.h",
+ "webrtc_audio_stream.cc",
+ "webrtc_audio_stream.h",
"webrtc_connection_to_client.cc",
"webrtc_connection_to_client.h",
"webrtc_connection_to_host.cc",
@@ -247,6 +251,8 @@ static_library("test_support") {
testonly = true
sources = [
+ "fake_audio_source.cc",
+ "fake_audio_source.h",
"fake_authenticator.cc",
"fake_authenticator.h",
"fake_connection_to_client.cc",
@@ -314,6 +320,7 @@ source_set("unit_tests") {
"v2_authenticator_unittest.cc",
"validating_authenticator_unittest.cc",
"video_frame_pump_unittest.cc",
+ "webrtc_audio_source_adapter_unittest.cc",
"webrtc_transport_unittest.cc",
]
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/protocol/audio_pump_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698