| Index: Source/WebKit/chromium/WebKit.gyp
|
| diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
|
| index 094654bebd31f379203aaaf3633aa93286bb9f9b..08adc8ef5b8416b317be9e2ce8e4dea0a3333e01 100644
|
| --- a/Source/WebKit/chromium/WebKit.gyp
|
| +++ b/Source/WebKit/chromium/WebKit.gyp
|
| @@ -749,7 +749,7 @@
|
| 'target_name': 'webkit_wtf_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - '../../WTF/WTF.gyp/WTF.gyp:wtf',
|
| + '../../wtf/wtf.gyp:wtf',
|
| ],
|
| 'defines': [
|
| 'WEBKIT_IMPLEMENTATION=1',
|
| @@ -778,7 +778,7 @@
|
| }, {
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - '../../WTF/WTF.gyp/WTF.gyp:wtf',
|
| + '../../wtf/wtf.gyp:wtf',
|
| '../../WebCore/WebCore.gyp/WebCore.gyp:webcore_test_support',
|
| ],
|
| 'include_dirs': [
|
|
|