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

Unified Diff: chromecast/media/media.gyp

Issue 1165943004: Chromecast: adds fake libffmpegsumo target for more graceful internal build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months 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 f7bdcf0aacfbf6d3487ed7aa996e07d95185084c..74645720d763f43e6f795dbd813218a3fe24d1d5 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -10,6 +10,13 @@
'use_default_libcast_media%': 1,
},
'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',
'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