| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index e8304549335350915380731713643cd57ec70407..b6a113d390d61db32736333c312f90124a44086c 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -379,6 +379,7 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/debug/task_annotator.cc',
|
| 'base/environment.cc',
|
| 'base/files/file.cc',
|
| + 'base/files/file_descriptor_watcher_posix.cc',
|
| 'base/files/file_enumerator.cc',
|
| 'base/files/file_path.cc',
|
| 'base/files/file_path_constants.cc',
|
| @@ -397,6 +398,7 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/location.cc',
|
| 'base/logging.cc',
|
| 'base/md5.cc',
|
| + 'base/memory/ref_counted.cc',
|
| 'base/memory/ref_counted_memory.cc',
|
| 'base/memory/singleton.cc',
|
| 'base/memory/weak_ptr.cc',
|
| @@ -685,7 +687,6 @@ def write_gn_ninja(path, root_gen_dir, options):
|
| 'base/timer/hi_res_timer_manager_win.cc',
|
| 'base/trace_event/heap_profiler_allocation_register_win.cc',
|
| 'base/trace_event/trace_event_etw_export_win.cc',
|
| - 'base/trace_event/winheap_dump_provider_win.cc',
|
| 'base/win/enum_variant.cc',
|
| 'base/win/event_trace_controller.cc',
|
| 'base/win/event_trace_provider.cc',
|
|
|