Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index ef7258686a42520cda6d88b4a980ddcde33a3787..bc21e3e4ec2414adb6beef12147ac0393effe8b5 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -781,6 +781,8 @@ component("base") { |
"task_scheduler/task_tracker.h", |
"task_scheduler/task_traits.cc", |
"task_scheduler/task_traits.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", |
@@ -1828,6 +1830,7 @@ test("base_unittests") { |
"task_scheduler/sequence_unittest.cc", |
"task_scheduler/task_tracker_unittest.cc", |
"task_scheduler/test_utils.h", |
+ "task_scheduler/worker_thread_unittest.cc", |
"template_util_unittest.cc", |
"test/histogram_tester_unittest.cc", |
"test/icu_test_util.cc", |