Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 833d611c6283fdf9421fb8cfef3c89379a900b14..f4dab6e9d78170513f541a0e0f4c339f0a8f6325 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -152,6 +152,8 @@ component("base") { |
"allocator/allocator_interception_mac.h", |
"allocator/allocator_interception_mac.mm", |
"allocator/allocator_shim.h", |
+ "allocator/malloc_zone_aggregator_mac.cc", |
+ "allocator/malloc_zone_aggregator_mac.h", |
"allocator/oom.h", |
"android/animation_frame_time_histogram.cc", |
"android/animation_frame_time_histogram.h", |
@@ -1885,6 +1887,7 @@ if (is_ios || is_mac) { |
test("base_unittests") { |
sources = [ |
+ "allocator/malloc_zone_aggregator_mac_unittest.cc", |
"allocator/tcmalloc_unittest.cc", |
"android/application_status_listener_unittest.cc", |
"android/content_uri_utils_unittest.cc", |