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

Unified Diff: base/BUILD.gn

Issue 2146223002: Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | base/base.gypi » ('j') | base/task_scheduler/scheduler_worker_pool_impl.cc » ('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 afba0abaa6761a3ae4e72c8941e86c98ddbfce84..3cf29596cc0bc93c280254c99eade181bed2b249 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -797,6 +797,8 @@ component("base") {
"task_scheduler/task_tracker.h",
"task_scheduler/task_traits.cc",
"task_scheduler/task_traits.h",
+ "task_scheduler/worker_pool_params.cc",
+ "task_scheduler/worker_pool_params.h",
"template_util.h",
"third_party/dmg_fp/dmg_fp.h",
"third_party/dmg_fp/dtoa_wrapper.cc",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/task_scheduler/scheduler_worker_pool_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698