Commit 491ce92c authored by bbudge@chromium.org's avatar bbudge@chromium.org

Disable leak annotations for NaCl untrusted builds.

BUG=116317
TEST=compiles on linux heap checker bots
Review URL: https://chromiumcodereview.appspot.com/10824356

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152137 0039d316-1c4b-4281-b951-d872f2087c98
parent 3b6bf4c9
......@@ -7,7 +7,8 @@
#include "build/build_config.h"
#if defined(OS_POSIX) && !defined(OS_MACOSX) && defined(USE_HEAPCHECKER)
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_NACL) && \
defined(USE_HEAPCHECKER)
#include "third_party/tcmalloc/chromium/src/gperftools/heap-checker.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment