diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-31 12:55:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-31 12:55:32 -0700 |
commit | fb96900eeea15b252245b0caf4330a5ade369172 (patch) | |
tree | b1095c378694572c6ec5c7afab7742ab88dacc97 /.gitignore | |
parent | f02f7e58b56b324d352322335636b3bf44d961d8 (diff) | |
download | pdfium-fb96900eeea15b252245b0caf4330a5ade369172.tar.xz |
Fix Asan build.
Need the tools/memory directory in order for asan to find the blacklist during
compilation.
Review-Url: https://codereview.chromium.org/2028603003
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index df5f017288..c8dc4a0a31 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /tools/clang /tools/generate_library_loader /tools/gyp +/tools/memory /v8 /xcodebuild Makefile |