Chromium Code Reviews| 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..cdc474ff73b7b79171630f8c7fafa43103fbcc8f 100644 |
| --- a/chrome/browser/resources/options_resources.grd |
| +++ b/chrome/browser/resources/options_resources.grd |
| @@ -17,6 +17,84 @@ |
| flattenhtml="true" |
| allowexternalscript="true" |
| type="chrome_html" /> |
| + <structure name="IDR_OPTIONS_PIN_KEYBOARD_HTML" |
|
xiyuan
2016/08/16 18:19:47
Can we only include them for chromeos build?
xiaoyinh(OOO Sep 11-29)
2016/08/17 20:52:11
Done.
|
| + 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="options/route_stub.html" |
| + type="chrome_html" |
| + flattenhtml="true" |
| + allowexternalscript="true" /> |
| + <structure name="IDR_OPTIONS_ROUTE_JS" |
| + file="options/route_stub.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" /> |
| </structures> |
| </release> |
| </grit> |