Change-Id: I44eab9976aa4820a74f9246f1244c1a293e1fff6
Bug: gn:175, gn:158
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/297463
Commit-Queue: John Stiles <johnstiles@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
John Stiles 2020-06-18 14:41:25 -04:00 committed by Skia Commit-Bot
parent c217f61764
commit 3890d3d765

View File

@ -24,7 +24,7 @@ with open(gnzip, 'wb') as f:
pkg = 'linux-amd64' if 'linux' in sys.platform else \
'mac-amd64' if 'darwin' in sys.platform else \
'windows-amd64'
rev = '82d673acb802cee21534c796a59f8cdf26500f53'
rev = '9e993e3da82a9f4bc5c50c190afbcffd61e3d9e0'
url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}/+/git_revision:{}'.format(pkg,rev)
f.write(urlopen(url).read())