| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index dd94b9cc859006e0001c9b3fedff4af8085ab313..ad4f0f7c56224cec11aa013215536c3379cf3429 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -2114,6 +2114,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_unittest.cc",
|
| "task_scheduler/task_unittest.cc",
|
| "task_scheduler/test_task_factory.cc",
|
| "task_scheduler/test_task_factory.h",
|
| @@ -2393,6 +2394,7 @@ if (enable_nocompile_tests) {
|
| "memory/ref_counted_unittest.nc",
|
| "memory/weak_ptr_unittest.nc",
|
| "metrics/histogram_unittest.nc",
|
| + "task_scheduler/task_traits_unittest.nc",
|
| ]
|
|
|
| deps = [
|
|
|