| Index: chrome/browser/resources/options_resources.grd
|
| diff --git a/chrome/browser/resources/options_resources.grd b/chrome/browser/resources/options_resources.grd
|
| index f517c4182a8d42b3b8940acf03295da32da08105..ae34933137c3c36f969e1c8a21108db31e987cfd 100644
|
| --- a/chrome/browser/resources/options_resources.grd
|
| +++ b/chrome/browser/resources/options_resources.grd
|
| @@ -17,6 +17,91 @@
|
| flattenhtml="true"
|
| allowexternalscript="true"
|
| type="chrome_html" />
|
| + <if expr="chromeos">
|
| + <structure name="IDR_OPTIONS_PIN_KEYBOARD_HTML"
|
| + file="chromeos/quick_unlock/pin_keyboard.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_OPTIONS_PIN_KEYBOARD_JS"
|
| + file="chromeos/quick_unlock/pin_keyboard.js"
|
| + type="chrome_html"
|
| + flattenhtml="true" />
|
| + <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_JS"
|
| + file="settings/people_page/password_prompt_dialog.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_OPTIONS_PASSWORD_PROMPT_DIALOG_HTML"
|
| + file="settings/people_page/password_prompt_dialog.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_JS"
|
| + file="settings/people_page/lock_state_behavior.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_OPTIONS_LOCK_STATE_BEHAVIOR_HTML"
|
| + file="settings/people_page/lock_state_behavior.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_JS"
|
| + file="settings/people_page/setup_pin_dialog.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_OPTIONS_SETUP_PIN_DIALOG_HTML"
|
| + file="settings/people_page/setup_pin_dialog.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_OPTIONS_LOCK_SCREEN_JS"
|
| + file="settings/people_page/lock_screen.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_OPTIONS_LOCK_SCREEN_HTML"
|
| + file="settings/people_page/lock_screen.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_OPTIONS_ROUTE_HTML"
|
| + file="settings/route.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_OPTIONS_ROUTE_JS"
|
| + file="settings/route.js"
|
| + type="chrome_html"
|
| + flattenhtml="true" />
|
| + <structure name="IDR_SETTINGS_SHARED_CSS_HTML"
|
| + file="settings/settings_shared_css.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_VARS_CSS_HTML"
|
| + file="settings/settings_vars_css.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_HTML"
|
| + file="settings/prefs/prefs_behavior.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_PREFS_BEHAVIOR_JS"
|
| + file="settings/prefs/prefs_behavior.js"
|
| + type="chrome_html"
|
| + flattenhtml="true" />
|
| + <structure name="IDR_SETTINGS_PREFS_TYPES_HTML"
|
| + file="settings/prefs/prefs_types.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
|
| + file="settings/prefs/prefs_types.js"
|
| + type="chrome_html"
|
| + flattenhtml="true" />
|
| + <structure name="IDR_OPTIONS_POLYMER_ELEMENTS_HTML"
|
| + file="options/options_polymer.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + </if>
|
| </structures>
|
| </release>
|
| </grit>
|
|
|