| Index: chrome/browser/resources/settings/settings_resources.grd
|
| diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
|
| index 4f04c098d9ee0aa154049174f680d3c2d28f4373..551f7c52565a85f1e752b0eb2a6af12ca1d510ab 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -974,6 +974,22 @@
|
| file="site_settings/zoom_levels.js"
|
| type="chrome_html" />
|
| <if expr="chromeos">
|
| + <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_HTML"
|
| + file="android_apps_page/android_apps_page.html"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_ANDROID_APPS_PAGE_JS"
|
| + file="android_apps_page/android_apps_page.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_JS"
|
| + file="android_apps_page/android_apps_browser_proxy.js"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_ANDROID_APPS_BROWSER_PROXY_HTML"
|
| + file="android_apps_page/android_apps_browser_proxy.html"
|
| + type="chrome_html"
|
| + flattenhtml="true"
|
| + allowexternalscript="true" />
|
| <structure name="IDR_SETTINGS_BLUETOOTH_DEVICE_DIALOG_HTML"
|
| file="bluetooth_page/bluetooth_device_dialog.html"
|
| type="chrome_html" />
|
|
|