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

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

Issue 2675033002: [Media Router] Add MediaSink subtypes (Closed)
Patch Set: add TypedMediaSink class Created 3 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 | « no previous file | chrome/browser/media/router/media_sink.h » ('j') | chrome/browser/media/router/media_sink.h » ('J')
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 5de0f258c9b9d071da32acc57bc6bdba3e4c9e43..ecda911426efa0840d87d055db2a2f73d891f795 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -68,6 +68,8 @@ static_library("router") {
"route_message_observer.h",
"route_request_result.cc",
"route_request_result.h",
+ "typed_media_sink.cc",
+ "typed_media_sink.h",
]
if (!is_android) {
@@ -102,6 +104,17 @@ mojom("mojo_bindings") {
public_deps = [
"//mojo/common:common_custom_types",
+ "//url/mojo:url_mojom_gurl",
+ ]
+}
+
+mojom("mojo_test_interfaces") {
+ sources = [
+ "mojo/media_router_traits_test_service.mojom",
+ ]
+
+ public_deps = [
+ ":mojo_bindings",
]
}
@@ -124,6 +137,7 @@ static_library("test_support") {
if (!is_android) {
deps += [
":mojo_bindings",
+ ":mojo_test_interfaces",
"//extensions/common",
]
sources += [
« no previous file with comments | « no previous file | chrome/browser/media/router/media_sink.h » ('j') | chrome/browser/media/router/media_sink.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698