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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2294973002: Create MediaRouterActionController and MediaRouterUIService (Closed)
Patch Set: Modify BUILD.gn files, rebase Created 4 years, 3 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index f64c32d75c7dd522329e0cb2cdd899d818e461d7..7c3fe415b2cf719bccf11207e675a6b0736c1287 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3253,6 +3253,8 @@ split_static_library("ui") {
sources += [
"toolbar/media_router_action.cc",
"toolbar/media_router_action.h",
+ "toolbar/media_router_action_controller.cc",
+ "toolbar/media_router_action_controller.h",
"toolbar/media_router_action_platform_delegate.h",
"toolbar/media_router_contextual_menu.cc",
"toolbar/media_router_contextual_menu.h",

Powered by Google App Engine
This is Rietveld 408576698