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

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: Address comments 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_CSS"
927 file="people_page/pin.css"
928 type="chrome_html"
929 flattenhtml="true" />
930 <structure name="IDR_SETTINGS_PIN_HTML"
931 file="people_page/pin.html"
932 type="chrome_html"
933 flattenhtml="true"
934 allowexternalscript="true"/>
935 <structure name="IDR_SETTINGS_PIN_JS"
936 file="people_page/pin.js"
937 type="chrome_html"
938 flattenhtml="true" />
926 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_JS" 939 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_JS"
927 file="people_page/user_list.js" 940 file="people_page/user_list.js"
928 type="chrome_html" /> 941 type="chrome_html" />
929 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_HTML" 942 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_HTML"
930 file="people_page/user_list.html" 943 file="people_page/user_list.html"
931 type="chrome_html" 944 type="chrome_html"
932 flattenhtml="true" 945 flattenhtml="true"
933 allowexternalscript="true" /> 946 allowexternalscript="true" />
934 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_CSS" 947 <structure name="IDR_SETTINGS_USERS_PAGE_USER_LIST_CSS"
935 file="people_page/user_list.css" 948 file="people_page/user_list.css"
936 type="chrome_html" /> 949 type="chrome_html" />
937 <structure name="IDR_SETTINGS_USERS_PAGE_JS" 950 <structure name="IDR_SETTINGS_USERS_PAGE_JS"
938 file="people_page/users_page.js" 951 file="people_page/users_page.js"
939 type="chrome_html" /> 952 type="chrome_html" />
940 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 953 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
941 file="people_page/users_page.html" 954 file="people_page/users_page.html"
942 type="chrome_html" 955 type="chrome_html"
943 flattenhtml="true" 956 flattenhtml="true"
944 allowexternalscript="true" /> 957 allowexternalscript="true" />
945 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 958 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
946 file="people_page/users_page.css" 959 file="people_page/users_page.css"
947 type="chrome_html" /> 960 type="chrome_html" />
948 </if> 961 </if>
949 </structures> 962 </structures>
950 </release> 963 </release>
951 </grit> 964 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698