tools/gn: depend on malloc_dump_provider.cc to keep bootstrap working

This patch adds the missing base/trace_event/malloc_dump_provider.cc to
the sources list to keep the boostrap process working and to fix the
undefined reference error as below:

Undefined symbols for architecture x86_64:
  "base::trace_event::MallocDumpProvider::GetInstance()", referenced from:
      base::trace_event::MemoryDumpManager::Initialize(base::trace_event::MemoryDumpManagerDelegate*, bool) in base.a(memory_dump_manager.o)
  "base::trace_event::MallocDumpProvider::kAllocatedObjects", referenced from:
      base::trace_event::MemoryDumpManager::kSystemAllocatorPoolName in base.a(memory_dump_manager.o)

BUG=568437
TEST=./tools/gn/bootstrap/bootstrap.py
TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/1517983003

Cr-Original-Commit-Position: refs/heads/master@{#364802}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 8c8cc28366502d308586eec95f8ad919c6dc7ab4
1 file changed
tree: c103ecb2e2db2717ea4ed4eac1d353f11cd26518
  1. tools/