summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-10 20:28:31 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-10 20:28:31 +0000
commitf6c431bfa5437d699f94e20db399e931f35cc3f6 (patch)
tree0770615c03a94a2a34d82f8541477d067fe8d99a /webkit/SConscript
parentf71b6d2ad4aea7e2660bd2812cb7a394d06249ba (diff)
downloadchromium_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/SConscript')
-rw-r--r--webkit/SConscript2
1 files changed, 1 insertions, 1 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',