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

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

Issue 874283006: Add custom Polymer network icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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"> 4 <grit latest_public_release="0" current_release="1">
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 <include name="IDR_WEBUI_IMAGES_SELECT" 195 <include name="IDR_WEBUI_IMAGES_SELECT"
196 file="images/select.png" type="BINDATA" /> 196 file="images/select.png" type="BINDATA" />
197 <include name="IDR_WEBUI_IMAGES_SPINNER" 197 <include name="IDR_WEBUI_IMAGES_SPINNER"
198 file="images/spinner.svg" type="BINDATA" /> 198 file="images/spinner.svg" type="BINDATA" />
199 <include name="IDR_WEBUI_IMAGES_THROBBER" 199 <include name="IDR_WEBUI_IMAGES_THROBBER"
200 file="images/throbber.svg" type="BINDATA" /> 200 file="images/throbber.svg" type="BINDATA" />
201 <include name="IDR_WEBUI_IMAGES_TRASH" 201 <include name="IDR_WEBUI_IMAGES_TRASH"
202 file="images/trash.png" type="BINDATA" /> 202 file="images/trash.png" type="BINDATA" />
203 <include name="IDR_WEBUI_IMAGES_CLOUDS" 203 <include name="IDR_WEBUI_IMAGES_CLOUDS"
204 file="images/clouds.png" type="BINDATA" /> 204 file="images/clouds.png" type="BINDATA" />
205 <include name="IDR_WEBUI_CR_NETWORK_ICON_ETHERNET"
206 file="images/polymer_elements/cr_network_icon/ethernet.png"
207 type="BINDATA" />
208 <include name="IDR_WEBUI_CR_NETWORK_ICON_WIFI"
209 file="images/polymer_elements/cr_network_icon/wifi.png"
210 type="BINDATA" />
211 <include name="IDR_WEBUI_CR_NETWORK_ICON_MOBILE"
212 file="images/polymer_elements/cr_network_icon/mobile.png"
213 type="BINDATA" />
214 <include name="IDR_WEBUI_CR_NETWORK_ICON_VPN"
215 file="images/polymer_elements/cr_network_icon/vpn.png"
216 type="BINDATA" />
217 <include name="IDR_WEBUI_CR_NETWORK_ICON_SECURE"
218 file="images/polymer_elements/cr_network_icon/secure.png"
219 type="BINDATA" />
205 </includes> 220 </includes>
206 <structures> 221 <structures>
207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" 222 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY"
208 file="css/alert_overlay.css" type="chrome_html" /> 223 file="css/alert_overlay.css" type="chrome_html" />
209 <structure name="IDR_WEBUI_CSS_BUBBLE" 224 <structure name="IDR_WEBUI_CSS_BUBBLE"
210 file="css/bubble.css" type="chrome_html" /> 225 file="css/bubble.css" type="chrome_html" />
211 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" 226 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON"
212 file="css/bubble_button.css" type="chrome_html" /> 227 file="css/bubble_button.css" type="chrome_html" />
213 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" 228 <structure name="IDR_WEBUI_CSS_BUTTER_BAR"
214 file="css/butter_bar.css" type="chrome_html" /> 229 file="css/butter_bar.css" type="chrome_html" />
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 <structure name="IDR_WEBUI_JS_ACTION_LINK" 272 <structure name="IDR_WEBUI_JS_ACTION_LINK"
258 file="js/action_link.js" type="chrome_html" /> 273 file="js/action_link.js" type="chrome_html" />
259 <structure name="IDR_WEBUI_JS_ASSERT" 274 <structure name="IDR_WEBUI_JS_ASSERT"
260 file="js/assert.js" type="chrome_html" /> 275 file="js/assert.js" type="chrome_html" />
261 <structure name="IDR_WEBUI_JS_CR" 276 <structure name="IDR_WEBUI_JS_CR"
262 file="js/cr.js" type="chrome_html" /> 277 file="js/cr.js" type="chrome_html" />
263 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" 278 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
264 file="js/cr/event_target.js" type="chrome_html" /> 279 file="js/cr/event_target.js" type="chrome_html" />
265 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" 280 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER"
266 file="js/cr/link_controller.js" type="chrome_html" /> 281 file="js/cr/link_controller.js" type="chrome_html" />
282 <structure name="IDR_WEBUI_JS_CR_NETWORK_ICON_CSS"
283 file="js/cr/polymer_elements/cr_network_icon/cr-network-icon.cs s" type="chrome_html" />
284 <structure name="IDR_WEBUI_JS_CR_NETWORK_ICON_HTML"
285 file="js/cr/polymer_elements/cr_network_icon/cr-network-icon.ht ml" type="chrome_html" />
286 <structure name="IDR_WEBUI_JS_CR_NETWORK_ICON_JS"
287 file="js/cr/polymer_elements/cr_network_icon/cr-network-icon.js " type="chrome_html" />
267 <structure name="IDR_WEBUI_JS_CR_UI" 288 <structure name="IDR_WEBUI_JS_CR_UI"
268 file="js/cr/ui.js" type="chrome_html" /> 289 file="js/cr/ui.js" type="chrome_html" />
269 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY" 290 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY"
270 file="js/cr/ui/alert_overlay.js" type="chrome_html" /> 291 file="js/cr/ui/alert_overlay.js" type="chrome_html" />
271 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL" 292 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL"
272 file="js/cr/ui/array_data_model.js" 293 file="js/cr/ui/array_data_model.js"
273 type="chrome_html" flattenhtml="true" /> 294 type="chrome_html" flattenhtml="true" />
274 <structure name="IDR_WEBUI_JS_CR_UI_AUTOCOMPLETE_LIST" 295 <structure name="IDR_WEBUI_JS_CR_UI_AUTOCOMPLETE_LIST"
275 file="js/cr/ui/autocomplete_list.js" 296 file="js/cr/ui/autocomplete_list.js"
276 type="chrome_html" /> 297 type="chrome_html" />
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 file="js/i18n_template_no_process.js" 390 file="js/i18n_template_no_process.js"
370 type="chrome_html" /> 391 type="chrome_html" />
371 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 392 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
372 file="js/load_time_data.js" type="chrome_html" /> 393 file="js/load_time_data.js" type="chrome_html" />
373 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" 394 <structure name="IDR_WEBUI_JS_MEDIA_COMMON"
374 file="js/media_common.js" type="chrome_html" /> 395 file="js/media_common.js" type="chrome_html" />
375 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 396 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
376 file="js/parse_html_subset.js" type="chrome_html" /> 397 file="js/parse_html_subset.js" type="chrome_html" />
377 <structure name="IDR_WEBUI_JS_UTIL" 398 <structure name="IDR_WEBUI_JS_UTIL"
378 file="js/util.js" type="chrome_html" flattenhtml="true" /> 399 file="js/util.js" type="chrome_html" flattenhtml="true" />
379 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
380 file="js/webui_resource_test.js" type="chrome_html" />
381 <if expr="chromeos"> 400 <if expr="chromeos">
382 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 401 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
383 file="css/chromeos/ui_account_tweaks.css" 402 file="css/chromeos/ui_account_tweaks.css"
384 type="chrome_html" /> 403 type="chrome_html" />
385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 404 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
386 file="js/chromeos/ui_account_tweaks.js" 405 file="js/chromeos/ui_account_tweaks.js"
387 type="chrome_html" /> 406 type="chrome_html" />
388 </if> 407 </if>
389 <part file="polymer_resources.grdp" /> 408 <part file="polymer_resources.grdp" />
390 </structures> 409 </structures>
391 </release> 410 </release>
392 </grit> 411 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698