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

Unified Diff: webrtc/test/BUILD.gn

Issue 2717623003: Add the ability to read/write to WAV files in FakeAudioDevice (Closed)
Patch Set: Don't run the thread all the time; add more checks Created 3 years, 9 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 267d1e2d0598386297caf0cd2b4a71fc04e4da24..d8695df35c53dea055ddd3e2084da9b60f9c2a40 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -368,6 +368,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