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

Unified Diff: base/base.gypi

Issue 1709713002: TaskScheduler [4/9] Priority Queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_2_sequence_and_task
Patch Set: CR danakj #31 Created 4 years, 9 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 | « base/base.gyp ('k') | base/task_scheduler/priority_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 5d7693f8ba1cbfb4df7a4a152fabc464bb915ef7..dac46e236fc868dc1cb539d42da1e51a5f06cdfc 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -636,6 +636,8 @@
'task_runner.cc',
'task_runner.h',
'task_runner_util.h',
+ 'task_scheduler/priority_queue.cc',
+ 'task_scheduler/priority_queue.h',
'task_scheduler/scheduler_lock.h',
'task_scheduler/scheduler_lock_impl.cc',
'task_scheduler/scheduler_lock_impl.h',
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/priority_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698