diff options
author | slan <slan@chromium.org> | 2015-09-19 13:29:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-19 20:30:06 +0000 |
commit | c16f2e9b55e8a4f66b3c97a2f7c9623c568f7b43 (patch) | |
tree | 360d3c3b556e809c9ccddbc94754ccf794be83d5 /chromecast | |
parent | 3e1294ce48a830e28104ef984a9136ef5b64aff8 (diff) | |
download | chromium_src-c16f2e9b55e8a4f66b3c97a2f7c9623c568f7b43.zip chromium_src-c16f2e9b55e8a4f66b3c97a2f7c9623c568f7b43.tar.gz chromium_src-c16f2e9b55e8a4f66b3c97a2f7c9623c568f7b43.tar.bz2 |
Deprecate ffmpegsumo dummy shared library.
slan@ now responsible for deprecating ffmpegsumo.
Bug: b/21639416
BUG=
Review URL: https://codereview.chromium.org/1359573002
Cr-Commit-Position: refs/heads/master@{#349870}
Diffstat (limited to 'chromecast')
-rw-r--r-- | chromecast/media/BUILD.gn | 2 | ||||
-rw-r--r-- | chromecast/media/media.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chromecast/media/BUILD.gn b/chromecast/media/BUILD.gn index 249823a..ac6e869 100644 --- a/chromecast/media/BUILD.gn +++ b/chromecast/media/BUILD.gn @@ -57,7 +57,7 @@ test("cast_media_unittests") { ] } -# TODO(gunsch): delete this target once Chromecast M44/earlier is obsolete. +# 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/media.gyp b/chromecast/media/media.gyp index 6237af1..1c9c7da 100644 --- a/chromecast/media/media.gyp +++ b/chromecast/media/media.gyp @@ -15,7 +15,7 @@ ], }, 'targets': [ - # TODO(gunsch): delete this target once Chromecast M44/earlier is obsolete. + # TODO(slan): delete this target once Chromecast M44/earlier is obsolete. # See: b/21639416 { 'target_name': 'libffmpegsumo', |