Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: chromecast/media/media.gyp

Issue 1473003002: [Chromecast] Remove libffmpegsumo dummy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/media/empty.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index d12e47baca4bfeb4f3760f8f73b0f89e0e4dbb26..2f6fb61072764a5c2e340b5d0a25cacdd66c93f2 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)',
« no previous file with comments | « chromecast/media/empty.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698