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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2454373002: Added an empty AudioTransportProxy to AudioState. (Closed)
Patch Set: Rebase. GYP is removed! 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 | webrtc/audio/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 127900544cb55dfa9b4ed414e5f884d378b7856d..e1d583f8e5a35d7c8a3758a5915772bf27fef9f4 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -16,6 +16,8 @@ rtc_static_library("audio") {
"audio_send_stream.h",
"audio_state.cc",
"audio_state.h",
+ "audio_transport_proxy.cc",
+ "audio_transport_proxy.h",
"conversion.h",
"scoped_voe_interface.h",
]
@@ -29,6 +31,9 @@ rtc_static_library("audio") {
"..:webrtc_common",
"../api:audio_mixer_api",
"../api:call_api",
+ "../base:rtc_base_approved",
+ "../modules/audio_device",
+ "../modules/audio_processing",
"../system_wrappers",
"../voice_engine",
]
@@ -43,6 +48,7 @@ if (rtc_include_tests) {
]
deps = [
":audio",
+ "../modules/audio_device:mock_audio_device",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | webrtc/audio/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698