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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 2294973002: Create MediaRouterActionController and MediaRouterUIService (Closed)
Patch Set: Address Derek and Mark's comments 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/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 78c2f035345f6a2a52a8d6abeb3289f136d36820..0499a240b1324f98e170970e95d1a6cb5ac8abb6 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1558,6 +1558,8 @@
'chrome_browser_ui_media_router_sources': [
'browser/ui/toolbar/media_router_action.cc',
'browser/ui/toolbar/media_router_action.h',
+ 'browser/ui/toolbar/media_router_action_controller.cc',
mark a. foltz 2016/09/09 17:48:29 FYI, I think all the .gypi in chrome/ have just be
takumif 2016/09/12 19:01:32 Edited BUILD.gn files instead.
+ 'browser/ui/toolbar/media_router_action_controller.h',
'browser/ui/toolbar/media_router_action_platform_delegate.h',
'browser/ui/toolbar/media_router_contextual_menu.cc',
'browser/ui/toolbar/media_router_contextual_menu.h',

Powered by Google App Engine
This is Rietveld 408576698