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:
@ -33,16 +33,6 @@
|
|||||||
'video_capture_impl.h',
|
'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
|
# Default video capture module implementation that only supports external
|
||||||
# capture.
|
# capture.
|
||||||
|
@ -33,16 +33,6 @@
|
|||||||
'video_render_impl.h',
|
'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
|
# Default video_render_module implementation that only supports external
|
||||||
# renders.
|
# renders.
|
||||||
|
Reference in New Issue
Block a user