From 630fdbaf3eeebd87f476c5b04d199ffe21c6d9e4 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Thu, 28 May 2009 04:20:02 +0000 Subject: Remove the old checked-in SCons and Visual Studio files for bsdiff and bspatch. svn:ignore the new generated ones. BUG=none TEST=none Review URL: http://codereview.chromium.org/115819 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17064 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/bspatch/bspatch.scons | 64 ------------------------------- third_party/bspatch/bspatch.vcproj | 56 --------------------------- third_party/bspatch/using_bspatch.scons | 18 --------- third_party/bspatch/using_bspatch.vsprops | 11 ------ 4 files changed, 149 deletions(-) delete mode 100644 third_party/bspatch/bspatch.scons delete mode 100644 third_party/bspatch/bspatch.vcproj delete mode 100644 third_party/bspatch/using_bspatch.scons delete mode 100644 third_party/bspatch/using_bspatch.vsprops (limited to 'third_party/bspatch') diff --git a/third_party/bspatch/bspatch.scons b/third_party/bspatch/bspatch.scons deleted file mode 100644 index 759f475..0000000 --- a/third_party/bspatch/bspatch.scons +++ /dev/null @@ -1,64 +0,0 @@ -# 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. - -Import('env') - -env = env.Clone() - -env.ApplySConscript([ - '$LZMA_SDK_DIR/using_lzma_sdk.scons', -]) - -if env.Bit('windows'): - env.Append( - CCFLAGS = [ - '/TP', - '/wd4800', - ], - ) -elif env.Bit('linux'): - # We're not responsible for bad warning hygiene in this third party code. - env.FilterOut( - CXXFLAGS = ['-Wall'], - ) - -input_files = ChromeFileList([ - 'mbspatch.cc', - 'mbspatch.h', -]) - -env.ChromeLibrary('bspatch', input_files) - -p = env.ChromeMSVSProject('bspatch.vcproj', - dest=('$CHROME_SRC_DIR/third_party/bspatch/' + - '/bspatch.vcproj'), - guid='{D7ED06E8-6138-4CE3-A906-5EF1D9C804E0}', - # TODO(sgk): when we can intuit the hierarchy - # from the built targets. - #buildtargets=TODO, - files=input_files, - relative_path_prefix='./', - tools=[ - 'VCCLCompilerTool', - 'VCLibrarianTool', - ], - ConfigurationType='4') - -p.AddConfig('Debug|Win32', - InheritedPropertySheets=[ - '$(SolutionDir)../build/common.vsprops', - '$(SolutionDir)../build/debug.vsprops', - '$(SolutionDir)../build/external_code.vsprops', - '$(SolutionDir)../third_party/bspatch/using_bspatch.vsprops', - '$(SolutionDir)../third_party/lzma_sdk/using_lzma_sdk.vsprops', - ]) - -p.AddConfig('Release|Win32', - InheritedPropertySheets=[ - '$(SolutionDir)../build/common.vsprops', - '$(SolutionDir)../build/release.vsprops', - '$(SolutionDir)../build/external_code.vsprops', - '$(SolutionDir)../third_party/bspatch/using_bspatch.vsprops', - '$(SolutionDir)../third_party/lzma_sdk/using_lzma_sdk.vsprops', - ]) diff --git a/third_party/bspatch/bspatch.vcproj b/third_party/bspatch/bspatch.vcproj deleted file mode 100644 index 0f068a3..0000000 --- a/third_party/bspatch/bspatch.vcproj +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/third_party/bspatch/using_bspatch.scons b/third_party/bspatch/using_bspatch.scons deleted file mode 100644 index 945fdf9..0000000 --- a/third_party/bspatch/using_bspatch.scons +++ /dev/null @@ -1,18 +0,0 @@ -# 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 bspatch library. -""" - -Import("env") - -env.Append( - CPPPATH = [ - '$BSPATCH_DIR', - ], - LIBS = [ - 'bspatch', - ], -) diff --git a/third_party/bspatch/using_bspatch.vsprops b/third_party/bspatch/using_bspatch.vsprops deleted file mode 100644 index d13953d..0000000 --- a/third_party/bspatch/using_bspatch.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - -- cgit v1.1