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

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: Fix a bunch of stuff Created 5 years, 10 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 8032377b362eebadf28e0daf97b6327144d32141..bf1b3985d9e96d1957799f6282c71622a81517d0 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -93,8 +93,6 @@
'PlatformResourceLoader.h',
'PlatformScreen.cpp',
'PlatformScreen.h',
- 'PlatformThreadData.cpp',
- 'PlatformThreadData.h',
'PlatformTouchEvent.h',
'PlatformTouchPoint.h',
'PlatformWheelEvent.h',
@@ -125,8 +123,6 @@
'Theme.cpp',
'Theme.h',
'ThemeTypes.h',
- 'ThreadTimers.cpp',
- 'ThreadTimers.h',
'Timer.cpp',
'Timer.h',
'TraceEvent.h',

Powered by Google App Engine
This is Rietveld 408576698