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

Unified Diff: media/media.gyp

Issue 523283002: media: Introduce DemuxerStreamProvider interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« media/base/demuxer_stream_provider.h ('K') | « media/filters/renderer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 71242666b7c665bd6af08c51b187190979576877..679b15e852c28b13a8c06ade6c4cf3571bad3673 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -277,6 +277,8 @@
'base/demuxer.h',
'base/demuxer_stream.cc',
'base/demuxer_stream.h',
+ 'base/demuxer_stream_provider.cc',
+ 'base/demuxer_stream_provider.h',
'base/djb2.cc',
'base/djb2.h',
'base/keyboard_event_counter.cc',
« media/base/demuxer_stream_provider.h ('K') | « media/filters/renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698