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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2856223007: MD Settings: Shorten page fade transitions (Closed)
Patch Set: closure Created 3 years, 7 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 | « chrome/browser/resources/settings/settings_page/settings_animated_pages.js ('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 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 preprocess="true" /> 89 preprocess="true" />
90 <structure name="IDR_SETTINGS_CATEGORY_SETTING_EXCEPTIONS_JS" 90 <structure name="IDR_SETTINGS_CATEGORY_SETTING_EXCEPTIONS_JS"
91 file="site_settings/category_setting_exceptions.js" 91 file="site_settings/category_setting_exceptions.js"
92 type="chrome_html" /> 92 type="chrome_html" />
93 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_HTML" 93 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_HTML"
94 file="animation/animation.html" 94 file="animation/animation.html"
95 type="chrome_html" /> 95 type="chrome_html" />
96 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS" 96 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS"
97 file="animation/animation.js" 97 file="animation/animation.js"
98 type="chrome_html" /> 98 type="chrome_html" />
99 <structure name="IDR_SETTINGS_ANIMATION_FADE_ANIMATIONS_HTML"
100 file="animation/fade_animations.html"
101 type="chrome_html" />
102 <structure name="IDR_SETTINGS_ANIMATION_FADE_ANIMATIONS_JS"
103 file="animation/fade_animations.js"
104 type="chrome_html" />
99 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML" 105 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML"
100 file="settings_page/settings_animated_pages.html" 106 file="settings_page/settings_animated_pages.html"
101 type="chrome_html" /> 107 type="chrome_html" />
102 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS" 108 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS"
103 file="settings_page/settings_animated_pages.js" 109 file="settings_page/settings_animated_pages.js"
104 type="chrome_html" 110 type="chrome_html"
105 preprocess="true" /> 111 preprocess="true" />
106 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML" 112 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML"
107 file="appearance_page/appearance_browser_proxy.html" 113 file="appearance_page/appearance_browser_proxy.html"
108 type="chrome_html" /> 114 type="chrome_html" />
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 type="chrome_html" /> 1306 type="chrome_html" />
1301 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1307 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1302 file="people_page/users_page.html" 1308 file="people_page/users_page.html"
1303 type="chrome_html" 1309 type="chrome_html"
1304 preprocess="true" 1310 preprocess="true"
1305 allowexternalscript="true" /> 1311 allowexternalscript="true" />
1306 </if> 1312 </if>
1307 </structures> 1313 </structures>
1308 </release> 1314 </release>
1309 </grit> 1315 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_animated_pages.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698