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

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

Issue 2236213002: Add quick unlock Settings in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 4 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>
11 <structure name="IDR_OPTIONS_BUNDLE_JS" 11 <structure name="IDR_OPTIONS_BUNDLE_JS"
12 file="options/options_bundle.js" 12 file="options/options_bundle.js"
13 flattenhtml="true" 13 flattenhtml="true"
14 type="chrome_html" /> 14 type="chrome_html" />
15 <structure name="IDR_OPTIONS_HTML" 15 <structure name="IDR_OPTIONS_HTML"
16 file="options/options.html" 16 file="options/options.html"
17 flattenhtml="true" 17 flattenhtml="true"
18 allowexternalscript="true" 18 allowexternalscript="true"
19 type="chrome_html" /> 19 type="chrome_html" />
20 <if expr="chromeos">
21 <structure name="IDR_OPTIONS_PIN_KEYBOARD_HTML"
22 file="chromeos/quick_unlock/pin_keyboard.html"
23 type="chrome_html"
24 flattenhtml="true"
25 allowexternalscript="true" />
26 <structure name="IDR_OPTIONS_PIN_KEYBOARD_JS"
27 file="chromeos/quick_unlock/pin_keyboard.js"
28 type="chrome_html"
29 flattenhtml="true" />
30 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_JS"
31 file="settings/people_page/password_prompt_dialog.js"
32 type="chrome_html" />
33 <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_HTML"
34 file="settings/people_page/password_prompt_dialog.html"
35 type="chrome_html"
36 flattenhtml="true"
37 allowexternalscript="true" />
38 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_JS"
39 file="settings/people_page/lock_state_behavior.js"
40 type="chrome_html" />
41 <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_HTML"
42 file="settings/people_page/lock_state_behavior.html"
43 type="chrome_html"
44 flattenhtml="true"
45 allowexternalscript="true" />
46 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS"
47 file="settings/people_page/setup_pin_dialog.js"
48 type="chrome_html" />
49 <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML"
50 file="settings/people_page/setup_pin_dialog.html"
51 type="chrome_html"
52 flattenhtml="true"
53 allowexternalscript="true" />
54 <structure name="IDR_OPTIONS_LOCK_SCREEN_JS"
55 file="settings/people_page/lock_screen.js"
56 type="chrome_html" />
57 <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML"
58 file="settings/people_page/lock_screen.html"
59 type="chrome_html"
60 flattenhtml="true"
61 allowexternalscript="true" />
62 <structure name="IDR_OPTIONS_ROUTE_HTML"
63 file="settings/route.html"
64 type="chrome_html"
65 flattenhtml="true"
66 allowexternalscript="true" />
67 <structure name="IDR_OPTIONS_ROUTE_JS"
68 file="settings/route.js"
69 type="chrome_html"
70 flattenhtml="true" />
71 <structure name="IDR_SETTINGS_SHARED_CSS_HTML"
72 file="settings/settings_shared_css.html"
73 type="chrome_html"
74 flattenhtml="true"
75 allowexternalscript="true" />
76 <structure name="IDR_SETTINGS_VARS_CSS_HTML"
77 file="settings/settings_vars_css.html"
78 type="chrome_html"
79 flattenhtml="true"
80 allowexternalscript="true" />
81 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_HTML"
82 file="settings/prefs/prefs_behavior.html"
83 type="chrome_html"
84 flattenhtml="true"
85 allowexternalscript="true" />
86 <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS"
87 file="settings/prefs/prefs_behavior.js"
88 type="chrome_html"
89 flattenhtml="true" />
90 <structure name="IDR_SETTINGS_PREFS_TYPES_HTML"
91 file="settings/prefs/prefs_types.html"
92 type="chrome_html"
93 flattenhtml="true"
94 allowexternalscript="true" />
95 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
96 file="settings/prefs/prefs_types.js"
97 type="chrome_html"
98 flattenhtml="true" />
99 <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
100 file="options/options_polymer.html"
101 type="chrome_html"
102 flattenhtml="true"
103 allowexternalscript="true" />
104 </if>
20 </structures> 105 </structures>
21 </release> 106 </release>
22 </grit> 107 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/sync_section.html ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698