diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 21:58:01 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 21:58:01 +0000 |
commit | a05fffa7acec4c20372eac4a9f3401602fe72efc (patch) | |
tree | 2b57e8c3815f12f7daee3dec16efd1702aa82315 /chrome/renderer | |
parent | ca2865d4a3c9c007d713eb16a6dc7aea036b7964 (diff) | |
download | chromium_src-a05fffa7acec4c20372eac4a9f3401602fe72efc.zip chromium_src-a05fffa7acec4c20372eac4a9f3401602fe72efc.tar.gz chromium_src-a05fffa7acec4c20372eac4a9f3401602fe72efc.tar.bz2 |
Some more GRIT refactoring.
Moved the grit .vsprops file from chrome/tools/build/win/ to
/tools/grit/build and renamed to using_generated_resources.vsprops.
Updated non-chrome projects to use the this new vsprops file.
Created a new .rules file and renamed the old one. Now there are
grit_resources.rules and grit_localized_resources.rules. The latter
is what we use now, but I'll be adding some grd files that use the
former in a follow up change.
This is just vsprops reshuffling for now. I'll also add a
using_generated_resources.scons in a follow up change.
Review URL: http://codereview.chromium.org/14901
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer')
-rw-r--r-- | chrome/renderer/renderer.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/renderer.vsprops b/chrome/renderer/renderer.vsprops index 19eda36..a0699cc 100644 --- a/chrome/renderer/renderer.vsprops +++ b/chrome/renderer/renderer.vsprops @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="8.00" Name="renderer" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;..\tools\build\win\using_generated_strings.vsprops;..\..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops;..\..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" > <Tool Name="VCResourceCompilerTool" |