summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorOliver Chang <ochang@chromium.org>2015-10-21 13:19:28 -0700
committerOliver Chang <ochang@chromium.org>2015-10-21 13:19:28 -0700
commit3b2ab45f0a883046a7c457e8435b5a9b2c1c4156 (patch)
tree15af4f698106a1e87da4e9caad66e9db5e53ae8e /DEPS
parentd0b794a102d1f37131c8f56c27f4a5fc9234a879 (diff)
downloadpdfium-3b2ab45f0a883046a7c457e8435b5a9b2c1c4156.tar.xz
(Reland) Switch builds to clang by default for Linux and OS X.
Also adds support for ASan and sanitizer coverage. BUG=pdfium:1,pdfium:171 R=thakis@chromium.org, thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/5478df43a8970257e9644ae6f57a6fe7513029c6 Review URL: https://codereview.chromium.org/1406843002 .
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 455150d093..220f0c6b42 100644
--- a/DEPS
+++ b/DEPS
@@ -16,6 +16,9 @@ deps = {
"testing/gtest":
"https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038",
+ "tools/clang":
+ "https://chromium.googlesource.com/chromium/src/tools/clang",
+
"v8":
"https://chromium.googlesource.com/v8/v8.git@2607e2b06b0be40a4c3f762c1a666a389dc28a99",
@@ -76,4 +79,10 @@ hooks = [
'-s', 'pdfium/buildtools/linux64/clang-format.sha1',
],
},
+ {
+ # Pull clang if needed or requested via GYP_DEFINES.
+ 'name': 'clang',
+ 'pattern': '.',
+ 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
+ },
]