Index: webrtc/api/BUILD.gn |
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
index e3851828d291308e37968167c3b191cc656380b1..67895070b9c60f60b21a57b85d5fd70c41c9e60d 100644 |
--- a/webrtc/api/BUILD.gn |
+++ b/webrtc/api/BUILD.gn |
@@ -465,6 +465,21 @@ if (rtc_include_tests) { |
} |
} |
+ rtc_source_set("mock_audio_mixer") { |
+ testonly = true |
+ sources = [ |
+ "test/mock_audio_mixer.h", |
+ ] |
+ |
+ public_deps = [ |
+ ":audio_mixer_api", |
+ ] |
+ |
+ deps = [ |
+ "//testing/gmock", |
+ ] |
+ } |
+ |
if (is_android) { |
instrumentation_test_apk("libjingle_peerconnection_android_unittest") { |
apk_name = "libjingle_peerconnection_android_unittest" |