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/webrtc@7226 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/test/webrtc_test_common.gyp b/test/webrtc_test_common.gyp
index 98b9577..71b875d 100644
--- a/test/webrtc_test_common.gyp
+++ b/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_tests.gypi b/webrtc_tests.gypi
index 833fef9..1d862c6 100644
--- a/webrtc_tests.gypi
+++ b/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': [