From 07c3721d718b02000ca00842cf9186ef3614af32 Mon Sep 17 00:00:00 2001 From: "mpcomplete@google.com" Date: Fri, 7 Nov 2008 00:27:01 +0000 Subject: Pull input file lists from SConscript.common and SConscript.dll to SConscript.inputs. This file will be shared by the symbian port. SConscript.inputs is mostly a cut+paste of the original files. The few changes are to stick resources on the 'env' var so they can be shared. Review URL: http://codereview.chromium.org/9666 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4939 0039d316-1c4b-4281-b951-d872f2087c98 --- gears/SConscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gears/SConscript') diff --git a/gears/SConscript b/gears/SConscript index 0811393..bee00fb 100644 --- a/gears/SConscript +++ b/gears/SConscript @@ -739,9 +739,9 @@ for each in sconscripts: # Must come before SConscript.dll because it Imports targets from this # SConscript. env.SConscript('SConscript.common', - exports=['env'], - variant_dir='$COMMON_OUTDIR', - duplicate=0) + exports=['env'], + variant_dir='$COMMON_OUTDIR', + duplicate=0) browsers = [env['BROWSER']] if browsers[0] == 'all': -- cgit v1.1