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

Unified Diff: media/media.gyp

Issue 115693004: Added volume adjust sound behind the flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 7 years 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
« media/audio/sounds/wav_parser.cc ('K') | « media/audio/sounds/wav_reader.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 fb844de78b8dfcd7121be508d09ef00e6bee3386..9beedfe182904663181f4abb18517e21d4b36e7c 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -176,8 +176,10 @@
'audio/sounds/audio_stream_handler.h',
'audio/sounds/sounds_manager.cc',
'audio/sounds/sounds_manager.h',
- 'audio/sounds/wav_audio_handler.cc',
- 'audio/sounds/wav_audio_handler.h',
+ 'audio/sounds/wav_parser.cc',
+ 'audio/sounds/wav_parser.h',
+ 'audio/sounds/wav_reader.cc',
+ 'audio/sounds/wav_reader.h',
'audio/virtual_audio_input_stream.cc',
'audio/virtual_audio_input_stream.h',
'audio/virtual_audio_output_stream.cc',
@@ -915,7 +917,7 @@
'audio/sounds/sounds_manager_unittest.cc',
'audio/sounds/test_data.cc',
'audio/sounds/test_data.h',
- 'audio/sounds/wav_audio_handler_unittest.cc',
+ 'audio/sounds/wav_parser_unittest.cc',
'audio/virtual_audio_input_stream_unittest.cc',
'audio/virtual_audio_output_stream_unittest.cc',
'audio/win/audio_device_listener_win_unittest.cc',
« media/audio/sounds/wav_parser.cc ('K') | « media/audio/sounds/wav_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698