commit | 3cb903b207cb69689366bf1cd5ff9e11128151dc | [log] [tgz] |
---|---|---|
author | ajm <[email protected]> | Tue Sep 29 20:59:54 2015 |
committer | Commit bot <[email protected]> | Tue Sep 29 21:00:39 2015 |
tree | adcae9627aa0cd76025d7e40dac683d5258837ef | |
parent | cbca83b6ea986b6ceebd2f3dc22b0c363ba63ffb [diff] [blame] |
Re-land attempt 2: Add localized default audio device names. Original CL here: https://codereview.chromium.org/1339183002/ First re-land attempt here: https://codereview.chromium.org/1362093002 The first attempt failed due to a an audio_manager test that expects the default device name to not be reused. This was failing on platforms with more than one class of default device (e.g. the communications device on Windows). Fix in PS#2 courtesy of guidou. PS#1 is identical to the first re-land attempt. TBR=thakis BUG=497001,537107 Review URL: https://codereview.chromium.org/1374993003 Cr-Commit-Position: refs/heads/master@{#351395}
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index bd3f0b3..ec5c092 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi
@@ -281,6 +281,7 @@ 'dependencies': [ 'common_net', '../components/components.gyp:dom_distiller_content_renderer', + '../media/media.gyp:media', ], }], ['disable_nacl!=1', {