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

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

Issue 1975003002: MD Settings: About page, implementing detailed build info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 7 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/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index e83b9e7e83cc50ae7cc26f9a9885c757e98ba926..47d0a74d4dc6c5dc7ca02e791c558aef83d66418 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -37,6 +37,14 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <if expr="chromeos">
+ <structure name="IDR_SETTINGS_DETAILED_BUILD_INFO_JS"
+ file="about_page/detailed_build_info.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DETAILED_BUILD_INFO_HTML"
+ file="about_page/detailed_build_info.html"
+ type="chrome_html" />
+ </if>
<structure name="IDR_SETTINGS_ADD_SITE_DIALOG_HTML"
file="site_settings/add_site_dialog.html"
type="chrome_html" />
« no previous file with comments | « chrome/browser/resources/settings/about_page/detailed_build_info.js ('k') | chrome/browser/ui/webui/settings/about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698