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

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

Issue 1077963002: Revert of [Media Router] Design MediaRouter interface with stub implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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.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 75217f0a9aa7e2140313a98ce5a3c496ffa1ac51..81bc6a87204a90b24e644f05ed720991c3ce647d 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -7,25 +7,14 @@
source_set("router") {
deps = [
"//base",
- "//components/keyed_service/content",
- "//components/keyed_service/core",
"//url",
]
sources = [
"media_route.cc",
"media_route.h",
"media_route_id.h",
- "media_router.h",
- "media_router_impl.cc",
- "media_router_impl.h",
- "media_router_impl_factory.cc",
- "media_router_impl_factory.h",
- "media_routes_observer.cc",
- "media_routes_observer.h",
"media_sink.cc",
"media_sink.h",
- "media_sinks_observer.cc",
- "media_sinks_observer.h",
"media_source.cc",
"media_source.h",
"media_source_helper.cc",
« no previous file with comments | « no previous file | chrome/browser/media/router/media_route.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698