Index: Source/platform/blink_platform.gypi |
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
index 51f46cbdb9da1a7f3c1030ffbe04ac8b733a798e..30ffcac01450710623430adf3684fd6b1d0f4fce 100644 |
--- a/Source/platform/blink_platform.gypi |
+++ b/Source/platform/blink_platform.gypi |
@@ -765,6 +765,10 @@ |
'plugins/PluginData.h', |
'plugins/PluginListBuilder.cpp', |
'plugins/PluginListBuilder.h', |
+ 'scheduler/CancellableTaskFactory.cpp', |
+ 'scheduler/CancellableTaskFactory.h', |
+ 'scheduler/ClosureRunnerTask.cpp', |
+ 'scheduler/ClosureRunnerTask.h', |
'scheduler/Scheduler.cpp', |
'scheduler/Scheduler.h', |
'scroll/ProgrammaticScrollAnimator.cpp', |
@@ -947,6 +951,7 @@ |
'network/FormDataTest.cpp', |
'network/HTTPParsersTest.cpp', |
'network/ResourceRequestTest.cpp', |
+ 'scheduler/CancellableTaskFactoryTest.cpp', |
'scheduler/SchedulerTest.cpp', |
'scroll/ScrollableAreaTest.cpp', |
'testing/ArenaTestHelpers.h', |