Index: tools/gn/bootstrap/bootstrap.py |
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py |
index 00b9ae58cb76937843c81b619e291676ad831bc6..f45986319527ca174b0b493fc017bd1efdc44258 100755 |
--- a/tools/gn/bootstrap/bootstrap.py |
+++ b/tools/gn/bootstrap/bootstrap.py |
@@ -242,7 +242,6 @@ def write_ninja(path, options): |
'base/time/time.cc', |
'base/timer/elapsed_timer.cc', |
'base/timer/timer.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', |
@@ -337,6 +336,7 @@ def write_ninja(path, options): |
'base/strings/sys_string_conversions_posix.cc', |
'base/sys_info_linux.cc', |
'base/threading/platform_thread_linux.cc', |
+ 'base/trace_event/malloc_dump_provider.cc', |
]) |
static_libraries['libevent']['include_dirs'].extend([ |
os.path.join(SRC_ROOT, 'third_party', 'libevent', 'linux') |
@@ -351,6 +351,8 @@ def write_ninja(path, options): |
'base/base_paths_mac.mm', |
'base/files/file_util_mac.mm', |
'base/mac/bundle_locations.mm', |
+ 'base/mac/call_with_eh_frame.cc', |
+ 'base/mac/call_with_eh_frame_asm.S', |
'base/mac/foundation_util.mm', |
'base/mac/mach_logging.cc', |
'base/mac/scoped_mach_port.cc', |
@@ -358,6 +360,7 @@ def write_ninja(path, options): |
'base/message_loop/message_pump_mac.mm', |
'base/process/process_handle_mac.cc', |
'base/process/process_iterator_mac.cc', |
+ 'base/process/process_metrics_mac.cc', |
'base/strings/sys_string_conversions_mac.mm', |
'base/time/time_mac.cc', |
'base/threading/platform_thread_mac.mm', |