| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index fcd6803a6e0af6c061e3cbfed58c01b35ac8b9c0..d2082ddc3848846e9893ab63eb65d36706759a62 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -271,6 +271,8 @@ component("base") {
|
| # This file depends on files from the "debug/allocator" target,
|
| # but this target does not depend on "debug/allocator" (see
|
| # allocator.gyp for details).
|
| + "debug/activity_tracker.cc",
|
| + "debug/activity_tracker.h",
|
| "debug/leak_annotations.h",
|
| "debug/leak_tracker.h",
|
| "debug/proc_maps_linux.cc",
|
| @@ -1711,6 +1713,7 @@ test("base_unittests") {
|
| "containers/small_map_unittest.cc",
|
| "containers/stack_container_unittest.cc",
|
| "cpu_unittest.cc",
|
| + "debug/activity_tracker_unittest.cc",
|
| "debug/crash_logging_unittest.cc",
|
| "debug/debugger_unittest.cc",
|
| "debug/leak_tracker_unittest.cc",
|
|
|