Chromium Code Reviews| Index: tools/gn/secondary/base/allocator/BUILD.gn |
| diff --git a/tools/gn/secondary/base/allocator/BUILD.gn b/tools/gn/secondary/base/allocator/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bbcfe655c6481faad2714440f769c272476a8175 |
| --- /dev/null |
| +++ b/tools/gn/secondary/base/allocator/BUILD.gn |
| @@ -0,0 +1,6 @@ |
| +static_library("allocator_extension_thunks") { |
| + sources = [ |
| + "allocator_extension_thunks.cc", |
| + "allocator_extension_thunks.h", |
| + ] |
| +} |