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

Unified 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 side-by-side diff with in-line comments
Download patch
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>
« 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