| Index: base/allocator/BUILD.gn
|
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
|
| index c1402265cee5db3948e2688137a94d19659953c3..470f36328b33967576cc873a0f8766697394f9cf 100644
|
| --- a/base/allocator/BUILD.gn
|
| +++ b/base/allocator/BUILD.gn
|
| @@ -272,15 +272,3 @@ if (use_allocator == "tcmalloc") {
|
| deps += [ "//base/third_party/dynamic_annotations" ]
|
| }
|
| } # !is_android
|
| -
|
| -source_set("extension_thunks") {
|
| - visibility = [ "//base/*" ]
|
| - sources = [
|
| - "allocator_extension_thunks.cc",
|
| - "allocator_extension_thunks.h",
|
| - ]
|
| - if (is_android && !is_debug) {
|
| - configs -= [ "//build/config/compiler:default_optimization" ]
|
| - configs += [ "//build/config/compiler:optimize_max" ]
|
| - }
|
| -}
|
|
|