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 | |
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')
-rw-r--r-- | webkit/SConscript | 2 | ||||
-rw-r--r-- | webkit/build/webkit_strings/SConscript (renamed from webkit/build/localized_strings/SConscript) | 0 | ||||
-rw-r--r-- | webkit/build/webkit_strings/webkit_strings.vcproj (renamed from webkit/build/localized_strings/localized_strings.vcproj) | 4 | ||||
-rw-r--r-- | webkit/webkit.sln | 2 | ||||
-rw-r--r-- | webkit/webkit_armu.sln | 2 | ||||
-rw-r--r-- | webkit/webkit_kjs.sln | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index 92de4bf..aa3bcbf 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -225,7 +225,7 @@ sconscript_dirs = env.ChromiumLoadComponentSConscripts( WebCore_config_h = 'build/JSConfig/SConscript', JavaScriptCore = 'build/JavaScriptCore/SConscript', webkit_resources = 'build/webkit_resources/SConscript', - webkit_strings = 'build/localized_strings/SConscript', + webkit_strings = 'build/webkit_strings/SConscript', bindings = 'build/port/SConscript', V8Bindings = 'build/V8Bindings/SConscript', WebCore = 'build/WebCore/SConscript', diff --git a/webkit/build/localized_strings/SConscript b/webkit/build/webkit_strings/SConscript index 6dec4b7..6dec4b7 100644 --- a/webkit/build/localized_strings/SConscript +++ b/webkit/build/webkit_strings/SConscript diff --git a/webkit/build/localized_strings/localized_strings.vcproj b/webkit/build/webkit_strings/webkit_strings.vcproj index c0d3add..2481483 100644 --- a/webkit/build/localized_strings/localized_strings.vcproj +++ b/webkit/build/webkit_strings/webkit_strings.vcproj @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="localized_strings" + Name="webkit_strings" ProjectGUID="{60B43839-95E6-4526-A661-209F16335E0E}" - RootNamespace="localized_strings" + RootNamespace="webkit_strings" Keyword="Win32Proj" > <Platforms> 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" diff --git a/webkit/webkit_armu.sln b/webkit/webkit_armu.sln index 47a0bd8..1edb113 100644 --- a/webkit/webkit_armu.sln +++ b/webkit/webkit_armu.sln @@ -70,7 +70,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" diff --git a/webkit/webkit_kjs.sln b/webkit/webkit_kjs.sln index b7cb88e..938d74b 100644 --- a/webkit/webkit_kjs.sln +++ b/webkit/webkit_kjs.sln @@ -53,7 +53,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" |