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 1628633002: [MD settings] removing a11y_page.css to unify settings styles further (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 11 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" />
11 <output filename="settings_resources.pak" type="data_package" /> 11 <output filename="settings_resources.pak" type="data_package" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <structures> 14 <structures>
15 <structure name="IDR_SETTINGS_A11Y_PAGE_JS" 15 <structure name="IDR_SETTINGS_A11Y_PAGE_JS"
16 file="a11y_page/a11y_page.js" 16 file="a11y_page/a11y_page.js"
17 type="chrome_html" /> 17 type="chrome_html" />
18 <structure name="IDR_SETTINGS_A11Y_PAGE_HTML" 18 <structure name="IDR_SETTINGS_A11Y_PAGE_HTML"
19 file="a11y_page/a11y_page.html" 19 file="a11y_page/a11y_page.html"
20 type="chrome_html" 20 type="chrome_html"
21 flattenhtml="true" 21 flattenhtml="true"
22 allowexternalscript="true" /> 22 allowexternalscript="true" />
23 <structure name="IDR_SETTINGS_A11Y_PAGE_CSS"
24 file="a11y_page/a11y_page.css"
25 type="chrome_html" />
26 <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS" 23 <structure name="IDR_SETTINGS_ADVANCED_PAGE_JS"
27 file="advanced_page/advanced_page.js" 24 file="advanced_page/advanced_page.js"
28 type="chrome_html" /> 25 type="chrome_html" />
29 <structure name="IDR_SETTINGS_ADVANCED_PAGE_HTML" 26 <structure name="IDR_SETTINGS_ADVANCED_PAGE_HTML"
30 file="advanced_page/advanced_page.html" 27 file="advanced_page/advanced_page.html"
31 type="chrome_html" 28 type="chrome_html"
32 flattenhtml="true" 29 flattenhtml="true"
33 allowexternalscript="true" /> 30 allowexternalscript="true" />
34 <structure name="IDR_SETTINGS_ADVANCED_PAGE_CSS" 31 <structure name="IDR_SETTINGS_ADVANCED_PAGE_CSS"
35 file="advanced_page/advanced_page.css" 32 file="advanced_page/advanced_page.css"
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 type="chrome_html" 745 type="chrome_html"
749 flattenhtml="true" 746 flattenhtml="true"
750 allowexternalscript="true" /> 747 allowexternalscript="true" />
751 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 748 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
752 file="people_page/users_page.css" 749 file="people_page/users_page.css"
753 type="chrome_html" /> 750 type="chrome_html" />
754 </if> 751 </if>
755 </structures> 752 </structures>
756 </release> 753 </release>
757 </grit> 754 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.html ('k') | chrome/browser/resources/settings/settings_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698