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

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: Address comments 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
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",

Powered by Google App Engine
This is Rietveld 408576698