From 2f82fb8b5067a9d93b85a5ecd16b14dace708ec5 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Thu, 28 May 2009 18:19:19 +0000 Subject: For rlz, delete checked-in Visual Studio, SCons and supporting build files. svn:ignore the new gyp-generated files. BUG=none TEST=none Review URL: http://codereview.chromium.org/115867 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17085 0039d316-1c4b-4281-b951-d872f2087c98 --- rlz/SConscript | 45 --------------------------- rlz/copy_files.bat | 9 ------ rlz/output_rlz_copy.rules | 19 ------------ rlz/rlz.vcproj | 78 ----------------------------------------------- 4 files changed, 151 deletions(-) delete mode 100644 rlz/SConscript delete mode 100644 rlz/copy_files.bat delete mode 100644 rlz/output_rlz_copy.rules delete mode 100644 rlz/rlz.vcproj diff --git a/rlz/SConscript b/rlz/SConscript deleted file mode 100644 index 1753fe7..0000000 --- a/rlz/SConscript +++ /dev/null @@ -1,45 +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') - -input_files = ChromeFileList([ - 'binaries/rlz.dll', - 'binaries/rlz_dll.pdb', -]) - -# TODO(sgk): derive from above ChromeFileList object. -env.Install('$TARGET_ROOT', - ['binaries/rlz.dll', - 'binaries/rlz_dll.pdb']) - -p = env.ChromeMSVSProject('rlz.vcproj', - dest='$CHROME_SRC_DIR/rlz/rlz.vcproj', - guid='{BF4F447B-72B5-4059-BE1B-F94337B1F385}', - keyword='Win32Proj', - # TODO(sgk): when we can intuit the hierarchy - # from the built targets. - #buildtargets=TODO, - files=input_files, - tools=[ - 'VCPreBuildEventTool', - 'Output RLZ copy', - 'VCCustomBuildTool', - 'VCMIDLTool', - 'VCPostBuildEventTool', - ], - ConfigurationType='10') - -# TODO(sgk): remove once SCons drives build -p.AddToolFile('./output_rlz_copy.rules') - -p.AddConfig('Debug|Win32', - InheritedPropertySheets=[ - '$(SolutionDir)../build/debug.vsprops', - ]) - -p.AddConfig('Release|Win32', - InheritedPropertySheets=[ - '$(SolutionDir)../build/release.vsprops', - ]) diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat deleted file mode 100644 index ebc5382..0000000 --- a/rlz/copy_files.bat +++ /dev/null @@ -1,9 +0,0 @@ -:: Batch file run to copy rlz binaries -@echo off - -setlocal - -set InputPath=%~1 -set OutDir=%~2 - -if exist "%InputPath%" xcopy /R /C /Y "%InputPath%" "%OutDir%" diff --git a/rlz/output_rlz_copy.rules b/rlz/output_rlz_copy.rules deleted file mode 100644 index 1120d76..0000000 --- a/rlz/output_rlz_copy.rules +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - diff --git a/rlz/rlz.vcproj b/rlz/rlz.vcproj deleted file mode 100644 index 04f0643..0000000 --- a/rlz/rlz.vcproj +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.1