diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 19:25:32 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 19:25:32 +0000 |
commit | 9a1e59c4bb7c28ebb33ae4ea75032257b4f6eb7d (patch) | |
tree | 9246174efca654add1e883cfab5e109b075fbb2f /third_party | |
parent | 20d2b454c328bbc8b5a30e43627ca100aa370fe0 (diff) | |
download | chromium_src-9a1e59c4bb7c28ebb33ae4ea75032257b4f6eb7d.zip chromium_src-9a1e59c4bb7c28ebb33ae4ea75032257b4f6eb7d.tar.gz chromium_src-9a1e59c4bb7c28ebb33ae4ea75032257b4f6eb7d.tar.bz2 |
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
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', - ], -) |