Roll buildtools for latest GN binary.
authormtklein <mtklein@chromium.org>
Thu, 21 Jul 2016 13:29:01 +0000 (06:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 21 Jul 2016 13:29:01 +0000 (06:29 -0700)
This GN binary has a JSON backend that's meant to be parsed to seed other
build configurations (e.g. CMake, Android, Google3).

You will need to re-run ./gn.py to fetch the newest binary.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2164263002

Review-Url: https://codereview.chromium.org/2164263002

DEPS

diff --git a/DEPS b/DEPS
index 3dc7d1c..3e87e0e 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -4,7 +4,7 @@ use_relative_paths = True
 #
 deps = {
   "build":       "https://chromium.googlesource.com/chromium/src/build.git@c3550298c508d10c6281794de126223a38359249",
-  "buildtools":  "https://chromium.googlesource.com/chromium/buildtools.git@573942cffe9494e3d9f05ada4c61e1f32a1c58fc",
+  "buildtools":  "https://chromium.googlesource.com/chromium/buildtools.git@60f7f9a8b421ebf9a46041dfa2ff11c0fe59c582",
   "tools/clang": "https://chromium.googlesource.com/chromium/src/tools/clang.git@ea64c667cd841b2c3268bd7dfd223269f3ea23ba",
 
   "common": "https://skia.googlesource.com/common.git@c282fe0b6e392b14f88d647cbd86e1a3ef5498e0",