diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 00:12:59 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 00:12:59 +0000 |
commit | 0956603c9d6117296cdba3162015af5ae0463b8e (patch) | |
tree | 1881b74153be9dcca001df39510e06e967791909 /webkit/tools | |
parent | fa958d0c51c5ddf94b370c16ca01f1a606aa405e (diff) | |
download | chromium_src-0956603c9d6117296cdba3162015af5ae0463b8e.zip chromium_src-0956603c9d6117296cdba3162015af5ae0463b8e.tar.gz chromium_src-0956603c9d6117296cdba3162015af5ae0463b8e.tar.bz2 |
Revert change 26523 "Upstreamings parts of webkit.gyp (step 1)" because it breaks the mac webkit build badly.
Review URL: http://codereview.chromium.org/210017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 3df81da..50adab9 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -461,7 +461,7 @@ ], 'dependencies': [ '../../../third_party/npapi/npapi.gyp:npapi', - '../../javascriptcore.gyp:wtf', + '../../webkit.gyp:wtf', ], 'msvs_disabled_warnings': [ 4996 ], 'mac_bundle_resources': [ |