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

Unified Diff: base/BUILD.gn

Issue 2501203002: Move function to compute the max number of threads in a TaskScheduler pool to base/. (Closed)
Patch Set: CR robliao #6 (RecommendedMaxNumberOfThreadsInPool) Created 4 years, 1 month 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 | « no previous file | base/task_scheduler/initialization_util.h » ('j') | base/task_scheduler/initialization_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index e9148f311a16a4330624a4607ffec8d117750b5b..4445963da36bc1adf19c5d36766079918024da9d 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -790,6 +790,8 @@ component("base") {
"task_runner_util.h",
"task_scheduler/delayed_task_manager.cc",
"task_scheduler/delayed_task_manager.h",
+ "task_scheduler/initialization_util.cc",
+ "task_scheduler/initialization_util.h",
"task_scheduler/post_task.cc",
"task_scheduler/post_task.h",
"task_scheduler/priority_queue.cc",
« no previous file with comments | « no previous file | base/task_scheduler/initialization_util.h » ('j') | base/task_scheduler/initialization_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698