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

Unified Diff: webrtc/api/BUILD.gn

Issue 2520323002: Created an AudioMixer mock in webrtc/api/test. (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/api/test/mock_audio_mixer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | webrtc/api/test/mock_audio_mixer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698