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

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

Issue 1736733003: MD Settings: Custom expand/collapse section animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: function/rebase Created 4 years, 9 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
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"> 2 <grit latest_public_release="0" current_release="1">
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 type="chrome_html" /> 133 type="chrome_html" />
134 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_HTML" 134 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_HTML"
135 file="settings_dialog.html" 135 file="settings_dialog.html"
136 type="chrome_html" /> 136 type="chrome_html" />
137 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_JS" 137 <structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_JS"
138 file="settings_dialog.js" 138 file="settings_dialog.js"
139 type="chrome_html" /> 139 type="chrome_html" />
140 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS" 140 <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS"
141 file="settings_page.css" 141 file="settings_page.css"
142 type="chrome_html" /> 142 type="chrome_html" />
143 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_HTML"
144 file="settings_page/main_page_behavior.html"
145 type="chrome_html" />
146 <structure name="IDR_SETTINGS_MAIN_PAGE_BEHAVIOR_JS"
147 file="settings_page/main_page_behavior.js"
148 type="chrome_html" />
143 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML" 149 <structure name="IDR_SETTINGS_SETTINGS_SHARED_CSS_HTML"
144 file="settings_shared_css.html" 150 file="settings_shared_css.html"
145 type="chrome_html" /> 151 type="chrome_html" />
152 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_HTML"
153 file="settings_page/transition_behavior.html"
154 type="chrome_html" />
155 <structure name="IDR_SETTINGS_TRANSITION_BEHAVIOR_JS"
156 file="settings_page/transition_behavior.js"
157 type="chrome_html" />
146 <structure name="IDR_SETTINGS_BREADCRUMB_CSS" 158 <structure name="IDR_SETTINGS_BREADCRUMB_CSS"
147 file="settings_ui/breadcrumb.css" 159 file="settings_ui/breadcrumb.css"
148 type="chrome_html" /> 160 type="chrome_html" />
149 <structure name="IDR_SETTINGS_BREADCRUMB_HTML" 161 <structure name="IDR_SETTINGS_BREADCRUMB_HTML"
150 file="settings_ui/breadcrumb.html" 162 file="settings_ui/breadcrumb.html"
151 type="chrome_html" 163 type="chrome_html"
152 flattenhtml="true" 164 flattenhtml="true"
153 allowexternalscript="true" /> 165 allowexternalscript="true" />
154 <structure name="IDR_SETTINGS_BREADCRUMB_JS" 166 <structure name="IDR_SETTINGS_BREADCRUMB_JS"
155 file="settings_ui/breadcrumb.js" 167 file="settings_ui/breadcrumb.js"
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 type="chrome_html" 846 type="chrome_html"
835 flattenhtml="true" 847 flattenhtml="true"
836 allowexternalscript="true" /> 848 allowexternalscript="true" />
837 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 849 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
838 file="people_page/users_page.css" 850 file="people_page/users_page.css"
839 type="chrome_html" /> 851 type="chrome_html" />
840 </if> 852 </if>
841 </structures> 853 </structures>
842 </release> 854 </release>
843 </grit> 855 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698