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

Unified Diff: media/base/BUILD.gn

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Rebased. Created 4 years, 2 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/BUILD.gn ('k') | media/base/media_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..cc8af1c8b49617d9cda7472efac3e94dffa33a39 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -152,6 +152,8 @@ target(link_target_type, "base") {
"media_log.cc",
"media_log.h",
"media_log_event.h",
+ "media_observer.cc",
+ "media_observer.h",
"media_permission.cc",
"media_permission.h",
"media_resources.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 | « media/BUILD.gn ('k') | media/base/media_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698