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

Unified Diff: media/base/BUILD.gn

Issue 2204673004: WIP - WebMediaPlayer switch media renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and some fixes. Created 4 years, 3 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 | « content/renderer/render_frame_impl.cc ('k') | media/base/mediaplayer_observer.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 0c3ad22e1900416492f5a3516dd10457ff1e99f9..be07bf603e98767a10012da933fae95fb5457885 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -166,6 +166,8 @@ target(link_target_type, "base") {
"media_url_demuxer.h",
"media_util.cc",
"media_util.h",
+ "mediaplayer_observer.cc",
+ "mediaplayer_observer.h",
"mime_util.cc",
"mime_util.h",
"mime_util_internal.cc",
@@ -181,6 +183,7 @@ target(link_target_type, "base") {
"pipeline.h",
"pipeline_impl.cc",
"pipeline_impl.h",
+ "pipeline_metadata.cc",
"pipeline_metadata.h",
"pipeline_status.h",
"player_tracker.cc",
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/base/mediaplayer_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698