Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: media/media.gyp

Issue 2966005: Add recording capability to AudioManager, and implemented on windows using the WaveIn APIs. (Closed)
Patch Set: Patch Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/win/wavein_input_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 11f5d34218da7ab4a829543b58b473180c5fd6b3..86966d6ac31370c4a428226b2449e55adcfbef75 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -43,6 +43,8 @@
'audio/simple_sources.h',
'audio/win/audio_manager_win.h',
'audio/win/audio_manager_win.cc',
+ 'audio/win/wavein_input_win.cc',
+ 'audio/win/wavein_input_win.h',
'audio/win/waveout_output_win.cc',
'audio/win/waveout_output_win.h',
'base/buffers.cc',
@@ -191,6 +193,7 @@
'audio/linux/alsa_output_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',
« no previous file with comments | « media/audio/win/wavein_input_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698