Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: webrtc/modules/modules_java_chromium.gyp

Issue 1347083003: Remove the video capture module on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed Android Java files Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/modules_java.gyp ('k') | webrtc/modules/video_capture/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/modules_java_chromium.gyp
diff --git a/webrtc/modules/modules_java_chromium.gyp b/webrtc/modules/modules_java_chromium.gyp
index 247a81d92916e5f15b67e1b82cde8bc408ec1aca..32d2d8d24e8a7526987531d51d225a5c7700545b 100644
--- a/webrtc/modules/modules_java_chromium.gyp
+++ b/webrtc/modules/modules_java_chromium.gyp
@@ -17,17 +17,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',
- },
- 'includes': [ '../../../build/java.gypi' ],
- }, # video_capture_module_java
- {
'target_name': 'video_render_module_java',
'type': 'none',
'variables': {
« no previous file with comments | « webrtc/modules/modules_java.gyp ('k') | webrtc/modules/video_capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698