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

Unified Diff: webrtc/test/BUILD.gn

Issue 2717623003: Add the ability to read/write to WAV files in FakeAudioDevice (Closed)
Patch Set: Created 3 years, 10 months 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/test/DEPS » ('j') | webrtc/test/file_audio_device.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index a4c018524f5267199840b71bf0ca87f762e9fe1b..aca85daa8e17bf5b40c061c7d217460d92d1f801 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -351,6 +351,8 @@ rtc_source_set("test_common") {
"fake_encoder.cc",
"fake_encoder.h",
"fake_videorenderer.h",
+ "file_audio_device.cc",
+ "file_audio_device.h",
"layer_filtering_transport.cc",
"layer_filtering_transport.h",
"mock_transport.h",
« no previous file with comments | « no previous file | webrtc/test/DEPS » ('j') | webrtc/test/file_audio_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698