| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 1874cfa3efa055c70cbe83e24b4c9f0df9699b0e..1918db12b7b6828fa9e9578d372af335488df3df 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',
|
|
|