diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 00:59:35 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 00:59:35 +0000 |
commit | bc4451ceed50867267e75b6677c945e39442e332 (patch) | |
tree | 19708267599270dc64d3763695883610fb673518 /chrome/app/chrome_dll.vcproj | |
parent | afeb8f17bae749928b280fb6a755f3e4696d91d7 (diff) | |
download | chromium_src-bc4451ceed50867267e75b6677c945e39442e332.zip chromium_src-bc4451ceed50867267e75b6677c945e39442e332.tar.gz chromium_src-bc4451ceed50867267e75b6677c945e39442e332.tar.bz2 |
Move webkit_resources.rc to webkit_resources.grd. Add
webkit_resources.vcproj which creates the .rc files and have webkit
glue depend on it.
I had to add a flag to grit that allows a resource to be in the
header, but not in the .rc file. We do this for a test_shell only
resource that is not compiled in.
SCons build also works on windows.
I still need to update the other .sln files and mac build.
Review URL: http://codereview.chromium.org/17466
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vcproj')
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index b61d3cd..d98b7c0 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -224,7 +224,7 @@ > </File> <File - RelativePath="..\..\webkit\glue\webkit_resources.rc" + RelativePath="$(OutDir)\grit_derived_sources\webkit_resources.rc" > </File> <File |