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

Unified Diff: media/base/BUILD.gn

Issue 1735803002: Implemented passing media track info from ffmpeg into blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wolenetz@ CR feedback + better track info extraction in ffmpeg 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 | « chromecast/media/cma/test/frame_segmenter_for_test.cc ('k') | media/base/demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 7e816e3a26ce5798951c1f3dd1ebb5a7f53ee8af..f08a60139fb16bf0ef6a6d3924259890df7221e6 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -126,6 +126,10 @@ source_set("base") {
"media_resources.h",
"media_switches.cc",
"media_switches.h",
+ "media_track.cc",
+ "media_track.h",
+ "media_tracks.cc",
+ "media_tracks.h",
"media_util.cc",
"media_util.h",
"mime_util.cc",
« no previous file with comments | « chromecast/media/cma/test/frame_segmenter_for_test.cc ('k') | media/base/demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698