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

Unified Diff: media/media.gyp

Issue 151120: OLA Algorithm and test shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/filters/audio_renderer_algorithm_ola.cc ('k') | media/tools/wav_ola_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
===================================================================
--- media/media.gyp (revision 19880)
+++ media/media.gyp (working copy)
@@ -76,6 +76,8 @@
'filters/audio_renderer_algorithm_base.h',
'filters/audio_renderer_algorithm_default.cc',
'filters/audio_renderer_algorithm_default.h',
+ 'filters/audio_renderer_algorithm_ola.cc',
+ 'filters/audio_renderer_algorithm_ola.h',
'filters/audio_renderer_base.cc',
'filters/audio_renderer_base.h',
'filters/audio_renderer_impl.cc',
@@ -192,6 +194,16 @@
'bench/bench.cc',
],
},
+ {
+ 'target_name': 'wav_ola_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'media',
+ ],
+ 'sources': [
+ 'tools/wav_ola_test.cc'
+ ],
+ },
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « media/filters/audio_renderer_algorithm_ola.cc ('k') | media/tools/wav_ola_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698