summaryrefslogtreecommitdiffstats
path: root/gears
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 22:39:36 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 22:39:36 +0000
commit8e12f3f596a55f74c07b3efcd8c030efef3e9511 (patch)
tree29930aca10d0276387c4b1a6e6821fc13fb220f7 /gears
parentc7ef65a3bd857ea6252024fee1f295e588f98f28 (diff)
downloadchromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.zip
chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.tar.gz
chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.tar.bz2
Converting gears prebuilt stub to gyp.
Review URL: http://codereview.chromium.org/115801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears')
-rwxr-xr-xgears/gears.gyp32
-rw-r--r--gears/gears.vcproj80
2 files changed, 32 insertions, 80 deletions
diff --git a/gears/gears.gyp b/gears/gears.gyp
new file mode 100755
index 0000000..f055115
--- /dev/null
+++ b/gears/gears.gyp
@@ -0,0 +1,32 @@
+# Copyright (c) 2009 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.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'includes': [
+ '../build/common.gypi',
+ ],
+ 'conditions': [
+ [ 'OS == "win"', {
+ 'targets': [
+ {
+ 'target_name': 'gears',
+ 'type': 'none',
+ 'msvs_guid': 'D703D7A0-EDC1-4FE6-9E22-56154155B24E',
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ 'binaries/gears.dll',
+ 'binaries/gears.pdb',
+ ],
+ },
+ ],
+ },
+ ],
+ }],
+ ],
+}
diff --git a/gears/gears.vcproj b/gears/gears.vcproj
deleted file mode 100644
index cdeda12..0000000
--- a/gears/gears.vcproj
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="gears"
- ProjectGUID="{D703D7A0-EDC1-4FE6-9E22-56154155B24E}"
- RootNamespace="gears"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath=".\output_gears_copy.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\plugins\gears"
- ConfigurationType="10"
- InheritedPropertySheets="..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="Output Gears copy"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\plugins\gears"
- ConfigurationType="10"
- InheritedPropertySheets="..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="Output Gears copy"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="binaries\gears.dll"
- >
- </File>
- <File
- RelativePath="binaries\gears.pdb"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>