Remove temporary GYP targets

The Chromium libjingle.gyp has now been updated in
https://codereview.chromium.org/907343002/ and the changes
in https://webrtc-codereview.appspot.com/35099004/ are rolled
into Chromium. Therefore these targets are no longer needed.

BUG=
R=andresp@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#8352}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8352 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2015-02-12 13:38:10 +00:00
parent aafbec15f9
commit e01264306b
2 changed files with 0 additions and 20 deletions

View File

@ -33,16 +33,6 @@
'video_capture_impl.h',
],
},
{
# TODO(kjellander): Remove this target as soon the
# video_capture_module_impl -> video_capture rename has been rolled into
# Chromium and src/third_party/libjingle/libjingle.gyp has been updated.
'target_name': 'video_capture_module_impl',
'type': 'none',
'dependencies': [
'video_capture',
],
},
{
# Default video capture module implementation that only supports external
# capture.

View File

@ -33,16 +33,6 @@
'video_render_impl.h',
],
},
{
# TODO(kjellander): Remove this target as soon the
# video_render_module_impl -> video_render rename has been rolled into
# Chromium and src/third_party/libjingle/libjingle.gyp has been updated.
'target_name': 'video_render_module_impl',
'type': 'none',
'dependencies': [
'video_render',
],
},
{
# Default video_render_module implementation that only supports external
# renders.