Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 946d17f3de33bde297556cba53be41b4952e4b89..589af0823bac30ca2edb81640664afd16c4d18b7 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -118,6 +118,8 @@ component("base") { |
component_never_use_source_set = !is_nacl_nonsfi |
sources = [ |
+ "allocator/allocator_check.cc", |
+ "allocator/allocator_check.h", |
"allocator/allocator_extension.cc", |
"allocator/allocator_extension.h", |
"android/animation_frame_time_histogram.cc", |
@@ -946,6 +948,7 @@ component("base") { |
configs += [ |
":base_flags", |
":base_implementation", |
+ "//base/allocator:allocator_shim_define", # for allocator_check.cc. |
"//build/config:precompiled_headers", |
] |