| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index f2e2e57ca1aebc67b958fb7f371a04bc488a7b0f..da340156f53ce4ad9df0b44ae02e68117d767171 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -783,6 +783,8 @@ component("base") {
|
| "task_scheduler/task_tracker.h",
|
| "task_scheduler/task_traits.cc",
|
| "task_scheduler/task_traits.h",
|
| + "task_scheduler/thread_pool.cc",
|
| + "task_scheduler/thread_pool.h",
|
| "template_util.h",
|
| "third_party/dmg_fp/dmg_fp.h",
|
| "third_party/dmg_fp/dtoa_wrapper.cc",
|
| @@ -1831,6 +1833,7 @@ test("base_unittests") {
|
| "task_scheduler/sequence_unittest.cc",
|
| "task_scheduler/task_tracker_unittest.cc",
|
| "task_scheduler/test_utils.h",
|
| + "task_scheduler/thread_pool_unittest.cc",
|
| "template_util_unittest.cc",
|
| "test/histogram_tester_unittest.cc",
|
| "test/icu_test_util.cc",
|
|
|