diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libjpeg/using_libjpeg.scons | 18 | ||||
-rw-r--r-- | third_party/libxslt/using_libxslt.scons | 18 |
2 files changed, 0 insertions, 36 deletions
diff --git a/third_party/libjpeg/using_libjpeg.scons b/third_party/libjpeg/using_libjpeg.scons index d1e6cf2..d7449f5 100644 --- a/third_party/libjpeg/using_libjpeg.scons +++ b/third_party/libjpeg/using_libjpeg.scons @@ -16,21 +16,3 @@ env.Append( 'libjpeg', ], ) -# 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 libjpeg library. -""" - -Import("env") - -env.Append( - CPPPATH = [ - '$LIBJPEG_DIR', - ], - LIBS = [ - 'libjpeg', - ], -) 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', - ], -) |