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

Unified Diff: Source/platform/blink_platform.gypi

Issue 876623002: Adds a CancellableTaskFactory and exposes postLoadingTasks to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 11 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
« no previous file with comments | « Source/core/html/parser/HTMLParserScheduler.cpp ('k') | Source/platform/scheduler/CancellableTaskFactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « Source/core/html/parser/HTMLParserScheduler.cpp ('k') | Source/platform/scheduler/CancellableTaskFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698