Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index f6f91a9cbe25e737bc92d928db04ba233d1d87d1..35d1a1914fddc0fec038e0bd2449d5c185bb4286 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -838,6 +838,8 @@ component("base") { |
"task_scheduler/task_tracker_posix.h", |
"task_scheduler/task_traits.cc", |
"task_scheduler/task_traits.h", |
+ "task_scheduler/task_traits_for_current_thread.cc", |
+ "task_scheduler/task_traits_for_current_thread.h", |
"template_util.h", |
"third_party/dmg_fp/dmg_fp.h", |
"third_party/dmg_fp/dtoa_wrapper.cc", |
@@ -1988,6 +1990,7 @@ test("base_unittests") { |
"task_scheduler/task_scheduler_impl_unittest.cc", |
"task_scheduler/task_tracker_posix_unittest.cc", |
"task_scheduler/task_tracker_unittest.cc", |
+ "task_scheduler/task_traits_for_current_thread_unittest.cc", |
"task_scheduler/task_unittest.cc", |
"task_scheduler/test_task_factory.cc", |
"task_scheduler/test_task_factory.h", |