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

Unified Diff: base/allocator/BUILD.gn

Issue 2601573002: mac: Hook up allocator shim. (Closed)
Patch Set: Clean up. Created 4 years 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_shim.h » ('j') | base/allocator/allocator_shim.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
}
}
« no previous file with comments | « no previous file | base/allocator/allocator_shim.h » ('j') | base/allocator/allocator_shim.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698