| 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',
|
|
|