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

Unified Diff: webrtc/call/BUILD.gn

Issue 2469743002: Passed AudioMixer to AudioState::Config. (Closed)
Patch Set: Rebase. GYP 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_state_unittest.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 ad20f340fc0b2e581e40cd6c7554f37a3575ef9e..d77dfc6b6043dd62da08714bd6d3c96920a564ca 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -49,7 +49,10 @@ if (rtc_include_tests) {
]
deps = [
":call",
+ "../base:rtc_base_approved",
"../modules/audio_device:mock_audio_device",
+ "../modules/audio_mixer",
+ "../test:test_common",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « webrtc/audio/audio_state_unittest.cc ('k') | webrtc/call/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698