summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-19 10:45:14 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-19 10:45:14 -0700
commitb12fbddece4339c583524401f9b1465d968b3ae6 (patch)
tree08c954613c6e85bbfaa23995018124350e7d9928
parente6db16e7e6cdc3dd213c16de0d792b77656ac7a6 (diff)
downloadpdfium-b12fbddece4339c583524401f9b1465d968b3ae6.tar.xz
Update DEPS to always pull clang.
If the --if-needed argument is passed to the clang update script then we depend on GYP_DEFINES to be set in order to update clang. We no longer define GYP_DEFINES so we fail to update clang (or checkout clang). BUG=chromium:647380 Review-Url: https://codereview.chromium.org/2350093002
-rw-r--r--DEPS5
1 files changed, 2 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index e57e5af206..70d5af94d5 100644
--- a/DEPS
+++ b/DEPS
@@ -162,12 +162,11 @@ hooks = [
],
},
{
- # Pull clang if needed or requested via GYP_DEFINES.
+ # Pull clang
'name': 'clang',
'pattern': '.',
'action': ['python',
- 'pdfium/tools/clang/scripts/update.py',
- '--if-needed'
+ 'pdfium/tools/clang/scripts/update.py'
],
},
{