summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 18:47:24 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 18:47:24 +0000
commit698cccb1cd82f0b1a66b721a3a3b52fca870798c (patch)
tree548cf844da3fc0863248aa9f649cba3f2fb3809d /chrome/app
parent11dfb0d72239468ef75fe9f228d0c36324ddfdd3 (diff)
downloadchromium_src-698cccb1cd82f0b1a66b721a3a3b52fca870798c.zip
chromium_src-698cccb1cd82f0b1a66b721a3a3b52fca870798c.tar.gz
chromium_src-698cccb1cd82f0b1a66b721a3a3b52fca870798c.tar.bz2
Fix directory listings in mac and linux by making sure the code
for loading the template is enabled and the resource exists. Review URL: http://codereview.chromium.org/42053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_resources.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_resources.scons b/chrome/app/chrome_resources.scons
index 0646487..309bf21 100644
--- a/chrome/app/chrome_resources.scons
+++ b/chrome/app/chrome_resources.scons
@@ -27,6 +27,7 @@ if env.Bit('linux'):
['$TARGET_ROOT/grit_derived_sources/browser_resources.pak',
'$TARGET_ROOT/grit_derived_sources/debugger_resources.pak',
'$TARGET_ROOT/grit_derived_sources/common_resources.pak',
+ '$TARGET_ROOT/grit_derived_sources/net_resources.pak',
'$TARGET_ROOT/grit_derived_sources/renderer_resources.pak',
'$TARGET_ROOT/grit_derived_sources/webkit_resources.pak',
]