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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 2363553003: VrShell: implement insecure content warning display (Closed)
Patch Set: dbeam #58/#59: CSS fixes, move icon to separate resource file Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
5 <outputs> 5 <outputs>
6 <output filename="grit/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" 193 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM"
194 file="images/throbber_medium.svg" type="BINDATA" /> 194 file="images/throbber_medium.svg" type="BINDATA" />
195 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" 195 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL"
196 file="images/throbber_small.svg" type="BINDATA" /> 196 file="images/throbber_small.svg" type="BINDATA" />
197 <include name="IDR_WEBUI_IMAGES_TRASH" 197 <include name="IDR_WEBUI_IMAGES_TRASH"
198 file="images/trash.png" type="BINDATA" /> 198 file="images/trash.png" type="BINDATA" />
199 199
200 <if expr="chromeos"> 200 <if expr="chromeos">
201 <part file="cr_elements_images_chromeos.grdp" /> 201 <part file="cr_elements_images_chromeos.grdp" />
202 </if> 202 </if>
203 <if expr="enable_vr_shell">
204 <include name="IDR_WEBUI_IMAGES_I_CIRCLE"
Dan Beam 2016/10/03 20:30:59 btw, you only need to add something to this file i
klausw 2016/10/03 21:28:19 Thanks, removed.
205 file="images/i_circle.svg" type="BINDATA" />
206 </if>
203 </includes> 207 </includes>
204 <structures> 208 <structures>
205 <structure name="IDR_WEBUI_CSS_ACTION_LINK" 209 <structure name="IDR_WEBUI_CSS_ACTION_LINK"
206 file="css/action_link.css" type="chrome_html" /> 210 file="css/action_link.css" type="chrome_html" />
207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 211 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
208 file="css/alert_overlay.css" type="chrome_html" /> 212 file="css/alert_overlay.css" type="chrome_html" />
209 <structure name="IDR_WEBUI_CSS_APPS_COMMON" 213 <structure name="IDR_WEBUI_CSS_APPS_COMMON"
210 file="css/apps/common.css" type="chrome_html" /> 214 file="css/apps/common.css" type="chrome_html" />
211 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR" 215 <structure name="IDR_WEBUI_CSS_APPS_TOPBUTTON_BAR"
212 file="css/apps/topbutton_bar.css" type="chrome_html" /> 216 file="css/apps/topbutton_bar.css" type="chrome_html" />
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 file="js/chromeos/ui_account_tweaks.js" 472 file="js/chromeos/ui_account_tweaks.js"
469 type="chrome_html" /> 473 type="chrome_html" />
470 </if> 474 </if>
471 <part file="cr_elements_resources.grdp" /> 475 <part file="cr_elements_resources.grdp" />
472 <if expr="not is_android"> 476 <if expr="not is_android">
473 <part file="polymer_resources.grdp" /> 477 <part file="polymer_resources.grdp" />
474 </if> 478 </if>
475 </structures> 479 </structures>
476 </release> 480 </release>
477 </grit> 481 </grit>
OLDNEW
« chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc ('K') | « ui/webui/resources/images/i_circle.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698