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

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: Rebase 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
« no previous file with comments | « Source/platform/TimerTest.cpp ('k') | Source/platform/blink_platform_tests.gyp » ('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 1145d288078a0710e47f34dc97a1dd206a08fccd..89ca9de25b6f2f10b9c065907ceea3910e586c84 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -90,8 +90,6 @@
'PlatformResourceLoader.h',
'PlatformScreen.cpp',
'PlatformScreen.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',
@@ -925,6 +919,7 @@
'SharedBufferTest.cpp',
'TestingPlatformSupport.cpp',
'TestingPlatformSupport.h',
+ 'TimerTest.cpp',
'TracedValueTest.cpp',
'WebScreenInfoTest.cpp',
'WebVectorTest.cpp',
« no previous file with comments | « Source/platform/TimerTest.cpp ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698