diff options
Diffstat (limited to 'third_party/libxslt/using_libxslt.scons')
-rw-r--r-- | third_party/libxslt/using_libxslt.scons | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/libxslt/using_libxslt.scons b/third_party/libxslt/using_libxslt.scons index d8f636f..3e2146a 100644 --- a/third_party/libxslt/using_libxslt.scons +++ b/third_party/libxslt/using_libxslt.scons @@ -16,21 +16,3 @@ env.Append( 'libxslt', ], ) -# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -__doc__ = """ -Settings for other components using the libxslt library. -""" - -Import("env") - -env.Append( - CPPPATH = [ - '$LIBXSLT_DIR', - ], - LIBS = [ - 'libxslt', - ], -) |