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

Side by Side Diff: chrome/browser/resources/options_resources.grd

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Rebased. Created 3 years, 10 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/options_resources.h" type="rc_header"> 4 <output filename="grit/options_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="options_resources.pak" type="data_package" /> 7 <output filename="options_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 flattenhtml="true" 57 flattenhtml="true"
58 allowexternalscript="true" /> 58 allowexternalscript="true" />
59 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS" 59 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS"
60 file="settings/people_page/setup_pin_dialog.js" 60 file="settings/people_page/setup_pin_dialog.js"
61 type="chrome_html" /> 61 type="chrome_html" />
62 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML" 62 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML"
63 file="settings/people_page/setup_pin_dialog.html" 63 file="settings/people_page/setup_pin_dialog.html"
64 type="chrome_html" 64 type="chrome_html"
65 flattenhtml="true" 65 flattenhtml="true"
66 allowexternalscript="true" /> 66 allowexternalscript="true" />
67 <structure name="IDR_OPTIONS_FINGERPRINT_LIST_JS"
68 file="settings/people_page/fingerprint_list.js"
69 type="chrome_html" />
70 <structure name="IDR_OPTIONS_FINGERPRINT_LIST_HTML"
71 file="settings/people_page/fingerprint_list.html"
72 type="chrome_html" />
67 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS" 73 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS"
68 file="settings/people_page/lock_screen.js" 74 file="settings/people_page/lock_screen.js"
69 type="chrome_html" /> 75 type="chrome_html" />
70 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML" 76 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML"
71 file="settings/people_page/lock_screen.html" 77 file="settings/people_page/lock_screen.html"
72 type="chrome_html" 78 type="chrome_html"
73 flattenhtml="true" 79 flattenhtml="true"
74 allowexternalscript="true" /> 80 allowexternalscript="true" />
75 <structure name="IDR_OPTIONS_ROUTE_HTML" 81 <structure name="IDR_OPTIONS_ROUTE_HTML"
76 file="settings/route.html" 82 file="settings/route.html"
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 flattenhtml="true" /> 144 flattenhtml="true" />
139 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML" 145 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
140 file="options/options_polymer.html" 146 file="options/options_polymer.html"
141 type="chrome_html" 147 type="chrome_html"
142 flattenhtml="true" 148 flattenhtml="true"
143 allowexternalscript="true" /> 149 allowexternalscript="true" />
144 </if> 150 </if>
145 </structures> 151 </structures>
146 </release> 152 </release>
147 </grit> 153 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698