| Index: Source/wtf/wtf.gyp | 
| diff --git a/Source/WTF/WTF.gyp/WTF.gyp b/Source/wtf/wtf.gyp | 
| similarity index 95% | 
| rename from Source/WTF/WTF.gyp/WTF.gyp | 
| rename to Source/wtf/wtf.gyp | 
| index 2aa488b27863436a916a8d7190bec9b2d9cec53a..455f4decec032174cce36e70d3eee8d8999b97a7 100644 | 
| --- a/Source/WTF/WTF.gyp/WTF.gyp | 
| +++ b/Source/wtf/wtf.gyp | 
| @@ -27,9 +27,9 @@ | 
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| { | 
| 'includes': [ | 
| -    '../../WebKit/chromium/WinPrecompile.gypi', | 
| -    '../../WebKit/chromium/features.gypi', | 
| -    '../wtf/wtf.gypi', | 
| +    '../WebKit/chromium/WinPrecompile.gypi', | 
| +    '../WebKit/chromium/features.gypi', | 
| +    'wtf.gypi', | 
| ], | 
| 'conditions': [ | 
| ['os_posix == 1 and OS != "mac" and gcc_version>=46', { | 
| @@ -63,7 +63,7 @@ | 
| 'CRASH=__debugbreak', | 
| ], | 
| 'include_dirs': [ | 
| -              '../wtf/os-win32', | 
| +              'os-win32', | 
| ], | 
| }], | 
| # FIXME: This should go in a header, not in the GYP file. | 
| @@ -79,9 +79,9 @@ | 
| 'target_name': 'wtf', | 
| 'type': 'static_library', | 
| 'include_dirs': [ | 
| +        '.', | 
| '..', | 
| -        '../wtf', | 
| -        '../wtf/unicode', | 
| +        '../unicode', | 
| ], | 
| 'dependencies': [ | 
| 'wtf_config', | 
| @@ -146,7 +146,7 @@ | 
| 'sources/': [ | 
| ['exclude', 'Mac\\.mm$'], | 
| # mac is the only OS that uses WebKit's copy of TCMalloc. | 
| -            ['exclude', 'wtf/TC.*\\.(cpp|h)$'], | 
| +            ['exclude', 'TC.*\\.(cpp|h)$'], | 
| ], | 
| }], | 
| ], | 
|  |