Chromium Code Reviews| Index: base/allocator/BUILD.gn |
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
| index 401519662f3f17d2f249646449eeea1d85241df4..d2028a111e5510a9256b86c83612a7c6df12f43b 100644 |
| --- a/base/allocator/BUILD.gn |
| +++ b/base/allocator/BUILD.gn |
| @@ -344,6 +344,8 @@ if (use_experimental_allocator_shim) { |
| "allocator_shim_override_linker_wrapped_symbols.h", |
| ] |
| all_dependent_configs = [ ":wrap_malloc_symbols" ] |
| + } else if (is_mac) { |
| + sources += [ "allocator_shim_override_mac_symbols.h" ] |
| } |
| } |
| } |