diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 21:58:04 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 21:58:04 +0000 |
commit | 85aed525ca4109b6d3f9fe82d0b82c3a6d2cf722 (patch) | |
tree | 78f12ef87462b62f1fd11a7116d1a771b9ca2e90 /net/build/net_resources.vcproj | |
parent | b11c6a558fe2e45617ed715fb98ed7d1ea2e9126 (diff) | |
download | chromium_src-85aed525ca4109b6d3f9fe82d0b82c3a6d2cf722.zip chromium_src-85aed525ca4109b6d3f9fe82d0b82c3a6d2cf722.tar.gz chromium_src-85aed525ca4109b6d3f9fe82d0b82c3a6d2cf722.tar.bz2 |
Remove net_resources.rc and net_resources.h and replace it
with a grd file that generates the same thing. We want to do
this so on linux, we will have grit generate the .h file and
a platform specific resource file.
There's some munging going on to be able to get the
effective_tld_names_clean.dat file included in the rc.
This works in visual studio and scons. I need to update
chrome_kjs.sln and the webkit*.sln files and the mac build before committing.
Review URL: http://codereview.chromium.org/16565
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build/net_resources.vcproj')
-rw-r--r-- | net/build/net_resources.vcproj | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/net/build/net_resources.vcproj b/net/build/net_resources.vcproj new file mode 100644 index 0000000..b122488 --- /dev/null +++ b/net/build/net_resources.vcproj @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="net_resources" + ProjectGUID="{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" + RootNamespace="net_resources" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath="..\..\tools\grit\build\grit_resources.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="10" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" + > + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="10" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" + > + </Configuration> + </Configurations> + <Files> + <File + RelativePath="..\base\net_resources.grd" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\net_resources.h" + > + </File> + </Files> +</VisualStudioProject> |