summaryrefslogtreecommitdiffstats
path: root/rlz
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-28 18:19:19 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-28 18:19:19 +0000
commit2f82fb8b5067a9d93b85a5ecd16b14dace708ec5 (patch)
tree5ad06d21e80d1fd0e28ec6371527430203095b24 /rlz
parent0abf46737e8f32352e537104ea8a9653f3627e4f (diff)
downloadchromium_src-2f82fb8b5067a9d93b85a5ecd16b14dace708ec5.zip
chromium_src-2f82fb8b5067a9d93b85a5ecd16b14dace708ec5.tar.gz
chromium_src-2f82fb8b5067a9d93b85a5ecd16b14dace708ec5.tar.bz2
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
Diffstat (limited to 'rlz')
-rw-r--r--rlz/SConscript45
-rw-r--r--rlz/copy_files.bat9
-rw-r--r--rlz/output_rlz_copy.rules19
-rw-r--r--rlz/rlz.vcproj78
4 files changed, 0 insertions, 151 deletions
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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="Output RLZ copy"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="Output RLZ copy"
- DisplayName="Output RLZ copy"
- CommandLine="$(SolutionDir)..\rlz\copy_files.bat &quot;$(InputPath)&quot; &quot;$(OutDir)&quot;"
- Outputs="$(OutDir)\$(InputFileName)"
- FileExtensions="*.dll;*.pdb"
- ExecutionDescription="Executing tool..."
- >
- <Properties>
- </Properties>
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>
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 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="rlz"
- ProjectGUID="{BF4F447B-72B5-4059-BE1B-F94337B1F385}"
- RootNamespace="rlz"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath="output_rlz_copy.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="Output RLZ copy"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="10"
- InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="Output RLZ copy"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="binaries\rlz.dll"
- >
- </File>
- <File
- RelativePath="binaries\rlz_dll.pdb"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>