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

Unified Diff: Source/platform/blink_platform.gypi

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 8 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 6604477bdc60bff1815490bbed04e180994ca853..d5ccaa30ac912322ce3887390aba19e7c5967818 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -91,8 +91,6 @@
'PlatformResourceLoader.h',
'PlatformScreen.cpp',
'PlatformScreen.h',
- 'PlatformThreadData.cpp',
- 'PlatformThreadData.h',
'PlatformTouchEvent.h',
'PlatformTouchPoint.h',
'PlatformWheelEvent.h',
@@ -113,8 +111,6 @@
'SharedBuffer.h',
'SharedBufferChunkReader.cpp',
'SharedBufferChunkReader.h',
- 'SharedTimer.cpp',
- 'SharedTimer.h',
'StorageQuotaCallbacks.h',
'Supplementable.h',
'Task.h',
@@ -124,8 +120,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