diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 16:11:15 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 16:11:15 +0000 |
commit | 93723b5339a6f238745c7445665276aa1e1f8bda (patch) | |
tree | d3b78e2041cab3cfe36582409d9a301410b20565 /build | |
parent | 6d68331166aa8e283c254cd6d83057541b74e9fc (diff) | |
download | chromium_src-93723b5339a6f238745c7445665276aa1e1f8bda.zip chromium_src-93723b5339a6f238745c7445665276aa1e1f8bda.tar.gz chromium_src-93723b5339a6f238745c7445665276aa1e1f8bda.tar.bz2 |
Fix SCons build of the sandbox module, splitting out the individual
targets into the new *.scons file naming scheme.
Review URL: http://codereview.chromium.org/8616
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/SConscript.main | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index 69f7ef3..873371e 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -489,7 +489,7 @@ if LoadComponent('rlz'): sconscripts.append('$RLZ_DIR/SConscript') if LoadComponent('sandbox'): - sconscripts.append('$SANDBOX_DIR/src/SConscript') + sconscripts.append('$SANDBOX_DIR/sandbox.scons') if LoadComponent('sdch'): sconscripts.append('$SDCH_DIR/SConscript') |