| Index: webrtc/modules/modules.gyp
|
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
|
| index fc0673acecf242d15cc3f3c23345975f9628cc7b..c51c5e6f9cae32406459b865627c44bddea25218 100644
|
| --- a/webrtc/modules/modules.gyp
|
| +++ b/webrtc/modules/modules.gyp
|
| @@ -64,7 +64,6 @@
|
| 'bwe_simulator',
|
| 'cng',
|
| 'desktop_capture',
|
| - 'isac',
|
| 'isac_fix',
|
| 'media_file',
|
| 'neteq',
|
| @@ -352,10 +351,16 @@
|
| ],
|
| }],
|
| ['OS=="ios"', {
|
| + 'sources': [
|
| + 'audio_device/ios/audio_device_unittest_ios.cc',
|
| + ],
|
| 'mac_bundle_resources': [
|
| '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
|
| '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
|
| '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
|
| + '<(DEPTH)/resources/audio_device/audio_short16.pcm',
|
| + '<(DEPTH)/resources/audio_device/audio_short44.pcm',
|
| + '<(DEPTH)/resources/audio_device/audio_short48.pcm',
|
| '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat',
|
| '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat',
|
| '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat',
|
|
|