From b12fbddece4339c583524401f9b1465d968b3ae6 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 19 Sep 2016 10:45:14 -0700 Subject: 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 --- DEPS | 5 ++--- 1 file 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' ], }, { -- cgit v1.2.3