diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-25 22:08:44 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-25 22:08:44 +0000 |
commit | de8d2667d6953abb31b7c5385ca718ad47adf6a1 (patch) | |
tree | 3d4499631bbf551dd81bb50b43452705b37d7bfb /gears/SConscript.libjpeg | |
parent | c9ec45429c64884c35f83b74131c0e3ae5b2bbe9 (diff) | |
download | chromium_src-de8d2667d6953abb31b7c5385ca718ad47adf6a1.zip chromium_src-de8d2667d6953abb31b7c5385ca718ad47adf6a1.tar.gz chromium_src-de8d2667d6953abb31b7c5385ca718ad47adf6a1.tar.bz2 |
Wow, it's been a while since we cleaned EOL.
Ran dos2unix on *.cc, *.h, *.py and SCons*.*
Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\*.cc
Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\*.h
Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\*.py
Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\SCons*.*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/SConscript.libjpeg')
-rw-r--r-- | gears/SConscript.libjpeg | 148 |
1 files changed, 74 insertions, 74 deletions
diff --git a/gears/SConscript.libjpeg b/gears/SConscript.libjpeg index 69c338e..5931eb6 100644 --- a/gears/SConscript.libjpeg +++ b/gears/SConscript.libjpeg @@ -1,74 +1,74 @@ -# Copyright (c) 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.
-
-# Ripped and modded from chrome.
-
-Import('env')
-
-env = env.Clone(
- LIBJPEG_DIR = ''
-)
-
-env.Replace(
- LIBJPEG_DIR = '$THIRD_PARTY_DIR/libjpeg',
- CPPPATH = [
- '$LIBJPEG_DIR',
- ],
-)
-
-#env.Append(
-# CPPDEFINES = [
-# ],
-#)
-
-input_files = [
- '$LIBJPEG_DIR/jcapimin.c',
- '$LIBJPEG_DIR/jcapistd.c',
- '$LIBJPEG_DIR/jccoefct.c',
- '$LIBJPEG_DIR/jccolor.c',
- '$LIBJPEG_DIR/jcdctmgr.c',
- '$LIBJPEG_DIR/jchuff.c',
- '$LIBJPEG_DIR/jcinit.c',
- '$LIBJPEG_DIR/jcmainct.c',
- '$LIBJPEG_DIR/jcmarker.c',
- '$LIBJPEG_DIR/jcmaster.c',
- '$LIBJPEG_DIR/jcomapi.c',
- '$LIBJPEG_DIR/jcparam.c',
- '$LIBJPEG_DIR/jcphuff.c',
- '$LIBJPEG_DIR/jcprepct.c',
- '$LIBJPEG_DIR/jcsample.c',
- '$LIBJPEG_DIR/jctrans.c',
- '$LIBJPEG_DIR/jdapimin.c',
- '$LIBJPEG_DIR/jdapistd.c',
- '$LIBJPEG_DIR/jdatadst.c',
- '$LIBJPEG_DIR/jdatasrc.c',
- '$LIBJPEG_DIR/jdcoefct.c',
- '$LIBJPEG_DIR/jdcolor.c',
- '$LIBJPEG_DIR/jddctmgr.c',
- '$LIBJPEG_DIR/jdhuff.c',
- '$LIBJPEG_DIR/jdinput.c',
- '$LIBJPEG_DIR/jdmainct.c',
- '$LIBJPEG_DIR/jdmarker.c',
- '$LIBJPEG_DIR/jdmaster.c',
- '$LIBJPEG_DIR/jdmerge.c',
- '$LIBJPEG_DIR/jdphuff.c',
- '$LIBJPEG_DIR/jdpostct.c',
- '$LIBJPEG_DIR/jdsample.c',
- '$LIBJPEG_DIR/jdtrans.c',
- '$LIBJPEG_DIR/jerror.c',
- '$LIBJPEG_DIR/jfdctflt.c',
- '$LIBJPEG_DIR/jfdctfst.c',
- '$LIBJPEG_DIR/jfdctint.c',
- '$LIBJPEG_DIR/jidctflt.c',
- '$LIBJPEG_DIR/jidctfst.c',
- '$LIBJPEG_DIR/jidctint.c',
- '$LIBJPEG_DIR/jidctred.c',
- '$LIBJPEG_DIR/jquant1.c',
- '$LIBJPEG_DIR/jquant2.c',
- '$LIBJPEG_DIR/jutils.c',
- '$LIBJPEG_DIR/jmemmgr.c',
- '$LIBJPEG_DIR/jmemnobs.c',
-]
-
-env.ChromeStaticLibrary('jpeg', input_files)
+# Copyright (c) 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. + +# Ripped and modded from chrome. + +Import('env') + +env = env.Clone( + LIBJPEG_DIR = '' +) + +env.Replace( + LIBJPEG_DIR = '$THIRD_PARTY_DIR/libjpeg', + CPPPATH = [ + '$LIBJPEG_DIR', + ], +) + +#env.Append( +# CPPDEFINES = [ +# ], +#) + +input_files = [ + '$LIBJPEG_DIR/jcapimin.c', + '$LIBJPEG_DIR/jcapistd.c', + '$LIBJPEG_DIR/jccoefct.c', + '$LIBJPEG_DIR/jccolor.c', + '$LIBJPEG_DIR/jcdctmgr.c', + '$LIBJPEG_DIR/jchuff.c', + '$LIBJPEG_DIR/jcinit.c', + '$LIBJPEG_DIR/jcmainct.c', + '$LIBJPEG_DIR/jcmarker.c', + '$LIBJPEG_DIR/jcmaster.c', + '$LIBJPEG_DIR/jcomapi.c', + '$LIBJPEG_DIR/jcparam.c', + '$LIBJPEG_DIR/jcphuff.c', + '$LIBJPEG_DIR/jcprepct.c', + '$LIBJPEG_DIR/jcsample.c', + '$LIBJPEG_DIR/jctrans.c', + '$LIBJPEG_DIR/jdapimin.c', + '$LIBJPEG_DIR/jdapistd.c', + '$LIBJPEG_DIR/jdatadst.c', + '$LIBJPEG_DIR/jdatasrc.c', + '$LIBJPEG_DIR/jdcoefct.c', + '$LIBJPEG_DIR/jdcolor.c', + '$LIBJPEG_DIR/jddctmgr.c', + '$LIBJPEG_DIR/jdhuff.c', + '$LIBJPEG_DIR/jdinput.c', + '$LIBJPEG_DIR/jdmainct.c', + '$LIBJPEG_DIR/jdmarker.c', + '$LIBJPEG_DIR/jdmaster.c', + '$LIBJPEG_DIR/jdmerge.c', + '$LIBJPEG_DIR/jdphuff.c', + '$LIBJPEG_DIR/jdpostct.c', + '$LIBJPEG_DIR/jdsample.c', + '$LIBJPEG_DIR/jdtrans.c', + '$LIBJPEG_DIR/jerror.c', + '$LIBJPEG_DIR/jfdctflt.c', + '$LIBJPEG_DIR/jfdctfst.c', + '$LIBJPEG_DIR/jfdctint.c', + '$LIBJPEG_DIR/jidctflt.c', + '$LIBJPEG_DIR/jidctfst.c', + '$LIBJPEG_DIR/jidctint.c', + '$LIBJPEG_DIR/jidctred.c', + '$LIBJPEG_DIR/jquant1.c', + '$LIBJPEG_DIR/jquant2.c', + '$LIBJPEG_DIR/jutils.c', + '$LIBJPEG_DIR/jmemmgr.c', + '$LIBJPEG_DIR/jmemnobs.c', +] + +env.ChromeStaticLibrary('jpeg', input_files) |