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

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

Issue 747923004: webui: minimize webui flicker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 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
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 file="css/list.css" type="chrome_html" /> 218 file="css/list.css" type="chrome_html" />
219 <structure name="IDR_WEBUI_CSS_MENU" 219 <structure name="IDR_WEBUI_CSS_MENU"
220 file="css/menu.css" type="chrome_html" 220 file="css/menu.css" type="chrome_html"
221 flattenhtml="true" /> 221 flattenhtml="true" />
222 <structure name="IDR_WEBUI_CSS_MENU_BUTTON" 222 <structure name="IDR_WEBUI_CSS_MENU_BUTTON"
223 file="css/menu_button.css" type="chrome_html" 223 file="css/menu_button.css" type="chrome_html"
224 flattenhtml="true" /> 224 flattenhtml="true" />
225 <structure name="IDR_WEBUI_CSS_CHROME" 225 <structure name="IDR_WEBUI_CSS_CHROME"
226 file="css/chrome_shared.css" type="chrome_html" 226 file="css/chrome_shared.css" type="chrome_html"
227 flattenhtml="true" /> 227 flattenhtml="true" />
228 <structure name="IDR_WEBUI_CSS_TEXT_DEFAULTS"
229 file="css/text_defaults.css" type="chrome_html" />
228 <structure name="IDR_WEBUI_CSS_OVERLAY" 230 <structure name="IDR_WEBUI_CSS_OVERLAY"
229 file="css/overlay.css" type="chrome_html" 231 file="css/overlay.css" type="chrome_html"
230 flattenhtml="true" /> 232 flattenhtml="true" />
231 <structure name="IDR_WEBUI_CSS_SPINNER" 233 <structure name="IDR_WEBUI_CSS_SPINNER"
232 file="css/spinner.css" type="chrome_html" /> 234 file="css/spinner.css" type="chrome_html" />
233 <structure name="IDR_WEBUI_CSS_TABLE" 235 <structure name="IDR_WEBUI_CSS_TABLE"
234 file="css/table.css" type="chrome_html" /> 236 file="css/table.css" type="chrome_html" />
235 <structure name="IDR_WEBUI_CSS_TABS" 237 <structure name="IDR_WEBUI_CSS_TABS"
236 file="css/tabs.css" type="chrome_html" /> 238 file="css/tabs.css" type="chrome_html" />
237 <structure name="IDR_WEBUI_CSS_THROBBER" 239 <structure name="IDR_WEBUI_CSS_THROBBER"
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 374 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
373 file="css/chromeos/ui_account_tweaks.css" 375 file="css/chromeos/ui_account_tweaks.css"
374 type="chrome_html" /> 376 type="chrome_html" />
375 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 377 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
376 file="js/chromeos/ui_account_tweaks.js" 378 file="js/chromeos/ui_account_tweaks.js"
377 type="chrome_html" /> 379 type="chrome_html" />
378 </if> 380 </if>
379 </structures> 381 </structures>
380 </release> 382 </release>
381 </grit> 383 </grit>
OLDNEW
« content/public/common/content_client.h ('K') | « ui/webui/resources/css/text_defaults.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698