diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 05:00:13 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 05:00:13 +0000 |
commit | 9b2f47c559cdd1b6d0108c393e6a4b774181c1d1 (patch) | |
tree | 6dcba5f7f1179e27ab0e96cc491b39f6831257b9 /webkit/default_plugin | |
parent | 3701eb650011bdcca54578b2b755f1da94f21132 (diff) | |
download | chromium_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 'webkit/default_plugin')
-rw-r--r-- | webkit/default_plugin/default_plugin.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp index 280b0c4..061059c 100644 --- a/webkit/default_plugin/default_plugin.gyp +++ b/webkit/default_plugin/default_plugin.gyp @@ -17,8 +17,8 @@ '../../third_party/icu/icu.gyp:icuuc', '../../third_party/libxml/libxml.gyp:libxml', '../../third_party/npapi/npapi.gyp:npapi', - '../webkit_glue.gyp:webkit_resources', - '../webkit_glue.gyp:webkit_strings', + '../webkit.gyp:webkit_resources', + '../webkit.gyp:webkit_strings', ], 'include_dirs': [ '../..', |