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

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: 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index ff381f7f5f795e016cecf86a3c3babe097ae0f34..b3f70e8e1efd663fda8a3178e955ca2d812c07a0 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -761,6 +761,8 @@
'plugins/PluginData.h',
'plugins/PluginListBuilder.cpp',
'plugins/PluginListBuilder.h',
+ 'scheduler/CancellableTaskFactory.cpp',
+ 'scheduler/CancellableTaskFactory.h',
'scheduler/Scheduler.cpp',
'scheduler/Scheduler.h',
'scroll/ProgrammaticScrollAnimator.cpp',
@@ -943,6 +945,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 | « no previous file | Source/platform/scheduler/CancellableTaskFactory.h » ('j') | Source/platform/scheduler/CancellableTaskFactory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698