diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 08:17:39 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 08:17:39 +0000 |
commit | 8cb4689636ed19bfd3291602e59eedb194ba55cb (patch) | |
tree | 24ae0f2feff9a3b4e37f7f9de88b2ed09f23edf0 /chrome/app/locales/uk.vcproj | |
parent | ce3157104a4975420535e31741dd82fa9f3df4a9 (diff) | |
download | chromium_src-8cb4689636ed19bfd3291602e59eedb194ba55cb.zip chromium_src-8cb4689636ed19bfd3291602e59eedb194ba55cb.tar.gz chromium_src-8cb4689636ed19bfd3291602e59eedb194ba55cb.tar.bz2 |
Switching locales projects to be semi gyp generated.
Initially these will be drop in replacements for the existing projects.
These were generated mechanically in lieu of a looping syntax.
Review URL: http://codereview.chromium.org/115853
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales/uk.vcproj')
-rw-r--r-- | chrome/app/locales/uk.vcproj | 169 |
1 files changed, 0 insertions, 169 deletions
diff --git a/chrome/app/locales/uk.vcproj b/chrome/app/locales/uk.vcproj deleted file mode 100644 index 38f837b..0000000 --- a/chrome/app/locales/uk.vcproj +++ /dev/null @@ -1,169 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="uk" - ProjectGUID="{182D578D-2DAC-4BB7-AFEC-9A2855E56F94}" - RootNamespace="uk" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="2" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\data_dll.vsprops;..\..\tools\build\win\language_dll.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="2" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;..\..\tools\build\win\data_dll.vsprops;..\..\tools\build\win\language_dll.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath="$(OutDir)\grit_derived_sources\generated_resources_uk.rc" - > - </File> - <File - RelativePath="$(OutDir)\grit_derived_sources\locale_settings_uk.rc" - > - </File> - <File - RelativePath="$(OutDir)\obj\global_intermediate\webkit\webkit_strings_uk.rc" - > - </File> - <File - RelativePath="$(OutDir)\grit_derived_sources\strings$(CHROMIUM_BUILD)_uk.rc" - > - </File> - <File - RelativePath="$(OutDir)\obj\global_intermediate\app\app_strings_uk.rc" - > - </File> - <File - RelativePath="$(OutDir)\obj\global_intermediate\app\app_locale_settings_uk.rc" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |