| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index c5bcc1d619258a710b7457b098470a7f8127ed80..aa2a15e29ac926a2a80f1438303b286f7f2c6d76 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -795,7 +795,6 @@ component("base") {
|
| "third_party/nspr/prtime.cc",
|
| "third_party/nspr/prtime.h",
|
| "third_party/superfasthash/superfasthash.c",
|
| - "thread_task_runner_handle.cc",
|
| "thread_task_runner_handle.h",
|
| "threading/non_thread_safe.h",
|
| "threading/non_thread_safe_impl.cc",
|
| @@ -835,6 +834,8 @@ component("base") {
|
| "threading/thread_local_win.cc",
|
| "threading/thread_restrictions.cc",
|
| "threading/thread_restrictions.h",
|
| + "threading/thread_task_runner_handle.cc",
|
| + "threading/thread_task_runner_handle.h",
|
| "threading/watchdog.cc",
|
| "threading/watchdog.h",
|
| "threading/worker_pool.cc",
|
|
|