| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 72ffd6093d22dfa993f523ed425bcec8d3320b02..88e1d0b6710b6a3a08dada894ee05c020c70b922 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -291,16 +291,15 @@ def write_ninja(path, root_gen_dir, options):
|
| 'base/third_party/nspr/prtime.cc',
|
| 'base/threading/non_thread_safe_impl.cc',
|
| 'base/threading/post_task_and_reply_impl.cc',
|
| - 'base/threading/sequenced_task_runner_handle.cc',
|
| 'base/threading/sequenced_worker_pool.cc',
|
| 'base/threading/simple_thread.cc',
|
| + 'base/threading/task_runner_handle.cc',
|
| 'base/threading/thread.cc',
|
| 'base/threading/thread_checker_impl.cc',
|
| 'base/threading/thread_collision_warner.cc',
|
| 'base/threading/thread_id_name_manager.cc',
|
| 'base/threading/thread_local_storage.cc',
|
| 'base/threading/thread_restrictions.cc',
|
| - 'base/threading/thread_task_runner_handle.cc',
|
| 'base/threading/worker_pool.cc',
|
| 'base/time/time.cc',
|
| 'base/timer/elapsed_timer.cc',
|
|
|