Index: third_party/WebKit/Source/platform/BUILD.gn |
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn |
index 53a7b94b4727e38bbc585049805161d66f62bf61..c59f7977c16f74e2125981e3679a156ae505e0f2 100644 |
--- a/third_party/WebKit/Source/platform/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/BUILD.gn |
@@ -1135,8 +1135,6 @@ component("platform") { |
"plugins/PluginData.h", |
"plugins/PluginListBuilder.cpp", |
"plugins/PluginListBuilder.h", |
- "scheduler/CancellableTaskFactory.cpp", |
- "scheduler/CancellableTaskFactory.h", |
"scheduler/base/cancelable_closure_holder.cc", |
"scheduler/base/cancelable_closure_holder.h", |
"scheduler/base/enqueue_order.cc", |
@@ -1722,7 +1720,6 @@ test("blink_platform_unittests") { |
"network/ResourceRequestTest.cpp", |
"network/ResourceResponseTest.cpp", |
"network/mime/MIMETypeRegistryTest.cpp", |
- "scheduler/CancellableTaskFactoryTest.cpp", |
"scheduler/base/intrusive_heap_unittest.cc", |
"scheduler/base/queueing_time_estimator_unittest.cc", |
"scheduler/base/task_queue_manager_unittest.cc", |