| Index: Source/WebKit/chromium/WebKit.gyp
|
| diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
|
| index ec839c26bc361c9665877fbceba2c3d1ab4b6383..c90dfdb06544f889aa89679910a8a99fb40bb178 100644
|
| --- a/Source/WebKit/chromium/WebKit.gyp
|
| +++ b/Source/WebKit/chromium/WebKit.gyp
|
| @@ -242,8 +242,9 @@
|
| }, {
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - '../../wtf/wtf.gyp:wtf',
|
| '../../core/core.gyp:webcore_test_support',
|
| + '../../wtf/wtf.gyp:wtf',
|
| + '<(DEPTH)/skia/skia.gyp:skia',
|
| ],
|
| 'include_dirs': [
|
| '../../../public/web',
|
|
|