Revert 4211 "Build all java files into jar for each module on An..."
Reason for revert: behold the meltdown of the "trunk" bots on http://build.chromium.org/p/chromium.webrtc.fyi/waterfall Turns out that include in gyp is fraught with peril: https://code.google.com/p/gyp/wiki/InputFormatReference#Including_Other_Files > Build all java files into jar for each module on Android > > BUG= > R=fischman@webrtc.org, niklas.enbom@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/1636004 > > Patch from Jeremy Mao <yujie.mao@intel.com>. TBR=fischman@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/1660005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4222 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
20a993f88a
commit
dd97ef4e28
@ -182,18 +182,6 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="android"', {
|
|
||||||
'targets': [
|
|
||||||
{
|
|
||||||
'target_name': 'audio_device_module_java',
|
|
||||||
'type': 'none',
|
|
||||||
'variables': {
|
|
||||||
'java_in_dir': 'android/java',
|
|
||||||
},
|
|
||||||
'includes': [ '../../../build/java.gypi' ],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
['include_tests==1', {
|
['include_tests==1', {
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
|
@ -121,21 +121,6 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="android"', {
|
|
||||||
'targets': [
|
|
||||||
{
|
|
||||||
'target_name': 'video_capture_module_java',
|
|
||||||
'type': 'none',
|
|
||||||
'variables': {
|
|
||||||
'java_in_dir': 'android/java',
|
|
||||||
},
|
|
||||||
'dependencies': [
|
|
||||||
'video_render_module_java',
|
|
||||||
],
|
|
||||||
'includes': [ '../../../build/java.gypi' ],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
['include_tests==1', {
|
['include_tests==1', {
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
|
@ -154,18 +154,6 @@
|
|||||||
], # targets
|
], # targets
|
||||||
|
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS=="android"', {
|
|
||||||
'targets': [
|
|
||||||
{
|
|
||||||
'target_name': 'video_render_module_java',
|
|
||||||
'type': 'none',
|
|
||||||
'variables': {
|
|
||||||
'java_in_dir': 'android/java',
|
|
||||||
},
|
|
||||||
'includes': [ '../../../build/java.gypi' ],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
['include_internal_video_render==1', {
|
['include_internal_video_render==1', {
|
||||||
'defines': ['WEBRTC_INCLUDE_INTERNAL_VIDEO_RENDER',],
|
'defines': ['WEBRTC_INCLUDE_INTERNAL_VIDEO_RENDER',],
|
||||||
}],
|
}],
|
||||||
|
@ -20,9 +20,15 @@
|
|||||||
{
|
{
|
||||||
# TODO(leozwang): Convert building of the demo to a proper GYP target
|
# TODO(leozwang): Convert building of the demo to a proper GYP target
|
||||||
# so this action and the custom build script is not needed.
|
# so this action and the custom build script is not needed.
|
||||||
# (http://crbug.com/255101)
|
|
||||||
'action_name': 'build_video_demo_apk',
|
'action_name': 'build_video_demo_apk',
|
||||||
'inputs' : [
|
'inputs' : [
|
||||||
|
'<(webrtc_root)/modules/audio_device/android/org/webrtc/voiceengine/WebRTCAudioDevice.java',
|
||||||
|
'<(webrtc_root)/modules/video_capture/android/java/org/webrtc/videoengine/CaptureCapabilityAndroid.java',
|
||||||
|
'<(webrtc_root)/modules/video_capture/android/java/org/webrtc/videoengine/VideoCaptureAndroid.java',
|
||||||
|
'<(webrtc_root)/modules/video_capture/android/java/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java',
|
||||||
|
'<(webrtc_root)/modules/video_render/android/java/org/webrtc/videoengine/ViEAndroidGLES20.java',
|
||||||
|
'<(webrtc_root)/modules/video_render/android/java/org/webrtc/videoengine/ViERenderer.java',
|
||||||
|
'<(webrtc_root)/modules/video_render/android/java/org/webrtc/videoengine/ViESurfaceRenderer.java',
|
||||||
'<(webrtc_root)/video_engine/test/android/src/org/webrtc/videoengine/ViEMediaCodecDecoder.java',
|
'<(webrtc_root)/video_engine/test/android/src/org/webrtc/videoengine/ViEMediaCodecDecoder.java',
|
||||||
'<(webrtc_root)/video_engine/test/android/src/org/webrtc/videoengineapp/IViEAndroidCallback.java',
|
'<(webrtc_root)/video_engine/test/android/src/org/webrtc/videoengineapp/IViEAndroidCallback.java',
|
||||||
'<(webrtc_root)/video_engine/test/android/src/org/webrtc/videoengineapp/ViEAndroidJavaAPI.java',
|
'<(webrtc_root)/video_engine/test/android/src/org/webrtc/videoengineapp/ViEAndroidJavaAPI.java',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user