summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-20 00:23:58 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-20 00:23:58 +0000
commitfedc4b5af0bceaa503d0056857c75b671a31870c (patch)
treef1b1109043916883beb6ba6256be94970405ae69 /chrome
parent5a276d40205cb3c1aa50e088336aceefc9ba5f29 (diff)
downloadchromium_src-fedc4b5af0bceaa503d0056857c75b671a31870c.zip
chromium_src-fedc4b5af0bceaa503d0056857c75b671a31870c.tar.gz
chromium_src-fedc4b5af0bceaa503d0056857c75b671a31870c.tar.bz2
Add a line back in that was accidentally removed before the commit. Fixes the linux build.
Review URL: http://codereview.chromium.org/21530 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 11878ed..f5cfd12 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -730,6 +730,7 @@ if not env.Bit('windows'):
'printing/printer_query.cc',
'printing/win_printing_context.cc',
'rlz/rlz.cc',
+ 'sandbox_policy.cc',
'shell_integration.cc',
'tab_contents/native_ui_contents.cc',
'tab_contents/render_view_context_menu.cc',