diff options
author | ajm <ajm@chromium.org> | 2015-09-21 17:04:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-22 00:04:52 +0000 |
commit | 943e1b33dac970c6a970d085b66c5c526d6b9870 (patch) | |
tree | 67423d0ed60e3ba1de207be3a3734dbdb74f9639 /media/cast/cast_testing.gypi | |
parent | 9b954862a514954eee708cb8e172905002324a0b (diff) | |
download | chromium_src-943e1b33dac970c6a970d085b66c5c526d6b9870.zip chromium_src-943e1b33dac970c6a970d085b66c5c526d6b9870.tar.gz chromium_src-943e1b33dac970c6a970d085b66c5c526d6b9870.tar.bz2 |
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}
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r-- | media/cast/cast_testing.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
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', |