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

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

Issue 1933913002: Add a very basic PIN UI implementation that is shared between lock and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Use ResourceLoader, rename pin.* to pin_keyboard.* Created 4 years, 7 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" />
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 flattenhtml="true" 916 flattenhtml="true"
917 allowexternalscript="true" /> 917 allowexternalscript="true" />
918 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_JS" 918 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_JS"
919 file="people_page/easy_unlock_turn_off_dialog.js" 919 file="people_page/easy_unlock_turn_off_dialog.js"
920 type="chrome_html" /> 920 type="chrome_html" />
921 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_HTML" 921 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_HTML"
922 file="people_page/easy_unlock_turn_off_dialog.html" 922 file="people_page/easy_unlock_turn_off_dialog.html"
923 type="chrome_html" 923 type="chrome_html"
924 flattenhtml="true" 924 flattenhtml="true"
925 allowexternalscript="true" /> 925 allowexternalscript="true" />
926 <structure name="IDR_SETTINGS_PIN_KEYBOARD_HTML"
927 file="people_page/pin_keyboard.html"
928 type="chrome_html"
929 flattenhtml="true"
930 allowexternalscript="true"/>
931 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
932 file="people_page/pin_keyboard.js"
933 type="chrome_html"
934 flattenhtml="true" />
926 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_JS" 935 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_JS"
927 file="people_page/user_list.js" 936 file="people_page/user_list.js"
928 type="chrome_html" /> 937 type="chrome_html" />
929 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_HTML" 938 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_HTML"
930 file="people_page/user_list.html" 939 file="people_page/user_list.html"
931 type="chrome_html" 940 type="chrome_html"
932 flattenhtml="true" 941 flattenhtml="true"
933 allowexternalscript="true" /> 942 allowexternalscript="true" />
934 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_CSS" 943 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_CSS"
935 file="people_page/user_list.css" 944 file="people_page/user_list.css"
936 type="chrome_html" /> 945 type="chrome_html" />
937 <structure name="IDR_SETTINGS_USERS_PAGE_JS" 946 <structure name="IDR_SETTINGS_USERS_PAGE_JS"
938 file="people_page/users_page.js" 947 file="people_page/users_page.js"
939 type="chrome_html" /> 948 type="chrome_html" />
940 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 949 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
941 file="people_page/users_page.html" 950 file="people_page/users_page.html"
942 type="chrome_html" 951 type="chrome_html"
943 flattenhtml="true" 952 flattenhtml="true"
944 allowexternalscript="true" /> 953 allowexternalscript="true" />
945 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 954 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
946 file="people_page/users_page.css" 955 file="people_page/users_page.css"
947 type="chrome_html" /> 956 type="chrome_html" />
948 </if> 957 </if>
949 </structures> 958 </structures>
950 </release> 959 </release>
951 </grit> 960 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698