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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1820023002: Implementation of chrome://cast page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 66287e29688a3a5c0d41ea78584d2076fc26f01b..ff8a28f4747d5b34f9b08ecd320a5f12bba75a2a 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -728,6 +728,8 @@
'browser/ui/views/select_file_dialog_extension.h',
'browser/ui/views/select_file_dialog_extension_factory.cc',
'browser/ui/views/select_file_dialog_extension_factory.h',
+ 'browser/ui/webui/cast/cast_ui.cc',
+ 'browser/ui/webui/cast/cast_ui.h',
],
# ARC-only sources.
'chrome_browser_ui_chromeos_arc_sources': [
@@ -1516,6 +1518,8 @@
'browser/ui/passwords/manage_passwords_icon.cc',
'browser/ui/passwords/manage_passwords_icon.h',
'browser/ui/web_contents_sizer.mm',
+ 'browser/ui/webui/cast/cast_ui.cc',
+ 'browser/ui/webui/cast/cast_ui.h',
],
'chrome_browser_ui_media_router_sources': [
'browser/ui/toolbar/media_router_action.cc',
@@ -2546,6 +2550,8 @@
'browser/ui/views/network_profile_bubble_view.cc',
'browser/ui/views/uninstall_view.cc',
'browser/ui/views/uninstall_view.h',
+ 'browser/ui/webui/cast/cast_ui.cc',
+ 'browser/ui/webui/cast/cast_ui.h',
'browser/ui/webui/conflicts_ui.cc',
'browser/ui/webui/conflicts_ui.h',
'browser/ui/webui/set_as_default_browser_ui.cc',
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698