From 9a1e59c4bb7c28ebb33ae4ea75032257b4f6eb7d Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 13 Feb 2009 19:25:32 +0000 Subject: Fix duplicate entries in third_party scons files. Review URL: http://codereview.chromium.org/20365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9775 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libjpeg/using_libjpeg.scons | 18 ------------------ third_party/libxslt/using_libxslt.scons | 18 ------------------ 2 files changed, 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', - ], -) -- cgit v1.1