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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1087203002: Patch 2/3 to get WebScheduler via WebThread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Responding to feedback 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 28d38fc9d9e2e0f7f7fe1b40fbcd01bbfca95b67..04d63f6439d6b20bf989fe25d5ce773816e194ba 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -134,9 +134,10 @@
'UUID.h',
'UserGestureIndicator.cpp',
'UserGestureIndicator.h',
- 'WebThread.cpp',
+ 'WebScheduler.cpp',
'WebThreadSupportingGC.cpp',
'WebThreadSupportingGC.h',
+ 'WebThread.cpp',
'Widget.cpp',
'Widget.h',
'WindowsKeyboardCodes.h',
@@ -773,8 +774,6 @@
'scheduler/CancellableTaskFactory.h',
'scheduler/ClosureRunnerTask.cpp',
'scheduler/ClosureRunnerTask.h',
- 'scheduler/Scheduler.cpp',
- 'scheduler/Scheduler.h',
'scroll/ProgrammaticScrollAnimator.cpp',
'scroll/ProgrammaticScrollAnimator.h',
'scroll/ScrollAnimator.cpp',
@@ -960,7 +959,6 @@
'network/HTTPParsersTest.cpp',
'network/ResourceRequestTest.cpp',
'scheduler/CancellableTaskFactoryTest.cpp',
- 'scheduler/SchedulerTest.cpp',
'scroll/ScrollableAreaTest.cpp',
'testing/ArenaTestHelpers.h',
'testing/TreeTestHelpers.cpp',

Powered by Google App Engine
This is Rietveld 408576698