Remove the video capture module on Android.

Video capture for android is now implemented in talk/app/webrtc/androidvideocapturer.h

BUG=webrtc:4475

Review URL: https://codereview.webrtc.org/1347083003

Cr-Commit-Position: refs/heads/master@{#9995}
This commit is contained in:
perkj
2015-09-21 01:46:33 -07:00
committed by Commit bot
parent 8902433a43
commit 35d1767cc3
18 changed files with 15 additions and 1781 deletions

View File

@ -18,18 +18,6 @@
'includes': [ '../../build/java.gypi' ],
}, # audio_device_module_java
{
'target_name': 'video_capture_module_java',
'type': 'none',
'dependencies': [
'video_render_module_java',
],
'variables': {
'java_in_dir': 'video_capture/android/java',
'additional_src_dirs': [ '../base/java/src', ],
},
'includes': [ '../../build/java.gypi' ],
}, # video_capture_module_java
{
'target_name': 'video_render_module_java',
'type': 'none',