Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 3ff143c129c767c55b101a9cca7fcec86760af0d..05b5bc88a4016c06c0c23b6ab0458bbd106dad17 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -753,6 +753,10 @@ component("base") { |
"task_scheduler/task_tracker.h", |
"task_scheduler/task_traits.cc", |
"task_scheduler/task_traits.h", |
+ "task_scheduler/utils.cc", |
+ "task_scheduler/utils.h", |
+ "task_scheduler/worker_thread.cc", |
+ "task_scheduler/worker_thread.h", |
"template_util.h", |
"third_party/dmg_fp/dmg_fp.h", |
"third_party/dmg_fp/dtoa_wrapper.cc", |
@@ -1705,6 +1709,8 @@ test("base_unittests") { |
"task_scheduler/sequence_sort_key_unittest.cc", |
"task_scheduler/sequence_unittest.cc", |
"task_scheduler/task_tracker_unittest.cc", |
+ "task_scheduler/utils_unittest.cc", |
+ "task_scheduler/worker_thread_unittest.cc", |
"template_util_unittest.cc", |
"test/histogram_tester_unittest.cc", |
"test/icu_test_util.cc", |