Index: base/allocator/BUILD.gn |
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
index 470f36328b33967576cc873a0f8766697394f9cf..06fc657d6df0a3bcc17708d4baeb966a84e242c0 100644 |
--- a/base/allocator/BUILD.gn |
+++ b/base/allocator/BUILD.gn |
@@ -99,7 +99,7 @@ if (is_win) { |
if (use_allocator == "tcmalloc") { |
# tcmalloc currently won't compile on Android. |
- source_set("tcmalloc") { |
+ static_library("tcmalloc") { |
tcmalloc_dir = "//third_party/tcmalloc/chromium" |
# Don't check tcmalloc's includes. These files include various files like |