diff --git a/webrtc/test/webrtc_test_common.gyp b/webrtc/test/webrtc_test_common.gyp index 98b95774eb..71b875d1ba 100644 --- a/webrtc/test/webrtc_test_common.gyp +++ b/webrtc/test/webrtc_test_common.gyp @@ -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', { diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi index 833fef9f50..1d862c654b 100644 --- a/webrtc/webrtc_tests.gypi +++ b/webrtc/webrtc_tests.gypi @@ -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': [