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

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

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Fixed patch set 7 errors. 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/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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 flattenhtml="true" 49 flattenhtml="true"
50 allowexternalscript="true" /> 50 allowexternalscript="true" />
51 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS" 51 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS"
52 file="settings/people_page/setup_pin_dialog.js" 52 file="settings/people_page/setup_pin_dialog.js"
53 type="chrome_html" /> 53 type="chrome_html" />
54 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML" 54 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML"
55 file="settings/people_page/setup_pin_dialog.html" 55 file="settings/people_page/setup_pin_dialog.html"
56 type="chrome_html" 56 type="chrome_html"
57 flattenhtml="true" 57 flattenhtml="true"
58 allowexternalscript="true" /> 58 allowexternalscript="true" />
59 <structure name="IDR_OPTIONS_FINGERPRINT_LIST_JS"
60 file="settings/people_page/fingerprint_list.js"
61 type="chrome_html" />
62 <structure name="IDR_OPTIONS_FINGERPRINT_LIST_HTML"
63 file="settings/people_page/fingerprint_list.html"
64 type="chrome_html"
65 flattenhtml="true"
66 allowexternalscript="true" />
59 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS" 67 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS"
60 file="settings/people_page/lock_screen.js" 68 file="settings/people_page/lock_screen.js"
61 type="chrome_html" /> 69 type="chrome_html" />
62 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML" 70 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML"
63 file="settings/people_page/lock_screen.html" 71 file="settings/people_page/lock_screen.html"
64 type="chrome_html" 72 type="chrome_html"
65 flattenhtml="true" 73 flattenhtml="true"
66 allowexternalscript="true" /> 74 allowexternalscript="true" />
67 <structure name="IDR_OPTIONS_ROUTE_HTML" 75 <structure name="IDR_OPTIONS_ROUTE_HTML"
68 file="settings/route.html" 76 file="settings/route.html"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 flattenhtml="true" /> 111 flattenhtml="true" />
104 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML" 112 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
105 file="options/options_polymer.html" 113 file="options/options_polymer.html"
106 type="chrome_html" 114 type="chrome_html"
107 flattenhtml="true" 115 flattenhtml="true"
108 allowexternalscript="true" /> 116 allowexternalscript="true" />
109 </if> 117 </if>
110 </structures> 118 </structures>
111 </release> 119 </release>
112 </grit> 120 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698