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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Fixed patch set 1 errors. Created 4 years, 3 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 17 matching lines...) Expand all
28 type="chrome_html" 28 type="chrome_html"
29 flattenhtml="true" /> 29 flattenhtml="true" />
30 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_JS" 30 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_JS"
31 file="settings/people_page/password_prompt_dialog.js" 31 file="settings/people_page/password_prompt_dialog.js"
32 type="chrome_html" /> 32 type="chrome_html" />
33 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_HTML" 33 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_HTML"
34 file="settings/people_page/password_prompt_dialog.html" 34 file="settings/people_page/password_prompt_dialog.html"
35 type="chrome_html" 35 type="chrome_html"
36 flattenhtml="true" 36 flattenhtml="true"
37 allowexternalscript="true" /> 37 allowexternalscript="true" />
38 <structure name="IDR_OPTIONS_LOCK_SCREEN_CONSTANTS_JS"
jdufault 2016/09/13 19:36:35 These files also need to get added to compiled_res
sammiequon 2016/09/13 21:34:57 Done.
39 file="settings/people_page/lock_screen_constants.js"
40 type="chrome_html" />
41 <structure name="IDR_OPTIONS_LOCK_SCREEN_CONSTANTS_HTML"
42 file="settings/people_page/lock_screen_constants.html"
43 type="chrome_html"
44 flattenhtml="true"
45 allowexternalscript="true" />
38 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_JS" 46 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_JS"
39 file="settings/people_page/lock_state_behavior.js" 47 file="settings/people_page/lock_state_behavior.js"
40 type="chrome_html" /> 48 type="chrome_html" />
41 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_HTML" 49 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_HTML"
42 file="settings/people_page/lock_state_behavior.html" 50 file="settings/people_page/lock_state_behavior.html"
43 type="chrome_html" 51 type="chrome_html"
44 flattenhtml="true" 52 flattenhtml="true"
45 allowexternalscript="true" /> 53 allowexternalscript="true" />
46 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS" 54 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS"
47 file="settings/people_page/setup_pin_dialog.js" 55 file="settings/people_page/setup_pin_dialog.js"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 flattenhtml="true" /> 106 flattenhtml="true" />
99 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML" 107 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
100 file="options/options_polymer.html" 108 file="options/options_polymer.html"
101 type="chrome_html" 109 type="chrome_html"
102 flattenhtml="true" 110 flattenhtml="true"
103 allowexternalscript="true" /> 111 allowexternalscript="true" />
104 </if> 112 </if>
105 </structures> 113 </structures>
106 </release> 114 </release>
107 </grit> 115 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698