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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2952463002: App list sync unit tests (Closed)
Patch Set: Add in dummy hooks for assistant settings launcher Created 3 years, 5 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
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" />
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698