From 9b2f47c559cdd1b6d0108c393e6a4b774181c1d1 Mon Sep 17 00:00:00 2001 From: "dglazkov@google.com" Date: Fri, 13 Nov 2009 05:00:13 +0000 Subject: 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 --- webkit/default_plugin/default_plugin.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/default_plugin') 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': [ '../..', -- cgit v1.1