summaryrefslogtreecommitdiffstats
path: root/chrome/app/locales
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 05:00:13 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 05:00:13 +0000
commit9b2f47c559cdd1b6d0108c393e6a4b774181c1d1 (patch)
tree6dcba5f7f1179e27ab0e96cc491b39f6831257b9 /chrome/app/locales
parent3701eb650011bdcca54578b2b755f1da94f21132 (diff)
downloadchromium_src-9b2f47c559cdd1b6d0108c393e6a4b774181c1d1.zip
chromium_src-9b2f47c559cdd1b6d0108c393e6a4b774181c1d1.tar.gz
chromium_src-9b2f47c559cdd1b6d0108c393e6a4b774181c1d1.tar.bz2
Partially revert WebKit.gyp switch-over, because it broke build bot setup
in subtle and devious ways. Renaming webkit.gyp -> webkit_glue.gyp changed webkit.sln to webkit_glue.sln, which occured unbeknownst to the builders who continued to build webkit.sln for most of the day. This wasn't an issue until we did a WebKit roll, where the trickery was discovered and hell broke loose. TBR=yaar TEST=green bots BUG=none Review URL: http://codereview.chromium.org/385084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r--chrome/app/locales/locales.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/locales/locales.gyp b/chrome/app/locales/locales.gyp
index 12fd1db..43dae19 100644
--- a/chrome/app/locales/locales.gyp
+++ b/chrome/app/locales/locales.gyp
@@ -12,7 +12,7 @@
'type': 'loadable_module',
'dependencies': [
'../../chrome.gyp:chrome_strings',
- '../../../webkit/webkit_glue.gyp:webkit_strings',
+ '../../../webkit/webkit.gyp:webkit_strings',
'../../../app/app.gyp:app_strings',
],
'msvs_settings': {