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

Unified Diff: chrome/browser/media/router/BUILD.gn

Issue 2138013003: media::mojom::Remoter and CastRemotingConnector/Sender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split-out some interfaces in prep for landing multi-part changes. Created 4 years, 5 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 | « chrome/browser/media/DEPS ('k') | chrome/browser/media/router/media_remoting_connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 5dd8c812edab1cd36dab752b4c06de3802ded65a..7f2cbcf2607b0b6e2ec1b778189e61a53efc775f 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -62,9 +62,15 @@ static_library("router") {
deps += [
":mojo_bindings",
"//extensions/browser",
+ "//media/mojo/interfaces",
"//mojo/public/cpp/bindings",
]
sources += [
+ "media_remoting_connector.cc",
+ "media_remoting_connector.h",
+ "media_remoting_provider.h",
+ "mojo/media_remoting_session_impl.cc",
+ "mojo/media_remoting_session_impl.h",
"mojo/media_route_provider_util_win.cc",
"mojo/media_route_provider_util_win.h",
"mojo/media_router_mojo_impl.cc",
@@ -79,6 +85,7 @@ static_library("router") {
mojom("mojo_bindings") {
sources = [
+ "mojo/media_remoter.mojom",
"mojo/media_router.mojom",
]
« no previous file with comments | « chrome/browser/media/DEPS ('k') | chrome/browser/media/router/media_remoting_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698