Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: Source/platform/blink_platform.gypi

Issue 1134523002: Implement timers by posting delayed tasks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/TimerTest.cpp ('k') | Source/platform/scroll/ScrollableAreaTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 7bdf63e45d1513d2e2013968992c9ecdd68d511b..51801741837ca393444a2aef6790b8c7834366ff 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -90,8 +90,6 @@
'PlatformMouseEvent.h',
'PlatformResourceLoader.cpp',
'PlatformResourceLoader.h',
- 'PlatformThreadData.cpp',
- 'PlatformThreadData.h',
'PlatformTouchEvent.h',
'PlatformTouchPoint.h',
'PlatformWheelEvent.h',
@@ -112,8 +110,6 @@
'SharedBuffer.h',
'SharedBufferChunkReader.cpp',
'SharedBufferChunkReader.h',
- 'SharedTimer.cpp',
- 'SharedTimer.h',
'StorageQuotaCallbacks.h',
'Supplementable.cpp',
'Supplementable.h',
@@ -124,8 +120,6 @@
'Theme.h',
'ThemeTypes.h',
'ThreadedDataReceiver.h',
- 'ThreadTimers.cpp',
- 'ThreadTimers.h',
'Timer.cpp',
'Timer.h',
'TraceEvent.h',
« no previous file with comments | « Source/platform/TimerTest.cpp ('k') | Source/platform/scroll/ScrollableAreaTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698