diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 16:16:49 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 16:16:49 +0000 |
commit | 3af7229b4f97f17b4f2aee34bd3ef3af7fd16e50 (patch) | |
tree | 3b19af016ec61763cbe6e4f5c925a5fbd3ac0c64 /media/media.gyp | |
parent | 4f8452d18c71301f141795eb95a9c2e0a8358aaf (diff) | |
download | chromium_src-3af7229b4f97f17b4f2aee34bd3ef3af7fd16e50.zip chromium_src-3af7229b4f97f17b4f2aee34bd3ef3af7fd16e50.tar.gz chromium_src-3af7229b4f97f17b4f2aee34bd3ef3af7fd16e50.tar.bz2 |
This test now works for the mac audio capture code as well, and in a future CL I'll enable audio recording in linux and this test will suit that code too.
In the process I changed a uint32 in a function prototype to int because style guide recommends int for such cases. I also added parameter validation code to the mac audio manager to get it pass this new test.
BUG=none
TEST=media_unittests should succeed as before.
Review URL: http://codereview.chromium.org/3357004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58365 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/media.gyp b/media/media.gyp index 6b56922..70e7c26 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -238,14 +238,13 @@ ], 'sources': [ 'audio/audio_input_controller_unittest.cc', + 'audio/audio_input_unittest.cc', 'audio/audio_output_controller_unittest.cc', 'audio/audio_util_unittest.cc', 'audio/fake_audio_input_stream_unittest.cc', 'audio/linux/alsa_output_unittest.cc', - 'audio/mac/audio_input_mac_unittest.cc', 'audio/mac/audio_output_mac_unittest.cc', 'audio/simple_sources_unittest.cc', - 'audio/win/audio_input_win_unittest.cc', 'audio/win/audio_output_win_unittest.cc', 'base/clock_impl_unittest.cc', 'base/data_buffer_unittest.cc', |