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

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

Issue 2451553008: [MD settings] move cookie tree management to cookie tree behavior (Closed)
Patch Set: review changes Created 4 years, 1 month 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 | « no previous file | chrome/browser/resources/settings/site_settings/compiled_resources2.gyp » ('j') | 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS" 770 <structure name="IDR_SETTINGS_PROTOCOL_HANDLERS_JS"
771 file="site_settings/protocol_handlers.js" 771 file="site_settings/protocol_handlers.js"
772 type="chrome_html" /> 772 type="chrome_html" />
773 <structure name="IDR_SETTINGS_ROUTE_HTML" 773 <structure name="IDR_SETTINGS_ROUTE_HTML"
774 file="route.html" 774 file="route.html"
775 type="chrome_html" /> 775 type="chrome_html" />
776 <structure name="IDR_SETTINGS_ROUTE_JS" 776 <structure name="IDR_SETTINGS_ROUTE_JS"
777 file="route.js" 777 file="route.js"
778 type="chrome_html" 778 type="chrome_html"
779 preprocess="true" /> 779 preprocess="true" />
780 <structure name="IDR_SETTINGS_COOKIE_TREE_BEHAVIOR_HTML"
781 file="site_settings/cookie_tree_behavior.html"
782 type="chrome_html" />
783 <structure name="IDR_SETTINGS_COOKIE_TREE_BEHAVIOR_JS"
784 file="site_settings/cookie_tree_behavior.js"
785 type="chrome_html" />
780 <structure name="IDR_SETTINGS_SITE_DATA_HTML" 786 <structure name="IDR_SETTINGS_SITE_DATA_HTML"
781 file="site_settings/site_data.html" 787 file="site_settings/site_data.html"
782 type="chrome_html" /> 788 type="chrome_html" />
783 <structure name="IDR_SETTINGS_SITE_DATA_JS" 789 <structure name="IDR_SETTINGS_SITE_DATA_JS"
784 file="site_settings/site_data.js" 790 file="site_settings/site_data.js"
785 type="chrome_html" /> 791 type="chrome_html" />
786 <structure name="IDR_SETTINGS_SITE_DATA_DETAILS_DIALOG_HTML" 792 <structure name="IDR_SETTINGS_SITE_DATA_DETAILS_DIALOG_HTML"
787 file="site_settings/site_data_details_dialog.html" 793 file="site_settings/site_data_details_dialog.html"
788 type="chrome_html" /> 794 type="chrome_html" />
789 <structure name="IDR_SETTINGS_SITE_DATA_DETAILS_DIALOG_JS" 795 <structure name="IDR_SETTINGS_SITE_DATA_DETAILS_DIALOG_JS"
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 type="chrome_html" /> 1155 type="chrome_html" />
1150 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1156 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1151 file="people_page/users_page.html" 1157 file="people_page/users_page.html"
1152 type="chrome_html" 1158 type="chrome_html"
1153 flattenhtml="true" 1159 flattenhtml="true"
1154 allowexternalscript="true" /> 1160 allowexternalscript="true" />
1155 </if> 1161 </if>
1156 </structures> 1162 </structures>
1157 </release> 1163 </release>
1158 </grit> 1164 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698