summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_resources.grd
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-04 22:59:14 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-04 22:59:14 +0000
commit81283c90a1729e33ee61808430b3d86ff5320ce6 (patch)
tree302c8814870c8efbdd562955999d758e23b16832 /chrome/browser/browser_resources.grd
parent27678b2a2636707786d7be8e902773d8fa2e72ab (diff)
downloadchromium_src-81283c90a1729e33ee61808430b3d86ff5320ce6.zip
chromium_src-81283c90a1729e33ee61808430b3d86ff5320ce6.tar.gz
chromium_src-81283c90a1729e33ee61808430b3d86ff5320ce6.tar.bz2
Help: Implement the initial version of the cross-platform help/about page.
BUG=110506 TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9320056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r--chrome/browser/browser_resources.grd5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index a98c30b..4084b92 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -63,6 +63,9 @@
<include name="IDR_FLAGS_HTML_WARNING" file="resources\flags_warning.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_FLAGS_JS" file="resources\flags.js" type="BINDATA" />
<include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_HELP_HTML" file="resources\help\help.html" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_GPU_BLACKLIST" file="resources\software_rendering_list\software_rendering_list.json" type="BINDATA" />
<include name="IDR_GPU_INTERNALS_HTML" file="resources\gpu_internals\gpu_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_GPU_INTERNALS_JS" file="resources\gpu_internals\gpu_internals.js" flattenhtml="true" type="BINDATA" />
@@ -144,8 +147,6 @@
<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" />