Commit 0af11e45 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: adds fake libffmpegsumo target for more graceful internal build.

R=alokp@chromium.org
BUG=b/21639416

Review URL: https://codereview.chromium.org/1165943004

Cr-Commit-Position: refs/heads/master@{#332943}
parent 86b518de
...@@ -51,10 +51,6 @@ ...@@ -51,10 +51,6 @@
'public/video_plane.h', 'public/video_plane.h',
], ],
}, },
# TODO(gunsch): Remove this fake target once it's either added or no
# longer referenced from internal code.
{'target_name': 'cast_media_audio', 'type': 'none'},
{ {
'target_name': 'cast_base', 'target_name': 'cast_base',
'type': '<(component)', 'type': '<(component)',
......
...@@ -10,6 +10,13 @@ ...@@ -10,6 +10,13 @@
'use_default_libcast_media%': 1, 'use_default_libcast_media%': 1,
}, },
'targets': [ 'targets': [
# TODO(gunsch): delete this target once Chromecast M44/earlier is obsolete.
# See: b/21639416
{
'target_name': 'libffmpegsumo',
'type': 'loadable_module',
'sources': ['empty.cc'],
},
{ {
'target_name': 'media_base', 'target_name': 'media_base',
'type': '<(component)', 'type': '<(component)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment