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/libjpeg | |
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/libjpeg')
-rw-r--r-- | third_party/libjpeg/using_libjpeg.scons | 18 |
1 files changed, 0 insertions, 18 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', - ], -) |