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

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: Gyp tweak. 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 13e2be2fbd0c67431560940b98aa2f6ea7319182..8e404f09532abefac579b5d267f5c79c08d2c9f3 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -88,8 +88,6 @@
'PlatformMouseEvent.h',
'PlatformResourceLoader.cpp',
'PlatformResourceLoader.h',
- 'PlatformThreadData.cpp',
- 'PlatformThreadData.h',
'PlatformTouchEvent.h',
'PlatformTouchPoint.h',
'PlatformWheelEvent.h',
@@ -110,8 +108,6 @@
'SharedBuffer.h',
'SharedBufferChunkReader.cpp',
'SharedBufferChunkReader.h',
- 'SharedTimer.cpp',
- 'SharedTimer.h',
'StorageQuotaCallbacks.h',
'Supplementable.cpp',
'Supplementable.h',
@@ -122,8 +118,6 @@
'Theme.h',
'ThemeTypes.h',
'ThreadedDataReceiver.h',
- 'ThreadTimers.cpp',
- 'ThreadTimers.h',
'Timer.cpp',
'Timer.h',
'TraceEvent.h',

Powered by Google App Engine
This is Rietveld 408576698