Commit d1e660b8 authored by halliwell's avatar halliwell Committed by Commit bot

[Chromecast] Remove libffmpegsumo dummy

BUG=internal b/21639416

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

Cr-Commit-Position: refs/heads/master@{#361220}
parent fdcc7d6d
...@@ -58,9 +58,3 @@ test("cast_media_unittests") { ...@@ -58,9 +58,3 @@ test("cast_media_unittests") {
"//ui/gfx/geometry", "//ui/gfx/geometry",
] ]
} }
# TODO(slan): delete this target once Chromecast M44/earlier is obsolete.
# See: b/21639416
shared_library("libffmpegsumo") {
output_name = "libffmpegsumo"
}
...@@ -14,13 +14,6 @@ ...@@ -14,13 +14,6 @@
], ],
}, },
'targets': [ 'targets': [
# TODO(slan): delete this target once Chromecast M44/earlier is obsolete.
# See: b/21639416
{
'target_name': 'libffmpegsumo',
'type': 'loadable_module',
'sources': ['empty.cc'],
},
{ {
'target_name': 'media_audio', 'target_name': 'media_audio',
'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