diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 22:43:37 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-21 22:43:37 +0000 |
commit | 698601ed9a0a452c6cc7761d74c06afb1226ac86 (patch) | |
tree | 63c775989d9f53ff3af937bbba7819feba8827b2 /chrome/browser/browser_resources.grd | |
parent | 1054e85a824e6b951a391c23a6d88b337b7e798c (diff) | |
download | chromium_src-698601ed9a0a452c6cc7761d74c06afb1226ac86.zip chromium_src-698601ed9a0a452c6cc7761d74c06afb1226ac86.tar.gz chromium_src-698601ed9a0a452c6cc7761d74c06afb1226ac86.tar.bz2 |
Create an initial Chrome page for file browsing. This just implements the
ability to list files and display them in JS via DOMUI.
BUG=none
TEST=none
Original review: http://codereview.chromium.org/255090
Patch by David Garcia.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 05e6342..bb0241c 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -36,6 +36,9 @@ without changes to the corresponding grd file. ek --> <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml="true" type="BINDATA" /> + <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')"> + <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" flattenhtml="true" type="BINDATA" /> + </if> <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_LOCAL_STRINGS_JS" file="resources\local_strings.js" type="BINDATA" /> <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="true" type="BINDATA" /> |