Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: base/BUILD.gn

Issue 2658723007: Hook up allocator shim on mac. (Closed)
Patch Set: remove a debugging test. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/allocator/allocator_interception_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index c370c214a61d93d8427aacd57ef8e4ce3250a0fa..ef37887da467505a0e31565e7211e651faef01eb 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1146,6 +1146,12 @@ component("base") {
"allocator/allocator_shim_override_linker_wrapped_symbols.h",
]
all_dependent_configs += [ "//base/allocator:wrap_malloc_symbols" ]
+ } else if (is_mac) {
+ sources += [
+ "allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.cc",
+ "allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.h",
+ "allocator/allocator_shim_override_mac_symbols.h",
+ ]
}
}
« no previous file with comments | « no previous file | base/allocator/allocator_interception_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698