diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 20:28:31 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 20:28:31 +0000 |
commit | f6c431bfa5437d699f94e20db399e931f35cc3f6 (patch) | |
tree | 0770615c03a94a2a34d82f8541477d067fe8d99a /webkit/webkit.sln | |
parent | f71b6d2ad4aea7e2660bd2812cb7a394d06249ba (diff) | |
download | chromium_src-f6c431bfa5437d699f94e20db399e931f35cc3f6.zip chromium_src-f6c431bfa5437d699f94e20db399e931f35cc3f6.tar.gz chromium_src-f6c431bfa5437d699f94e20db399e931f35cc3f6.tar.bz2 |
Rename the localized_strings vcproj file to webkit_strings
as that is a more accurate name.
I'm going to next rename the generated_resources.vcproj file to
chrome_strings so I can introduce a chrome_resources.vcproj which
is for things like browser_resources, common_resources,
renderer_resources and theme_resources.
Review URL: http://codereview.chromium.org/21202
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.sln')
-rw-r--r-- | webkit/webkit.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/webkit.sln b/webkit/webkit.sln index 3e59f68..5db8f10 100644 --- a/webkit/webkit.sln +++ b/webkit/webkit.sln @@ -69,7 +69,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WTF", "build\JavaScriptCore Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "localized_strings", "build\localized_strings\localized_strings.vcproj", "{60B43839-95E6-4526-A661-209F16335E0E}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webkit_strings", "build\webkit_strings\webkit_strings.vcproj", "{60B43839-95E6-4526-A661-209F16335E0E}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" |