Delete video_render module.

BUG=webrtc:5817

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

Cr-Commit-Position: refs/heads/master@{#12526}
This commit is contained in:
nisse
2016-04-27 02:52:19 -07:00
committed by Commit bot
parent e5a87a5974
commit 97cfd1ec05
79 changed files with 4 additions and 15144 deletions

View File

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