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

Unified Diff: chrome/browser/browser_resources.grd

Issue 1820023002: Implementation of chrome://cast page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a TODO(crbug.com/597778) comment. 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 | « no previous file | chrome/browser/resources/cast/OWNERS » ('j') | chrome/browser/resources/cast/cast.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 842f14cb2542768563e07f7da513e64b76a3c6d8..89583b1523c007acf8e3238947fbf4a53066b187 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -513,6 +513,12 @@
<if expr="enable_media_router">
<part file="media_router_resources.grdp" />
</if>
+ <if expr="enable_media_router and (chromeos or is_win or is_macosx)">
+ <include name="IDR_CAST_HTML" file="resources\cast\cast.html" type="BINDATA" />
+ <include name="IDR_CAST_CSS" file="resources\cast\cast.css" type="BINDATA" />
+ <include name="IDR_CAST_JS" file="resources\cast\cast.js" type="BINDATA" />
+ <include name="IDR_CAST_FAVICON" file="resources\cast\cast_favicon.ico" type="BINDATA" />
+ </if>
<if expr="not is_android and not is_ios and not chromeos">
<include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_window_close.png" type="BINDATA" />
<include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_window_close_click.png" type="BINDATA" />
« no previous file with comments | « no previous file | chrome/browser/resources/cast/OWNERS » ('j') | chrome/browser/resources/cast/cast.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698