diff options
author | ajm <ajm@chromium.org> | 2015-09-29 13:59:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-29 21:00:39 +0000 |
commit | 3cb903b207cb69689366bf1cd5ff9e11128151dc (patch) | |
tree | adcae9627aa0cd76025d7e40dac683d5258837ef /media/cast/cast_testing.gypi | |
parent | cbca83b6ea986b6ceebd2f3dc22b0c363ba63ffb (diff) | |
download | chromium_src-3cb903b207cb69689366bf1cd5ff9e11128151dc.zip chromium_src-3cb903b207cb69689366bf1cd5ff9e11128151dc.tar.gz chromium_src-3cb903b207cb69689366bf1cd5ff9e11128151dc.tar.bz2 |
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}
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', |