summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-12 20:11:04 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-12 20:11:04 +0000
commitd3dd31fb151f067389f3423ee6de09f8c5251ed9 (patch)
tree9d71cc5598bdfad7b3c0b7398002c5f4895ad1a1 /media/media.gyp
parent1ff23609a28bf25c97219b29e1ca3ca5b0d5c699 (diff)
downloadchromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.zip
chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.tar.gz
chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.tar.bz2
Rename a header and some methods to make way for subsequent audio recording additions.
Renaming audio_output.h to audio_io.h as future patches will add audio recording code to this file. Also renamed a couple of methods to make it clear that these are for audio playback/output and similar methods will be added for audio capture/recording soon. BUG=none TEST=no change in functionality. Review URL: http://codereview.chromium.org/2962006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 1aeb44b2..11f5d34 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -20,7 +20,7 @@
],
'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593',
'sources': [
- 'audio/audio_output.h',
+ 'audio/audio_io.h',
'audio/audio_output_controller.cc',
'audio/audio_output_controller.h',
'audio/audio_util.cc',
@@ -42,7 +42,7 @@
'audio/simple_sources.cc',
'audio/simple_sources.h',
'audio/win/audio_manager_win.h',
- 'audio/win/audio_output_win.cc',
+ 'audio/win/audio_manager_win.cc',
'audio/win/waveout_output_win.cc',
'audio/win/waveout_output_win.h',
'base/buffers.cc',