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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1401553002: NOT INTENDED FOR LANDING: A promises demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Support for rejectatble promises! Created 4 years, 8 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 | « components/scheduler/promises/thread_pool_promise_executor_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gypi
diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi
index 3e218ef5a4a7fc127fc138521ba31975ffdb1f36..3c680a170e2fb4f8cdb56362b4bd2e762a6f6b5e 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -63,6 +63,14 @@
'child/worker_scheduler_impl.h',
'renderer/auto_advancing_virtual_time_domain.cc',
'renderer/auto_advancing_virtual_time_domain.h',
+ 'promises/promise.cc',
+ 'promises/promise.h',
+ 'promises/promise_executor.cc',
+ 'promises/promise_executor.h',
+ 'promises/single_thread_promise_executor.cc',
+ 'promises/single_thread_promise_executor.h',
+ 'promises/thread_pool_promise_executor.cc',
+ 'promises/thread_pool_promise_executor.h',
'renderer/deadline_task_runner.cc',
'renderer/deadline_task_runner.h',
'renderer/idle_time_estimator.cc',
« no previous file with comments | « components/scheduler/promises/thread_pool_promise_executor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698