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

Unified Diff: webrtc/modules/modules_java_chromium.gyp

Issue 1923613003: Revert of Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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_render/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 ebc53d60ff8ee0d6f36fb0c1ee052c630d666c3d..32d2d8d24e8a7526987531d51d225a5c7700545b 100644
--- a/webrtc/modules/modules_java_chromium.gyp
+++ b/webrtc/modules/modules_java_chromium.gyp
@@ -16,5 +16,13 @@
},
'includes': [ '../../../build/java.gypi' ],
}, # audio_device_module_java
+ {
+ 'target_name': 'video_render_module_java',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': 'video_render/android/java',
+ },
+ 'includes': [ '../../../build/java.gypi' ],
+ }, # video_render_module_java
],
}
« no previous file with comments | « webrtc/modules/modules_java.gyp ('k') | webrtc/modules/video_render/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698