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

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

Issue 2796783005: MD Settings: Google Play Store: Add subpage and polish (Take 2) (Closed)
Patch Set: nit Created 3 years, 8 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 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 <structure name="IDR_SETTINGS_ZOOM_LEVELS_JS" 1018 <structure name="IDR_SETTINGS_ZOOM_LEVELS_JS"
1019 file="site_settings/zoom_levels.js" 1019 file="site_settings/zoom_levels.js"
1020 type="chrome_html" /> 1020 type="chrome_html" />
1021 <if expr="chromeos"> 1021 <if expr="chromeos">
1022 <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_HTML" 1022 <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_HTML"
1023 file="android_apps_page/android_apps_page.html" 1023 file="android_apps_page/android_apps_page.html"
1024 type="chrome_html" /> 1024 type="chrome_html" />
1025 <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_JS" 1025 <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_JS"
1026 file="android_apps_page/android_apps_page.js" 1026 file="android_apps_page/android_apps_page.js"
1027 type="chrome_html" /> 1027 type="chrome_html" />
1028 <structure name="IDR_SETTINGS_ANDROID_APPS_SUBPAGE_HTML"
1029 file="android_apps_page/android_apps_subpage.html"
1030 type="chrome_html" />
1031 <structure name="IDR_SETTINGS_ANDROID_APPS_SUBPAGE_JS"
1032 file="android_apps_page/android_apps_subpage.js"
1033 type="chrome_html" />
1028 <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_JS" 1034 <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_JS"
1029 file="android_apps_page/android_apps_browser_proxy.js" 1035 file="android_apps_page/android_apps_browser_proxy.js"
1030 type="chrome_html" 1036 type="chrome_html"
1031 preprocess="true" 1037 preprocess="true"
1032 allowexternalscript="true" /> 1038 allowexternalscript="true" />
1033 <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_HTML" 1039 <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_HTML"
1034 file="android_apps_page/android_apps_browser_proxy.html" 1040 file="android_apps_page/android_apps_browser_proxy.html"
1035 type="chrome_html" 1041 type="chrome_html"
1036 preprocess="true" 1042 preprocess="true"
1037 allowexternalscript="true" /> 1043 allowexternalscript="true" />
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 type="chrome_html" /> 1298 type="chrome_html" />
1293 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1299 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1294 file="people_page/users_page.html" 1300 file="people_page/users_page.html"
1295 type="chrome_html" 1301 type="chrome_html"
1296 preprocess="true" 1302 preprocess="true"
1297 allowexternalscript="true" /> 1303 allowexternalscript="true" />
1298 </if> 1304 </if>
1299 </structures> 1305 </structures>
1300 </release> 1306 </release>
1301 </grit> 1307 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698