summaryrefslogtreecommitdiff
path: root/common_audio/resampler/resampler.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio/resampler/resampler.gypi')
-rw-r--r--common_audio/resampler/resampler.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/common_audio/resampler/resampler.gypi b/common_audio/resampler/resampler.gypi
index ac429eef..86d99032 100644
--- a/common_audio/resampler/resampler.gypi
+++ b/common_audio/resampler/resampler.gypi
@@ -23,7 +23,13 @@
],
},
'sources': [
+ # TODO(ajm): Adding audio_util here for now. We should transition
+ # to having a single common_audio target.
+ '../audio_util.cc',
+ '../include/audio_util.h',
+ 'include/push_resampler.h',
'include/resampler.h',
+ 'push_resampler.cc',
'push_sinc_resampler.cc',
'push_sinc_resampler.h',
'resampler.cc',
@@ -45,7 +51,9 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
+ '../audio_util_unittest.cc',
'resampler_unittest.cc',
+ 'push_resampler_unittest.cc',
'push_sinc_resampler_unittest.cc',
'sinc_resampler_unittest.cc',
'sinusoidal_linear_chirp_source.cc',