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

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

Issue 2538653002: bluetooth: Add sidebar and page manager for chrome://bluetooth-internals. (Closed)
Patch Set: Change rgb gray values to hex, change text-align values to start or end 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/menu.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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW" 299 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW"
300 file="html/cr/ui/focus_row.html" type="chrome_html" /> 300 file="html/cr/ui/focus_row.html" type="chrome_html" />
301 <structure name="IDR_WEBUI_HTML_CR_UI_MENU" 301 <structure name="IDR_WEBUI_HTML_CR_UI_MENU"
302 file="html/cr/ui/menu.html" type="chrome_html" /> 302 file="html/cr/ui/menu.html" type="chrome_html" />
303 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON" 303 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON"
304 file="html/cr/ui/menu_button.html" type="chrome_html" /> 304 file="html/cr/ui/menu_button.html" type="chrome_html" />
305 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM" 305 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM"
306 file="html/cr/ui/menu_item.html" type="chrome_html" /> 306 file="html/cr/ui/menu_item.html" type="chrome_html" />
307 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" 307 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY"
308 file="html/cr/ui/overlay.html" type="chrome_html" /> 308 file="html/cr/ui/overlay.html" type="chrome_html" />
309 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE"
310 file="html/cr/ui/page_manager/page.html" type="chrome_html"
311 flattenhtml="true" />
312 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE_MANAGER"
313 file="html/cr/ui/page_manager/page_manager.html"
314 type="chrome_html" />
309 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" 315 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL"
310 file="html/cr/ui/position_util.html" type="chrome_html" /> 316 file="html/cr/ui/position_util.html" type="chrome_html" />
311 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" 317 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER"
312 file="html/event_tracker.html" type="chrome_html" /> 318 file="html/event_tracker.html" type="chrome_html" />
313 <structure name="IDR_WEBUI_HTML_ICON" 319 <structure name="IDR_WEBUI_HTML_ICON"
314 file="html/icon.html" type="chrome_html" /> 320 file="html/icon.html" type="chrome_html" />
315 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" 321 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE"
316 file="html/i18n_template.html" type="chrome_html" /> 322 file="html/i18n_template.html" type="chrome_html" />
317 <structure name="IDR_WEBUI_HTML_MD_SELECT_CSS_HTML" 323 <structure name="IDR_WEBUI_HTML_MD_SELECT_CSS_HTML"
318 file="html/md_select_css.html" type="chrome_html" 324 file="html/md_select_css.html" type="chrome_html"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 file="js/chromeos/ui_account_tweaks.js" 479 file="js/chromeos/ui_account_tweaks.js"
474 type="chrome_html" /> 480 type="chrome_html" />
475 </if> 481 </if>
476 <if expr="not is_android"> 482 <if expr="not is_android">
477 <part file="cr_elements_resources.grdp" /> 483 <part file="cr_elements_resources.grdp" />
478 <part file="polymer_resources.grdp" /> 484 <part file="polymer_resources.grdp" />
479 </if> 485 </if>
480 </structures> 486 </structures>
481 </release> 487 </release>
482 </grit> 488 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/images/menu.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698