diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 01:06:34 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 01:06:34 +0000 |
commit | 6465b5483efc973ac39cd4b34da4f10348e2bb19 (patch) | |
tree | 608af23e5a881624e0e868cecda13e5b4d453413 /chrome/browser/browser_resources.grd | |
parent | c4488401f9d5f6c922427f23882d6ce74127a5d0 (diff) | |
download | chromium_src-6465b5483efc973ac39cd4b34da4f10348e2bb19.zip chromium_src-6465b5483efc973ac39cd4b34da4f10348e2bb19.tar.gz chromium_src-6465b5483efc973ac39cd4b34da4f10348e2bb19.tar.bz2 |
separate about page into its own page (included in chrome://chrome)
for now it's only enabled in cros, but we plan to have a version for desktop chrome as well, which is why I took it out of the chromeos namespace.
BUG=109203
TEST=manual
Review URL: http://codereview.chromium.org/9124028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 8246c3b..aae6711 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -133,6 +133,8 @@ <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_promo.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> </if> <if expr="pp_ifdef('chromeos')"> + <include name="IDR_ABOUT_PAGE_HTML" file="resources\about_page\about_page.html" flattenhtml="true" type="BINDATA" /> + <include name="IDR_ABOUT_PAGE_JS" file="resources\about_page\about_page.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_ACTIVE_DOWNLOADS_HTML" file="resources\chromeos\active_downloads.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_ACTIVE_DOWNLOADS_JS" file="resources\chromeos\active_downloads.js" type="BINDATA" /> |