| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index ec5fef0c487c579830d0f7d456392bb332be7899..9f25550e11dacd3133b6cbeaf8c15f1600533036 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1182,10 +1182,11 @@
|
| '../crypto/crypto.gyp:crypto',
|
| ],
|
| 'sources': [
|
| - 'host/audio_capturer.cc',
|
| 'host/audio_capturer.h',
|
| 'host/audio_capturer_linux.cc',
|
| 'host/audio_capturer_mac.cc',
|
| + 'host/audio_capturer_util.cc',
|
| + 'host/audio_capturer_util.h',
|
| 'host/audio_capturer_win.cc',
|
| 'host/audio_scheduler.cc',
|
| 'host/audio_scheduler.h',
|
|
|