| 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 5a8c40e230d90d1210a6aeac2b1188c75a7481d1..77a1c724bd14770f49e86ed654312b8df68e928b 100644
|
| --- a/chrome/browser/resources/settings/settings_resources.grd
|
| +++ b/chrome/browser/resources/settings/settings_resources.grd
|
| @@ -1017,6 +1017,26 @@
|
| type="chrome_html"
|
| preprocess="true"
|
| allowexternalscript="true" />
|
| + <if expr="chromeos">
|
| + <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_PAGE_JS"
|
| + file="google_assistant_page/google_assistant_page.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_PAGE_HTML"
|
| + file="google_assistant_page/google_assistant_page.html"
|
| + type="chrome_html"
|
| + preprocess="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_BROWSER_PROXY_JS"
|
| + file="google_assistant_page/google_assistant_browser_proxy.js"
|
| + type="chrome_html"
|
| + preprocess="true"
|
| + allowexternalscript="true" />
|
| + <structure name="IDR_SETTINGS_GOOGLE_ASSISTANT_PAGE_GOOGLE_ASSISTANT_BROWSER_PROXY_HTML"
|
| + file="google_assistant_page/google_assistant_browser_proxy.html"
|
| + type="chrome_html"
|
| + preprocess="true"
|
| + allowexternalscript="true" />
|
| + </if>
|
| <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
|
| file="search_page/search_page.js"
|
| type="chrome_html" />
|
|
|