| Index: webkit/tools/test_shell/test_shell.gyp
|
| diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
|
| index f0fe3648e7c88a11cb0a05769c63b9c8f8b2a8f5..a6c7e610216996106507c1ffa646925e5c0b3c52 100644
|
| --- a/webkit/tools/test_shell/test_shell.gyp
|
| +++ b/webkit/tools/test_shell/test_shell.gyp
|
| @@ -39,7 +39,7 @@
|
| '../../webkit.gyp:appcache',
|
| '../../webkit.gyp:database',
|
| '../../webkit.gyp:glue',
|
| - '../../webkit.gyp:webkit',
|
| + '../../api/WebKitAPI.gyp:webkit_api',
|
| '../../webkit.gyp:inspector_resources',
|
| ],
|
| 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC',
|
| @@ -116,7 +116,7 @@
|
| '../../../net/net.gyp:net',
|
| '../../../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
|
| '../../webkit.gyp:glue',
|
| - '../../webkit.gyp:webkit',
|
| + '../../api/WebKitAPI.gyp:webkit_api',
|
| ],
|
| 'conditions': [
|
| # http://code.google.com/p/chromium/issues/detail?id=18337
|
|
|