diff options
Diffstat (limited to 'www/chromium/files/patch-base_allocator_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-base_allocator_BUILD.gn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/files/patch-base_allocator_BUILD.gn b/www/chromium/files/patch-base_allocator_BUILD.gn deleted file mode 100644 index 316bc3b..0000000 --- a/www/chromium/files/patch-base_allocator_BUILD.gn +++ /dev/null @@ -1,12 +0,0 @@ ---- base/allocator/BUILD.gn.orig 2017-01-26 00:49:07 UTC -+++ base/allocator/BUILD.gn -@@ -338,6 +338,9 @@ if (use_experimental_allocator_shim) { - ] - } else if (is_linux && use_allocator == "none") { - sources += [ "allocator_shim_default_dispatch_to_glibc.cc" ] -+ } else if (is_bsd && use_allocator == "none") { -+ # TODO move the code to allocator_shim_default_dispatch_to_libc.cc" -+ sources += [ "allocator_shim_default_dispatch_to_glibc.cc" ] - } else if (is_android && use_allocator == "none") { - sources += [ - "allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc", |