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

Unified Diff: webrtc/call/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 | « webrtc/audio/audio_transport_proxy.cc ('k') | webrtc/call/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 98ea9bcae8376fa52b1c4071e305d55214c9978f..ad20f340fc0b2e581e40cd6c7554f37a3575ef9e 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -21,9 +21,12 @@ rtc_static_library("call") {
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
+ public_deps = [
+ "../api:call_api",
+ ]
+
deps = [
"..:webrtc_common",
- "../api:call_api",
"../audio",
"../base:rtc_task_queue",
"../logging:rtc_event_log_impl",
@@ -46,6 +49,7 @@ if (rtc_include_tests) {
]
deps = [
":call",
+ "../modules/audio_device:mock_audio_device",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « webrtc/audio/audio_transport_proxy.cc ('k') | webrtc/call/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698