diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 20:24:33 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 20:24:33 +0000 |
commit | f71b6d2ad4aea7e2660bd2812cb7a394d06249ba (patch) | |
tree | 52ff1eff742e2f1c644d77cebecfa592cdcbe997 | |
parent | 42da9300e1bda442e97e9951d9bc27d3c71dbb57 (diff) | |
download | chromium_src-f71b6d2ad4aea7e2660bd2812cb7a394d06249ba.zip chromium_src-f71b6d2ad4aea7e2660bd2812cb7a394d06249ba.tar.gz chromium_src-f71b6d2ad4aea7e2660bd2812cb7a394d06249ba.tar.bz2 |
Rename generated_resources.vcproj to chrome_strings.vcproj. This
is more accurate and after issue 21202 lands, more parallel with
the naming in webkit.
This will also make it less confusing once I add
chrome_resources.vcproj.
Review URL: http://codereview.chromium.org/21218
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9503 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/chrome_strings.vcproj (renamed from chrome/app/generated_resources.vcproj) | 4 | ||||
-rwxr-xr-x | chrome/chrome.sln | 2 | ||||
-rw-r--r-- | chrome/chrome_kjs.sln | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.vcproj b/chrome/app/chrome_strings.vcproj index bc39fd6..8789892 100644 --- a/chrome/app/generated_resources.vcproj +++ b/chrome/app/chrome_strings.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="generated_resources" + Name="chrome_strings" ProjectGUID="{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}" - RootNamespace="generated_resources" + RootNamespace="chrome_strings" Keyword="Win32Proj" > <Platforms> diff --git a/chrome/chrome.sln b/chrome/chrome.sln index 362efbb..ac0dac1 100755 --- a/chrome/chrome.sln +++ b/chrome/chrome.sln @@ -242,7 +242,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lzma_sdk", "..\third_party\ Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generated_resources", "app\generated_resources.vcproj", "{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chrome_strings", "app\chrome_strings.vcproj", "{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" diff --git a/chrome/chrome_kjs.sln b/chrome/chrome_kjs.sln index 191e663..1368e99 100644 --- a/chrome/chrome_kjs.sln +++ b/chrome/chrome_kjs.sln @@ -242,7 +242,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lzma_sdk", "..\third_party\ Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generated_resources", "app\generated_resources.vcproj", "{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chrome_strings", "app\chrome_strings.vcproj", "{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" |