summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-09-16 16:36:28 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-16 23:36:40 +0000
commitf866d7abcd792bfa922d1a7cfb2371037bfe0bcf (patch)
treedc4bd5824e097578564f13ec51d888a98be1f5ca /base
parent71be5585c62dbb95d556ddc5ebc6e1f303cd1490 (diff)
downloadchromium_src-f866d7abcd792bfa922d1a7cfb2371037bfe0bcf.zip
chromium_src-f866d7abcd792bfa922d1a7cfb2371037bfe0bcf.tar.gz
chromium_src-f866d7abcd792bfa922d1a7cfb2371037bfe0bcf.tar.bz2
gn: add base/debug/asan_invalid_access.*
Added at https://codereview.chromium.org/306753003 but not included into the GN build. R=brettw@chromium.org BUG=335824 Review URL: https://codereview.chromium.org/581483002 Cr-Commit-Position: refs/heads/master@{#295175}
Diffstat (limited to 'base')
-rw-r--r--base/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6edbfbe..44ab162 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -130,6 +130,8 @@ component("base") {
"critical_closure_internal_ios.mm",
"debug/alias.cc",
"debug/alias.h",
+ "debug/asan_invalid_access.cc",
+ "debug/asan_invalid_access.h",
"debug/crash_logging.cc",
"debug/crash_logging.h",
"debug/debugger.cc",