| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 833d611c6283fdf9421fb8cfef3c89379a900b14..42896931cb058bca159f15be249ae5979c500520 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_functions_mac.cc",
|
| + "allocator/malloc_zone_functions_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_functions_mac_unittest.cc",
|
| "allocator/tcmalloc_unittest.cc",
|
| "android/application_status_listener_unittest.cc",
|
| "android/content_uri_utils_unittest.cc",
|
|
|