From 943e1b33dac970c6a970d085b66c5c526d6b9870 Mon Sep 17 00:00:00 2001 From: ajm Date: Mon, 21 Sep 2015 17:04:08 -0700 Subject: Add localized default audio device names. Add localized strings for the default audio device, the communications device on Windows and the beamforming virtual input devices on ChromeOS. Since the media layer can't access Chrome's resource bundle directly, this adds an indirect mechanism modeled on net/base/net_module.h. BUG=497001 TEST=The correct "Default" name appears on Linux in Chrome settings. On a Swanky (which has beamforming support), the correct virtual device names appear in both Chrome settings and the Hangouts settings dialog. Review URL: https://codereview.chromium.org/1339183002 Cr-Commit-Position: refs/heads/master@{#350070} --- media/cast/cast_testing.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'media/cast/cast_testing.gypi') diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi index 9e439e0..d45bd82 100644 --- a/media/cast/cast_testing.gypi +++ b/media/cast/cast_testing.gypi @@ -68,6 +68,7 @@ # the tools compile correctly. 'cast_tools', '<(DEPTH)/base/base.gyp:test_support_base', + '<(DEPTH)/media/media.gyp:media_test_support', '<(DEPTH)/net/net.gyp:net', '<(DEPTH)/testing/gmock.gyp:gmock', '<(DEPTH)/testing/gtest.gyp:gtest', -- cgit v1.1