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

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: do no build on nacl 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') | no next file with comments »
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 f92612de78e6ebb60dacf0986f652663ab2f7554..141dc2b7552a4bbbafa9824c1af0823ddd8a7910 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -792,6 +792,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",
@@ -1165,6 +1167,8 @@ component("base") {
"synchronization/read_write_lock_posix.cc",
"sys_info.cc",
"sys_info_posix.cc",
+ "task_scheduler/initialization_util.cc",
+ "task_scheduler/initialization_util.h",
"trace_event/trace_event_system_stats_monitor.cc",
]
« no previous file with comments | « no previous file | base/task_scheduler/initialization_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698