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

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

Issue 2224673002: MD Settings: simplify animation scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/transition_behavior.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 type="chrome_html" /> 225 type="chrome_html" />
226 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS" 226 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
227 file="settings_page/main_page_behavior.js" 227 file="settings_page/main_page_behavior.js"
228 type="chrome_html" /> 228 type="chrome_html" />
229 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML" 229 <structure name="IDR_SETTINGS_SETTINGS_VARS_CSS_HTML"
230 file="settings_vars_css.html" 230 file="settings_vars_css.html"
231 type="chrome_html" /> 231 type="chrome_html" />
232 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML" 232 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
233 file="settings_shared_css.html" 233 file="settings_shared_css.html"
234 type="chrome_html" /> 234 type="chrome_html" />
235 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML"
236 file="settings_page/transition_behavior.html"
237 type="chrome_html" />
238 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
239 file="settings_page/transition_behavior.js"
240 type="chrome_html" />
241 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML" 235 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_HTML"
242 file="settings_ui/settings_ui.html" 236 file="settings_ui/settings_ui.html"
243 type="chrome_html" /> 237 type="chrome_html" />
244 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS" 238 <structure name="IDR_SETTINGS_CR_SETTINGS_UI_JS"
245 file="settings_ui/settings_ui.js" 239 file="settings_ui/settings_ui.js"
246 type="chrome_html" 240 type="chrome_html"
247 flattenhtml="true" /> 241 flattenhtml="true" />
248 <if expr="use_nss_certs"> 242 <if expr="use_nss_certs">
249 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML" 243 <structure name="IDR_SETTINGS_CERTIFICATE_MANAGER_PAGE_HTML"
250 file="certificate_manager_page/certificate_manager_page.html" 244 file="certificate_manager_page/certificate_manager_page.html"
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 type="chrome_html" /> 1095 type="chrome_html" />
1102 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1096 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1103 file="people_page/users_page.html" 1097 file="people_page/users_page.html"
1104 type="chrome_html" 1098 type="chrome_html"
1105 flattenhtml="true" 1099 flattenhtml="true"
1106 allowexternalscript="true" /> 1100 allowexternalscript="true" />
1107 </if> 1101 </if>
1108 </structures> 1102 </structures>
1109 </release> 1103 </release>
1110 </grit> 1104 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_page/transition_behavior.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698