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

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

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: Fix tests Created 4 years 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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS" 967 <structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_JS"
968 file="site_settings/website_usage_private_api.js" 968 file="site_settings/website_usage_private_api.js"
969 type="chrome_html" /> 969 type="chrome_html" />
970 <structure name="IDR_SETTINGS_ZOOM_LEVELS_HTML" 970 <structure name="IDR_SETTINGS_ZOOM_LEVELS_HTML"
971 file="site_settings/zoom_levels.html" 971 file="site_settings/zoom_levels.html"
972 type="chrome_html" /> 972 type="chrome_html" />
973 <structure name="IDR_SETTINGS_ZOOM_LEVELS_JS" 973 <structure name="IDR_SETTINGS_ZOOM_LEVELS_JS"
974 file="site_settings/zoom_levels.js" 974 file="site_settings/zoom_levels.js"
975 type="chrome_html" /> 975 type="chrome_html" />
976 <if expr="chromeos"> 976 <if expr="chromeos">
977 <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_HTML"
978 file="android_apps_page/android_apps_page.html"
979 type="chrome_html" />
980 <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_JS"
981 file="android_apps_page/android_apps_page.js"
982 type="chrome_html" />
983 <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_JS"
984 file="android_apps_page/android_apps_browser_proxy.js"
985 type="chrome_html"
986 flattenhtml="true"
987 allowexternalscript="true" />
988 <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_HTML"
989 file="android_apps_page/android_apps_browser_proxy.html"
990 type="chrome_html"
991 flattenhtml="true"
992 allowexternalscript="true" />
977 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_HTML" 993 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_HTML"
978 file="bluetooth_page/bluetooth_device_dialog.html" 994 file="bluetooth_page/bluetooth_device_dialog.html"
979 type="chrome_html" /> 995 type="chrome_html" />
980 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_JS" 996 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_JS"
981 file="bluetooth_page/bluetooth_device_dialog.js" 997 file="bluetooth_page/bluetooth_device_dialog.js"
982 type="chrome_html" /> 998 type="chrome_html" />
983 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML" 999 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_HTML"
984 file="bluetooth_page/bluetooth_device_list_item.html" 1000 file="bluetooth_page/bluetooth_device_list_item.html"
985 type="chrome_html" /> 1001 type="chrome_html" />
986 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS" 1002 <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_LIST_ITEM_JS"
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 type="chrome_html" /> 1197 type="chrome_html" />
1182 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1198 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1183 file="people_page/users_page.html" 1199 file="people_page/users_page.html"
1184 type="chrome_html" 1200 type="chrome_html"
1185 flattenhtml="true" 1201 flattenhtml="true"
1186 allowexternalscript="true" /> 1202 allowexternalscript="true" />
1187 </if> 1203 </if>
1188 </structures> 1204 </structures>
1189 </release> 1205 </release>
1190 </grit> 1206 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698