summaryrefslogtreecommitdiffstats
path: root/tools/gn/secondary/base/allocator/BUILD.gn
blob: bbcfe655c6481faad2714440f769c272476a8175 (plain)
1
2
3
4
5
6
static_library("allocator_extension_thunks") {
  sources = [
    "allocator_extension_thunks.cc",
    "allocator_extension_thunks.h",
  ]
}