| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index bdecf4a257593cdbce9ab4efba48386d5b23ade0..4dd7c690338fb4c9a8c948caf1240e54a784cd50 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -149,6 +149,8 @@ component("base") {
|
| "allocator/allocator_check.h",
|
| "allocator/allocator_extension.cc",
|
| "allocator/allocator_extension.h",
|
| + "allocator/allocator_interception_mac.h",
|
| + "allocator/allocator_interception_mac.mm",
|
| "allocator/allocator_shim.h",
|
| "allocator/oom.h",
|
| "android/animation_frame_time_histogram.cc",
|
|
|