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

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: 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 | « no previous file | chrome/browser/resources/cast/OWNERS » ('j') | no next file with comments »
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 b258fc67264d4bf509d3ec642c272351e8029d72..013ffe641ad43ed71035100fba14b0683a343507 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -512,6 +512,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698