summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/settings_resources.grd
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/settings_resources.grd')
-rw-r--r--chromium/chrome/browser/resources/settings/settings_resources.grd58
1 files changed, 52 insertions, 6 deletions
diff --git a/chromium/chrome/browser/resources/settings/settings_resources.grd b/chromium/chrome/browser/resources/settings/settings_resources.grd
index 4474624ac7a..77e1b47cdcd 100644
--- a/chromium/chrome/browser/resources/settings/settings_resources.grd
+++ b/chromium/chrome/browser/resources/settings/settings_resources.grd
@@ -34,12 +34,6 @@
<structure name="IDR_SETTINGS_TTS_SUBPAGE_HTML"
file="a11y_page/tts_subpage.html"
type="chrome_html" />
- <structure name="IDR_SETTINGS_GOOGLE_TTS_ENGINE_SUBPAGE_JS"
- file="a11y_page/google_tts_engine_subpage.js"
- type="chrome_html" />
- <structure name="IDR_SETTINGS_GOOGLE_TTS_ENGINE_SUBPAGE_HTML"
- file="a11y_page/google_tts_engine_subpage.html"
- type="chrome_html" />
</if>
<structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML"
file="about_page/about_page_browser_proxy.html"
@@ -90,6 +84,12 @@
file="site_settings/all_sites.js"
type="chrome_html"
preprocess="true" />
+ <structure name="IDR_SETTINGS_SITE_ENTRY_HTML"
+ file="site_settings/site_entry.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SITE_ENTRY_JS"
+ file="site_settings/site_entry.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CATEGORY_DEFAULT_SETTING_HTML"
file="site_settings/category_default_setting.html"
type="chrome_html" />
@@ -604,6 +604,13 @@
file="icons.html"
type="chrome_html"
preprocess="true" />
+ <structure name="IDR_SETTINGS_FIND_SHORTCUT_BEHAVIOR_HTML"
+ file ="find_shortcut_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_FIND_SHORTCUT_BEHAVIOR_JS"
+ file ="find_shortcut_behavior.js"
+ type="chrome_html"
+ preprocess="true" />
<structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML"
file="reset_page/powerwash_dialog.html"
type="chrome_html" />
@@ -927,6 +934,15 @@
<structure name="IDR_SETTINGS_PDF_DOCUMENTS_JS"
file="site_settings/pdf_documents.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_PERSONALIZATION_OPTIONS_HTML"
+ file="privacy_page/personalization_options.html"
+ type="chrome_html"
+ preprocess="true"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_PERSONALIZATION_OPTIONS_JS"
+ file="privacy_page/personalization_options.js"
+ preprocess="true"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PRIVACY_PAGE_HTML"
file="privacy_page/privacy_page.html"
type="chrome_html"
@@ -1146,6 +1162,28 @@
file="site_settings/zoom_levels.js"
type="chrome_html" />
<if expr="chromeos">
+ <structure name="IDR_SETTINGS_CROSTINI_PAGE_HTML"
+ file="crostini_page/crostini_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CROSTINI_PAGE_JS"
+ file="crostini_page/crostini_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CROSTINI_SUBPAGE_HTML"
+ file="crostini_page/crostini_subpage.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CROSTINI_SUBPAGE_JS"
+ file="crostini_page/crostini_subpage.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CROSTINI_BROWSER_PROXY_JS"
+ file="crostini_page/crostini_browser_proxy.js"
+ type="chrome_html"
+ preprocess="true"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_CROSTINI_BROWSER_PROXY_HTML"
+ file="crostini_page/crostini_browser_proxy.html"
+ type="chrome_html"
+ preprocess="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_HTML"
file="android_apps_page/android_apps_page.html"
type="chrome_html" />
@@ -1285,6 +1323,14 @@
<structure name="IDR_SETTINGS_TETHER_CONNECTION_DIALOG_JS"
file="internet_page/tether_connection_dialog.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_PEOPLE_PAGE_ACCOUNT_MANAGER_HTML"
+ file="people_page/account_manager.html"
+ type="chrome_html"
+ preprocess="true" />
+ <structure name="IDR_SETTINGS_PEOPLE_PAGE_ACCOUNT_MANAGER_JS"
+ file="people_page/account_manager.js"
+ type="chrome_html"
+ preprocess="true" />
<structure name="IDR_SETTINGS_PEOPLE_PAGE_CHANGE_PICTURE_HTML"
file="people_page/change_picture.html"
type="chrome_html"