| Index: third_party/WebKit/Source/wtf/wtf.gyp
 | 
| diff --git a/third_party/WebKit/Source/wtf/wtf.gyp b/third_party/WebKit/Source/wtf/wtf.gyp
 | 
| index a7a6bddfd7ec5012a50029615b4cfd72a0904707..cd0e3beb7c78399acf635cd0ce0ac00870961e83 100644
 | 
| --- a/third_party/WebKit/Source/wtf/wtf.gyp
 | 
| +++ b/third_party/WebKit/Source/wtf/wtf.gyp
 | 
| @@ -58,6 +58,7 @@
 | 
|        'type': '<(component)',
 | 
|        'include_dirs': [
 | 
|          '..',
 | 
| +        '<(DEPTH)',
 | 
|        ],
 | 
|        'dependencies': [
 | 
|            'wtf_config',
 | 
| @@ -65,6 +66,7 @@
 | 
|            '<(DEPTH)/base/base.gyp:base',
 | 
|            '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
 | 
|            '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
 | 
| +          '<(DEPTH)/third_party/zlib/google/zip.gyp:compression_utils',
 | 
|        ],
 | 
|        'sources': [
 | 
|          '<@(wtf_files)',
 | 
| 
 |