diff options
author | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 19:38:07 +0000 |
---|---|---|
committer | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 19:38:07 +0000 |
commit | 677bb0a47d38068702e7a7c7da33f741aaab4bef (patch) | |
tree | 68000557c2b033b7472d2a1d95fa267fdf183bae /remoting/remoting.gyp | |
parent | fe71d3e65e1c2d884e394606441ff161b2a0c036 (diff) | |
download | chromium_src-677bb0a47d38068702e7a7c7da33f741aaab4bef.zip chromium_src-677bb0a47d38068702e7a7c7da33f741aaab4bef.tar.gz chromium_src-677bb0a47d38068702e7a7c7da33f741aaab4bef.tar.bz2 |
Piping for host-side audio capture
Review URL: https://chromiumcodereview.appspot.com/10692082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index fddc6d1..d2734fa 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1106,6 +1106,10 @@ '../crypto/crypto.gyp:crypto', ], 'sources': [ + 'host/audio_capturer.cc', + 'host/audio_capturer.h', + 'host/audio_scheduler.cc', + 'host/audio_scheduler.h', 'host/capturer.h', 'host/capturer_helper.cc', 'host/capturer_helper.h', |