From 39a319d6a7a9facfafce7bb6f2eb7cd15d873488 Mon Sep 17 00:00:00 2001 From: Rohit Rao Date: Fri, 31 Jan 2020 15:44:28 -0500 Subject: [PATCH] Roll buildtools/ 3e50219fc..62f9eb0d6 (8 commits) https://chromium.googlesource.com/chromium/src/buildtools.git/+log/3e50219fc450..62f9eb0d64d6 $ git log 3e50219fc..62f9eb0d6 --date=short --no-merges --format='%ad %ae %s' 2019-03-15 dpranke Add presubmit checks for //buildtools/DEPS entries. 2019-03-14 thomasanderson Clean up visibility for lib{c++,c++abi,unwind} and common_deps targets 2019-03-13 wez Revert "Move fuchsia libunwind dependency to common_deps" 2019-03-13 dpranke Reformat DEPS files to use single-quotes consistently. 2019-03-13 thomasanderson Correct libcxx{abi} revision in buildtools/DEPS 2019-03-13 thomasanderson Move fuchsia libunwind dependency to common_deps 2019-03-11 thomasanderson Roll libc++ to 355829 2019-03-06 thomasanderson Roll libc++ to 22d3f6dd Created with: roll-dep buildtools This rolls buildtools to the commit just before GN switched from GCS to CIPD. In a followup, I'll roll one more commit and switch crashpad to pulling GN via CIPD. Change-Id: I11081716d76cb18df5f1475ddcb8e58dc069a7f4 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2033607 Commit-Queue: Rohit Rao Reviewed-by: Mark Mentovai --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2f88290046..83deff046d 100644 --- a/DEPS +++ b/DEPS @@ -25,7 +25,7 @@ vars = { deps = { 'buildtools': Var('chromium_git') + '/chromium/src/buildtools.git@' + - '3e50219fc4503f461b2176a9976891b28d80f9ab', + '62f9eb0d64d6bf48f620b8233d9f7a1dc07f8414', 'crashpad/third_party/edo/edo': { 'url': Var('chromium_git') + '/external/github.com/google/eDistantObject.git@' + '243fc89ae95b24717d41f3786f6a9abeeef87c92',