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

Unified Diff: media/media.gyp

Issue 1716503002: Basic media tracks implementation for media stream parsers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | « media/formats/webm/webm_stream_parser.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | 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 825dc8576b727aed9f3f779d9b98ceca14cd0097..5fe1f159e1b3fea9093706346ebd8525e6e2e988 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -363,6 +363,10 @@
'base/media_resources.h',
'base/media_switches.cc',
'base/media_switches.h',
+ 'base/media_track.cc',
+ 'base/media_track.h',
+ 'base/media_tracks.cc',
+ 'base/media_tracks.h',
'base/media_util.cc',
'base/media_util.h',
'base/mime_util.cc',
« no previous file with comments | « media/formats/webm/webm_stream_parser.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698