Index: Source/platform/blink_platform.gypi |
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
index 51801741837ca393444a2aef6790b8c7834366ff..7bdf63e45d1513d2e2013968992c9ecdd68d511b 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', |