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

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

Issue 2488093003: bluetooth: Componentize device list fixes (Closed)
Patch Set: Combine private and type Created 4 years, 1 month 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/html/cr/ui/array_data_model.html ('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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER" 270 <structure name="IDR_WEBUI_HTML_PROMISE_RESOLVER"
271 file="html/promise_resolver.html" type="chrome_html" /> 271 file="html/promise_resolver.html" type="chrome_html" />
272 <structure name="IDR_WEBUI_HTML_CR" 272 <structure name="IDR_WEBUI_HTML_CR"
273 file="html/cr.html" type="chrome_html" /> 273 file="html/cr.html" type="chrome_html" />
274 <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET" 274 <structure name="IDR_WEBUI_HTML_CR_EVENT_TARGET"
275 file="html/cr/event_target.html" type="chrome_html" /> 275 file="html/cr/event_target.html" type="chrome_html" />
276 <structure name="IDR_WEBUI_HTML_CR_UI" 276 <structure name="IDR_WEBUI_HTML_CR_UI"
277 file="html/cr/ui.html" type="chrome_html" /> 277 file="html/cr/ui.html" type="chrome_html" />
278 <structure name="IDR_WEBUI_HTML_CR_UI_ALERT_OVERLAY" 278 <structure name="IDR_WEBUI_HTML_CR_UI_ALERT_OVERLAY"
279 file="html/cr/ui/alert_overlay.html" type="chrome_html" /> 279 file="html/cr/ui/alert_overlay.html" type="chrome_html" />
280 <structure name="IDR_WEBUI_HTML_CR_UI_ARRAY_DATA_MODEL"
281 file="html/cr/ui/array_data_model.html" type="chrome_html" />
280 <structure name="IDR_WEBUI_HTML_CR_UI_COMMAND" 282 <structure name="IDR_WEBUI_HTML_CR_UI_COMMAND"
281 file="html/cr/ui/command.html" type="chrome_html" /> 283 file="html/cr/ui/command.html" type="chrome_html" />
282 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_BUTTON" 284 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_BUTTON"
283 file="html/cr/ui/context_menu_button.html" 285 file="html/cr/ui/context_menu_button.html"
284 type="chrome_html" /> 286 type="chrome_html" />
285 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_HANDLER" 287 <structure name="IDR_WEBUI_HTML_CR_UI_CONTEXT_MENU_HANDLER"
286 file="html/cr/ui/context_menu_handler.html" 288 file="html/cr/ui/context_menu_handler.html"
287 type="chrome_html" /> 289 type="chrome_html" />
288 <structure name="IDR_WEBUI_HTML_CR_UI_DRAG_WRAPPER" 290 <structure name="IDR_WEBUI_HTML_CR_UI_DRAG_WRAPPER"
289 file="html/cr/ui/drag_wrapper.html" type="chrome_html" /> 291 file="html/cr/ui/drag_wrapper.html" type="chrome_html" />
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 file="js/chromeos/ui_account_tweaks.js" 470 file="js/chromeos/ui_account_tweaks.js"
469 type="chrome_html" /> 471 type="chrome_html" />
470 </if> 472 </if>
471 <if expr="not is_android"> 473 <if expr="not is_android">
472 <part file="cr_elements_resources.grdp" /> 474 <part file="cr_elements_resources.grdp" />
473 <part file="polymer_resources.grdp" /> 475 <part file="polymer_resources.grdp" />
474 </if> 476 </if>
475 </structures> 477 </structures>
476 </release> 478 </release>
477 </grit> 479 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/html/cr/ui/array_data_model.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698