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

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

Issue 2949933002: [Media Router] Factor extension-related logic out of MediaRouterMojoImpl (Closed)
Patch Set: Remove includes Created 3 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 | « no previous file | chrome/browser/media/router/event_page_request_manager.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 0855d4f90a5360694f048e92c0fab01c7deb3161..7218231160a9f27d0114f45c4be428f9898677d7 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -71,6 +71,11 @@ static_library("router") {
"//mojo/public/cpp/bindings",
]
sources += [
+ "event_page_request_manager.cc",
+ "event_page_request_manager.h",
+ "event_page_request_manager_factory.cc",
+ "event_page_request_manager_factory.h",
+
# TODO(crbug.com/646627): Move media_router_ui_service* to
# chrome/browser/ui/.
"media_router_ui_service.cc",
« no previous file with comments | « no previous file | chrome/browser/media/router/event_page_request_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698