summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorhalliwell <halliwell@chromium.org>2015-11-23 15:43:58 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 23:44:49 +0000
commitd1e660b8651c5a2f2cc9df600c1196fda730c26d (patch)
tree9708bf80553c4f7bbac7955ba6c91d1f5ec53f48 /chromecast
parentfdcc7d6d62e948cf7e6a556061aabcb95aafd81d (diff)
downloadchromium_src-d1e660b8651c5a2f2cc9df600c1196fda730c26d.zip
chromium_src-d1e660b8651c5a2f2cc9df600c1196fda730c26d.tar.gz
chromium_src-d1e660b8651c5a2f2cc9df600c1196fda730c26d.tar.bz2
[Chromecast] Remove libffmpegsumo dummy
BUG=internal b/21639416 Review URL: https://codereview.chromium.org/1473003002 Cr-Commit-Position: refs/heads/master@{#361220}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/media/BUILD.gn6
-rw-r--r--chromecast/media/empty.cc0
-rw-r--r--chromecast/media/media.gyp7
3 files changed, 0 insertions, 13 deletions
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn
index 2b0e5c8..4c4a87e 100644
--- a/chromecast/media/BUILD.gn
+++ b/chromecast/media/BUILD.gn
@@ -58,9 +58,3 @@ test("cast_media_unittests") {
"//ui/gfx/geometry",
]
}
-
-# TODO(slan): delete this target once Chromecast M44/earlier is obsolete.
-# See: b/21639416
-shared_library("libffmpegsumo") {
- output_name = "libffmpegsumo"
-}
diff --git a/chromecast/media/empty.cc b/chromecast/media/empty.cc
deleted file mode 100644
index e69de29..0000000
--- a/chromecast/media/empty.cc
+++ /dev/null
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index d12e47b..2f6fb61 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -14,13 +14,6 @@
],
},
'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',
'type': '<(component)',