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

Unified Diff: base/BUILD.gn

Issue 2703803004: macOS: Shim all malloc zones. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 f82f436086f9a6c357125d25b8d023b752749a62..5f1b6d0e3603caabed830d027f94e1f530ddefaf 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",
"android/animation_frame_time_histogram.cc",
"android/animation_frame_time_histogram.h",
"android/apk_assets.cc",
@@ -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",
« 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