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

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

Issue 1899043003: MD Downloads/History: unify page and toolbar background colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the colors, duke, the colors! Created 4 years, 8 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
« no previous file with comments | « ui/webui/resources/css/md_colors.css ('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"> 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 flattenhtml="true" /> 216 flattenhtml="true" />
217 <structure name="IDR_WEBUI_CSS_CONTROLLED_INDICATOR" 217 <structure name="IDR_WEBUI_CSS_CONTROLLED_INDICATOR"
218 file="css/controlled_indicator.css" type="chrome_html" 218 file="css/controlled_indicator.css" type="chrome_html"
219 flattenhtml="true" /> 219 flattenhtml="true" />
220 <structure name="IDR_WEBUI_CSS_DIALOGS" 220 <structure name="IDR_WEBUI_CSS_DIALOGS"
221 file="css/dialogs.css" type="chrome_html" /> 221 file="css/dialogs.css" type="chrome_html" />
222 <structure name="IDR_WEBUI_CSS_I18N_PROCESS" 222 <structure name="IDR_WEBUI_CSS_I18N_PROCESS"
223 file="css/i18n_process.css" type="chrome_html" /> 223 file="css/i18n_process.css" type="chrome_html" />
224 <structure name="IDR_WEBUI_CSS_LIST" 224 <structure name="IDR_WEBUI_CSS_LIST"
225 file="css/list.css" type="chrome_html" /> 225 file="css/list.css" type="chrome_html" />
226 <structure name="IDR_WEBUI_CSS_MD_COLORS"
227 file="css/md_colors.css" type="chrome_html" />
226 <structure name="IDR_WEBUI_CSS_MENU" 228 <structure name="IDR_WEBUI_CSS_MENU"
227 file="css/menu.css" type="chrome_html" 229 file="css/menu.css" type="chrome_html"
228 flattenhtml="true" /> 230 flattenhtml="true" />
229 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" 231 <structure name="IDR_WEBUI_CSS_MENU_BUTTON"
230 file="css/menu_button.css" type="chrome_html" 232 file="css/menu_button.css" type="chrome_html"
231 flattenhtml="true" /> 233 flattenhtml="true" />
232 <structure name="IDR_WEBUI_CSS_TEXT_DEFAULTS" 234 <structure name="IDR_WEBUI_CSS_TEXT_DEFAULTS"
233 file="css/text_defaults.css" type="chrome_html" /> 235 file="css/text_defaults.css" type="chrome_html" />
234 <structure name="IDR_WEBUI_CSS_TEXT_DEFAULTS_MD" 236 <structure name="IDR_WEBUI_CSS_TEXT_DEFAULTS_MD"
235 file="css/text_defaults_md.css" type="chrome_html" /> 237 file="css/text_defaults_md.css" type="chrome_html" />
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 file="js/chromeos/ui_account_tweaks.js" 457 file="js/chromeos/ui_account_tweaks.js"
456 type="chrome_html" /> 458 type="chrome_html" />
457 </if> 459 </if>
458 <part file="cr_elements_resources.grdp" /> 460 <part file="cr_elements_resources.grdp" />
459 <if expr="not is_android"> 461 <if expr="not is_android">
460 <part file="polymer_resources.grdp" /> 462 <part file="polymer_resources.grdp" />
461 </if> 463 </if>
462 </structures> 464 </structures>
463 </release> 465 </release>
464 </grit> 466 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/css/md_colors.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698