Remove the 'webrtc_test_video_render_dependencies' target.

This target is no longer needed and is causing linking errors on XCode.

R=andresp@webrtc.org, pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/28519004

Patch from Alexandre Gouaillard <agouaillard@gmail.com>.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7226 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2014-09-18 17:22:18 +00:00
parent 42731bdded
commit c3091a6c26
2 changed files with 0 additions and 35 deletions

View File

@@ -157,39 +157,6 @@
],
},
},
{
# This target is only needed since the video render module builds platform
# specific code and depends on these libraries. This target should be
# removed as soon as the new video API doesn't depend on the module.
# TODO(mflodman) Remove this target as described above.
'target_name': 'webrtc_test_video_render_dependencies',
'type': 'static_library',
'direct_dependent_settings': {
'conditions': [
['OS=="linux"', {
'libraries': [
'-lXext',
'-lX11',
'-lGL',
],
}],
['OS=="android"', {
'libraries' : [
'-lGLESv2', '-llog',
],
}],
['OS=="mac"', {
'xcode_settings' : {
'OTHER_LDFLAGS' : [
'-framework Cocoa',
'-framework OpenGL',
'-framework CoreVideo',
],
},
}],
],
},
},
],
'conditions': [
['include_tests==1', {

View File

@@ -97,7 +97,6 @@
'test/metrics.gyp:metrics',
'test/webrtc_test_common.gyp:webrtc_test_common',
'test/test.gyp:test_main',
'test/webrtc_test_common.gyp:webrtc_test_video_render_dependencies',
'webrtc',
],
'conditions': [
@@ -124,7 +123,6 @@
'modules/modules.gyp:rtp_rtcp',
'test/webrtc_test_common.gyp:webrtc_test_common',
'test/test.gyp:test_main',
'test/webrtc_test_common.gyp:webrtc_test_video_render_dependencies',
'webrtc',
],
'conditions': [