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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2469743002: Passed AudioMixer to AudioState::Config. (Closed)
Patch Set: 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') | webrtc/audio/audio_state.cc » ('J')
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 e1d583f8e5a35d7c8a3758a5915772bf27fef9f4..e89350e89ae25e805f6de0944d59ef5488e2b538 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -48,7 +48,9 @@ if (rtc_include_tests) {
]
deps = [
":audio",
+ "../base:rtc_base_approved",
aleloi 2016/11/14 16:39:58 Missed dep according to GN.
"../modules/audio_device:mock_audio_device",
+ "../test:test_common",
aleloi 2016/11/14 16:39:58 For including mock_voice_engine.
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | webrtc/audio/DEPS » ('j') | webrtc/audio/audio_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698