summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-03 21:21:20 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-03 21:21:20 +0000
commitdf2615ef196cd019e74187721e42360346f1d455 (patch)
treeb115c11bedc8fd22cd21ce6c91827c08674deada /third_party/libxslt
parent4e2c5ff0e0221158e3574ea2536d6a42a3c1be64 (diff)
downloadchromium_src-df2615ef196cd019e74187721e42360346f1d455.zip
chromium_src-df2615ef196cd019e74187721e42360346f1d455.tar.gz
chromium_src-df2615ef196cd019e74187721e42360346f1d455.tar.bz2
Convert third-party SConscript files to psuedo-builder calls.
TBR: evanm,bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt')
-rw-r--r--third_party/libxslt/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxslt/SConscript b/third_party/libxslt/SConscript
index 8f92607..b918583 100644
--- a/third_party/libxslt/SConscript
+++ b/third_party/libxslt/SConscript
@@ -77,7 +77,7 @@ input_files = [
'libxslt/xsltutils.c',
]
-env.StaticLibrary('libxslt', input_files)
+env.ChromeStaticLibrary('libxslt', input_files)
config_files = [