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

Unified Diff: base/BUILD.gn

Issue 2658723007: Hook up allocator shim on mac. (Closed)
Patch Set: Rebase. 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
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 69dfcc5b3bbe28700b259a9ad2e2decec8e70b4c..2b901879cbb2509d8de6fa388a9e6282e93c4e9b 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1144,6 +1144,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_zoned_malloc.cc",
Primiano Tucci (use gerrit) 2017/01/28 05:10:02 since this is mac only, can those two files have "
erikchen 2017/01/31 02:21:22 Done.
+ "allocator/allocator_shim_default_dispatch_to_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') | base/allocator/allocator_interception_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698