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

Unified Diff: media/audio/BUILD.gn

Issue 2611063003: Fix issue with audio input streams where an error would not be reported (Closed)
Patch Set: Created 3 years, 11 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 | media/audio/audio_input_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index b2e4514d1283db1421ca7052cdea9bda84fc8302..77afc2c11f7951205bd7b50027212a48c317e97a 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -302,6 +302,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"audio_input_controller_unittest.cc",
+ "audio_input_device_unittest.cc",
"audio_input_unittest.cc",
"audio_manager_unittest.cc",
"audio_output_controller_unittest.cc",
« no previous file with comments | « no previous file | media/audio/audio_input_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698