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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Closure compiler fix. 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 22 matching lines...) Expand all
33 type="chrome_html" 33 type="chrome_html"
34 flattenhtml="true" /> 34 flattenhtml="true" />
35 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_JS" 35 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_JS"
36 file="settings/people_page/password_prompt_dialog.js" 36 file="settings/people_page/password_prompt_dialog.js"
37 type="chrome_html" /> 37 type="chrome_html" />
38 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_HTML" 38 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_HTML"
39 file="settings/people_page/password_prompt_dialog.html" 39 file="settings/people_page/password_prompt_dialog.html"
40 type="chrome_html" 40 type="chrome_html"
41 flattenhtml="true" 41 flattenhtml="true"
42 allowexternalscript="true" /> 42 allowexternalscript="true" />
43 <structure name="IDR_OPTIONS_LOCK_SCREEN_CONSTANTS_JS"
44 file="settings/people_page/lock_screen_constants.js"
45 type="chrome_html" />
46 <structure name="IDR_OPTIONS_LOCK_SCREEN_CONSTANTS_HTML"
47 file="settings/people_page/lock_screen_constants.html"
48 type="chrome_html"
49 flattenhtml="true"
50 allowexternalscript="true" />
43 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_JS" 51 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_JS"
44 file="settings/people_page/lock_state_behavior.js" 52 file="settings/people_page/lock_state_behavior.js"
45 type="chrome_html" /> 53 type="chrome_html" />
46 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_HTML" 54 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_HTML"
47 file="settings/people_page/lock_state_behavior.html" 55 file="settings/people_page/lock_state_behavior.html"
48 type="chrome_html" 56 type="chrome_html"
49 flattenhtml="true" 57 flattenhtml="true"
50 allowexternalscript="true" /> 58 allowexternalscript="true" />
51 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS" 59 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS"
52 file="settings/people_page/setup_pin_dialog.js" 60 file="settings/people_page/setup_pin_dialog.js"
(...skipping 50 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