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

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

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Address some comments. Created 4 years 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
« no previous file with comments | « ui/webui/resources/images/vr_reload.svg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 file="images/google_logo.svg" type="BINDATA" /> 190 file="images/google_logo.svg" type="BINDATA" />
191 <include name="IDR_WEBUI_IMAGES_SELECT" 191 <include name="IDR_WEBUI_IMAGES_SELECT"
192 file="images/select.png" type="BINDATA" /> 192 file="images/select.png" type="BINDATA" />
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 <include name="IDR_VR_SHELL_UI_IMAGE_BACK"
cjgrant 2016/12/06 15:52:00 I hope to conditionally include these, after confi
201 file="images/back.svg" type="BINDATA" />
202 <include name="IDR_VR_SHELL_UI_IMAGE_INFO"
203 file="images/info.svg" type="BINDATA" />
204 <include name="IDR_VR_SHELL_UI_IMAGE_LOCK"
205 file="images/lock.svg" type="BINDATA" />
206 <include name="IDR_VR_SHELL_UI_IMAGE_RELOAD"
207 file="images/reload.svg" type="BINDATA" />
208 <include name="IDR_VR_SHELL_UI_IMAGE_WARNING"
209 file="images/warning.svg" type="BINDATA" />
210
200 <if expr="chromeos"> 211 <if expr="chromeos">
201 <part file="cr_elements_images_chromeos.grdp" /> 212 <part file="cr_elements_images_chromeos.grdp" />
202 </if> 213 </if>
203 </includes> 214 </includes>
204 <structures> 215 <structures>
205 <structure name="IDR_WEBUI_CSS_ACTION_LINK" 216 <structure name="IDR_WEBUI_CSS_ACTION_LINK"
206 file="css/action_link.css" type="chrome_html" /> 217 file="css/action_link.css" type="chrome_html" />
207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 218 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
208 file="css/alert_overlay.css" type="chrome_html" /> 219 file="css/alert_overlay.css" type="chrome_html" />
209 <structure name="IDR_WEBUI_CSS_APPS_COMMON" 220 <structure name="IDR_WEBUI_CSS_APPS_COMMON"
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 file="js/chromeos/ui_account_tweaks.js" 484 file="js/chromeos/ui_account_tweaks.js"
474 type="chrome_html" /> 485 type="chrome_html" />
475 </if> 486 </if>
476 <if expr="not is_android"> 487 <if expr="not is_android">
477 <part file="cr_elements_resources.grdp" /> 488 <part file="cr_elements_resources.grdp" />
478 <part file="polymer_resources.grdp" /> 489 <part file="polymer_resources.grdp" />
479 </if> 490 </if>
480 </structures> 491 </structures>
481 </release> 492 </release>
482 </grit> 493 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/images/vr_reload.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698