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

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

Issue 2724513002: (Not for review) Dummy C++ side Custom Controls implementation (Closed)
Patch Set: . 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_route_status_observer.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 5e728ee6b958c0d0b4dcc014ec06ac63b867aa2b..bdc61f24afd1b0fe3279377a2044bf3199aa418f 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -30,6 +30,7 @@ static_library("router") {
"issues_observer.h",
"media_route.cc",
"media_route.h",
+ "media_route_status_observer.h",
"media_router.h",
"media_router_base.cc",
"media_router_base.h",
@@ -51,6 +52,8 @@ static_library("router") {
"media_source.h",
"media_source_helper.cc",
"media_source_helper.h",
+ "media_status.cc",
+ "media_status.h",
"offscreen_presentation_manager.cc",
"offscreen_presentation_manager.h",
"offscreen_presentation_manager_factory.cc",
@@ -87,6 +90,8 @@ static_library("router") {
"media_router_ui_service.h",
"media_router_ui_service_factory.cc",
"media_router_ui_service_factory.h",
+ "mojo/media_route_controller.cc",
+ "mojo/media_route_controller.h",
"mojo/media_route_provider_util_win.cc",
"mojo/media_route_provider_util_win.h",
"mojo/media_router_mojo_impl.cc",
@@ -99,7 +104,9 @@ static_library("router") {
mojom("mojo_bindings") {
sources = [
+ "mojo/media_controller.mojom",
"mojo/media_router.mojom",
+ "mojo/media_status.mojom",
]
public_deps = [
« no previous file with comments | « no previous file | chrome/browser/media/router/media_route_status_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698