diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-19 10:45:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-19 10:45:14 -0700 |
commit | b12fbddece4339c583524401f9b1465d968b3ae6 (patch) | |
tree | 08c954613c6e85bbfaa23995018124350e7d9928 | |
parent | e6db16e7e6cdc3dd213c16de0d792b77656ac7a6 (diff) | |
download | pdfium-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-- | DEPS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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' ], }, { |