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

Unified Diff: media/media.gyp

Issue 1453233002: Improve input handling for WaveAudioHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: More comments, more test cases. 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d0c3f78b4cfc3fb7fefa626955ef3f47ee3eea3a..f9e39b9bbe33b7e3d5dc28749b0fe490652ddeee 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1540,7 +1540,7 @@
'audio/mac/audio_low_latency_input_mac_unittest.cc',
],
}],
- ['chromeos==1', {
+ ['chromeos==1 or chromecast==1', {
'sources': [
'audio/sounds/audio_stream_handler_unittest.cc',
'audio/sounds/sounds_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698