diff options
author | weili <weili@chromium.org> | 2016-10-14 16:59:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-14 16:59:40 -0700 |
commit | 62f367348ff8ff1e64c6f52c1ee5f77c3a89edc1 (patch) | |
tree | deb6336375ccfac1515a3dd89d1b0d25e5f83a8f /.gitignore | |
parent | 3ba098595ae56b64eacc0c25ab76b89a4d78d920 (diff) | |
download | pdfium-62f367348ff8ff1e64c6f52c1ee5f77c3a89edc1.tar.xz |
Ready to enable MSan build for PDFiumchromium/2891
Add all the necessary files used for MSan build and run.
BUG=pdfium:1
Review-Url: https://codereview.chromium.org/2384353002
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 154b6f2e27..c7facb8294 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /third_party/android_ndk /third_party/catapult /third_party/icu +/third_party/instrumented_libraries /third_party/llvm /third_party/llvm-build /third_party/skia |