| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 2dba1aa95eebdfc83eb3ed057ccecead350d2ffe..5296ff3d66064d4cf62137d821817237aa249807 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -249,7 +249,6 @@ def write_ninja(path, options):
|
| 'base/trace_event/heap_profiler_allocation_context_tracker.cc',
|
| 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
|
| 'base/trace_event/heap_profiler_type_name_deduplicator.cc',
|
| - 'base/trace_event/malloc_dump_provider.cc',
|
| 'base/trace_event/memory_allocator_dump.cc',
|
| 'base/trace_event/memory_allocator_dump_guid.cc',
|
| 'base/trace_event/memory_dump_manager.cc',
|
| @@ -371,6 +370,7 @@ def write_ninja(path, options):
|
| 'base/strings/sys_string_conversions_mac.mm',
|
| 'base/time/time_mac.cc',
|
| 'base/threading/platform_thread_mac.mm',
|
| + 'base/trace_event/malloc_dump_provider.cc',
|
| ])
|
| static_libraries['libevent']['include_dirs'].extend([
|
| os.path.join(SRC_ROOT, 'third_party', 'libevent', 'mac')
|
|
|