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

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

Issue 2171373003: AnimationGroup for groups of transitions in Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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" 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 type="chrome_html" /> 71 type="chrome_html" />
72 <structure name="IDR_SETTINGS_ALL_SITES_JS" 72 <structure name="IDR_SETTINGS_ALL_SITES_JS"
73 file="site_settings/all_sites.js" 73 file="site_settings/all_sites.js"
74 type="chrome_html" /> 74 type="chrome_html" />
75 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_HTML" 75 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_HTML"
76 file="animation/animation.html" 76 file="animation/animation.html"
77 type="chrome_html" /> 77 type="chrome_html" />
78 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS" 78 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_JS"
79 file="animation/animation.js" 79 file="animation/animation.js"
80 type="chrome_html" /> 80 type="chrome_html" />
81 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_HTML"
82 file="animation/animation_group.html"
83 type="chrome_html" />
84 <structure name="IDR_SETTINGS_ANIMATION_ANIMATION_GROUP_JS"
85 file="animation/animation_group.js"
86 type="chrome_html" />
81 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML" 87 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_HTML"
82 file="settings_page/settings_animated_pages.html" 88 file="settings_page/settings_animated_pages.html"
83 type="chrome_html" /> 89 type="chrome_html" />
84 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS" 90 <structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_JS"
85 file="settings_page/settings_animated_pages.js" 91 file="settings_page/settings_animated_pages.js"
86 type="chrome_html" /> 92 type="chrome_html" />
87 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML" 93 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_HTML"
88 file="appearance_page/appearance_browser_proxy.html" 94 file="appearance_page/appearance_browser_proxy.html"
89 type="chrome_html" /> 95 type="chrome_html" />
90 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_JS" 96 <structure name="IDR_SETTINGS_APPEARANCE_BROWSER_PROXY_JS"
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 type="chrome_html" /> 1070 type="chrome_html" />
1065 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1071 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1066 file="people_page/users_page.html" 1072 file="people_page/users_page.html"
1067 type="chrome_html" 1073 type="chrome_html"
1068 flattenhtml="true" 1074 flattenhtml="true"
1069 allowexternalscript="true" /> 1075 allowexternalscript="true" />
1070 </if> 1076 </if>
1071 </structures> 1077 </structures>
1072 </release> 1078 </release>
1073 </grit> 1079 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698