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', {