| Index: Source/platform/blink_platform.gypi
 | 
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
 | 
| index 8cfc799dad5f1c4ddda72c57ce539e21676ea4bb..65cc3da3d0326a4418673901d753ff48b3f24bd7 100644
 | 
| --- a/Source/platform/blink_platform.gypi
 | 
| +++ b/Source/platform/blink_platform.gypi
 | 
| @@ -90,6 +90,8 @@
 | 
|        'PlatformMouseEvent.h',
 | 
|        'PlatformResourceLoader.cpp',
 | 
|        'PlatformResourceLoader.h',
 | 
| +      'PlatformThreadData.cpp',
 | 
| +      'PlatformThreadData.h',
 | 
|        'PlatformTouchEvent.h',
 | 
|        'PlatformTouchPoint.h',
 | 
|        'PlatformWheelEvent.h',
 | 
| @@ -110,6 +112,8 @@
 | 
|        'SharedBuffer.h',
 | 
|        'SharedBufferChunkReader.cpp',
 | 
|        'SharedBufferChunkReader.h',
 | 
| +      'SharedTimer.cpp',
 | 
| +      'SharedTimer.h',
 | 
|        'StorageQuotaCallbacks.h',
 | 
|        'Supplementable.cpp',
 | 
|        'Supplementable.h',
 | 
| @@ -120,6 +124,8 @@
 | 
|        'Theme.h',
 | 
|        'ThemeTypes.h',
 | 
|        'ThreadedDataReceiver.h',
 | 
| +      'ThreadTimers.cpp',
 | 
| +      'ThreadTimers.h',
 | 
|        'Timer.cpp',
 | 
|        'Timer.h',
 | 
|        'TraceEvent.h',
 | 
| 
 |