From 17ee3a0708898be179820aa17482b803ef549632 Mon Sep 17 00:00:00 2001 From: "mpcomplete@google.com" Date: Thu, 6 Nov 2008 22:45:50 +0000 Subject: Change the way inputs are specified in the gears sconscripts. This will make it easier to share inputs among files, in preparation for the symbian port. Also, some small fixes: - Added a hack to the third party lib scripts to place the libraries in the right directory. Normally SCons does this, but fails due to a bug when COMPONENT_LIBRARY_DIR is changed. - Added fake notifier targets to make the win32 installer happy. - Added NPAPI's gears.dll to the win32 installer dependencies, so it is built (even though it isn't used by the installer). - Added symbian file to sqlite compile. Review URL: http://codereview.chromium.org/9657 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4921 0039d316-1c4b-4281-b951-d872f2087c98 --- gears/SConscript.zlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gears/SConscript.zlib') diff --git a/gears/SConscript.zlib b/gears/SConscript.zlib index 91bc727..40c5442 100644 --- a/gears/SConscript.zlib +++ b/gears/SConscript.zlib @@ -45,4 +45,4 @@ if not env['OFFICIAL_BUILD']: '$ZLIB_DIR/trees.c', ] -env.ChromeStaticLibrary('zlib-gears', input_files) +env.GearsStaticLibrary('zlib-gears', input_files) -- cgit v1.1