Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: base/BUILD.gn

Issue 1577883002: Add run-time CHECK to smoke-test allocator overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AAAAArgh, inconsistent trailing dot in README.chromium Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/allocator/allocator_check.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | base/allocator/allocator_check.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698