diff options
author | Christian Moritz <chrmoritz@users.noreply.github.com> | 2019-09-12 00:22:23 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-11 18:22:23 -0400 |
commit | 19cd8deaf211fde97b9755a8cf93987a74d813b0 (patch) | |
tree | 8030418fb5ae753664157f89179ee2942192ad16 /gclient_config.py | |
parent | 945dc7b84bc1a05f80b3b4e0b152be38d9f8a9bf (diff) |
tools: download gn from CIPD (#2912)
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gclient_config.py b/gclient_config.py index 1eb1e4d2d..91813a2a5 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -24,7 +24,7 @@ solutions = [{ } }, { 'url': - 'https://chromium.googlesource.com/chromium/tools/depot_tools@40bacee96a94600ad2179d69a8025469d119960f', + 'https://chromium.googlesource.com/chromium/tools/depot_tools@efce0d1b7657c440c90f0f4bce614b96672b9e0b', 'name': 'depot_tools' }, { |