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

Unified Diff: media/audio/BUILD.gn

Issue 1453233002: Improve input handling for WaveAudioHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Correct typo Created 5 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 | media/audio/simple_sources.cc » ('j') | media/audio/sounds/wav_audio_handler.cc » ('J')
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 eb9129a881cfb98b9047a9a5f6361b0d0908922a..5880aa7c341962935f3c4ad931052992dbcdffbd 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -314,7 +314,7 @@ source_set("unittests") {
]
}
- if (is_chromeos) {
+ if (is_chromeos || is_chromecast) {
sources += [
"sounds/audio_stream_handler_unittest.cc",
"sounds/sounds_manager_unittest.cc",
« no previous file with comments | « no previous file | media/audio/simple_sources.cc » ('j') | media/audio/sounds/wav_audio_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698