aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrimiano Tucci <primiano@google.com>2022-02-08 13:22:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-02-08 13:22:38 +0000
commit66e7bf5fa82692eab4d72bbcd8793879a8cd6c12 (patch)
treeb51042d03603ed9e35ed8d42cefa302d422dd504
parent38bbe5de654edb89f81c3ac29219d787e17446e2 (diff)
parentd8afe87d634f1f6bcb78806375ea0a9c5a3f34d7 (diff)
downloadperfetto-66e7bf5fa82692eab4d72bbcd8793879a8cd6c12.tar.gz
Merge "GN: update GN to 1968"
-rwxr-xr-xtools/install-build-deps14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/install-build-deps b/tools/install-build-deps
index 89c148465..892176df3 100755
--- a/tools/install-build-deps
+++ b/tools/install-build-deps
@@ -57,21 +57,21 @@ CLEANUP_OLD_DIRS = [
# Dependencies required to build code on the host or when targeting desktop OS.
BUILD_DEPS_TOOLCHAIN_HOST = [
# GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/.
- # git_revision:83dad00afb232d7235dd70dff1ee90292d72a01e .
+ # git_revision:0725d7827575b239594fbc8fd5192873a1d62f44 .
Dependency(
'buildtools/mac/gn',
- 'https://storage.googleapis.com/perfetto/gn-mac-1695-83dad00a',
- '513d3adeb56b745e62af4e3ccb76b76f023c6aaa25d6a2be9a89e44cd10a4c1a',
+ 'https://storage.googleapis.com/perfetto/gn-mac-1968-0725d782',
+ '9ced623a664560bba38bbadb9b91158ca4186358c847e17ab7d982b351373c2e',
'darwin', 'x64'),
Dependency(
'buildtools/linux64/gn',
- 'https://storage.googleapis.com/perfetto/gn-linux64-1695-83dad00a',
- '4f589364153f182b05cd845e93407489d6ce8acc03290c897928a7bd22b20cce',
+ 'https://storage.googleapis.com/perfetto/gn-linux64-1968-0725d782',
+ 'f706aaa0676e3e22f5fc9ca482295d7caee8535d1869f99efa2358177b64f5cd',
'linux', 'x64'),
Dependency(
'buildtools/win/gn.exe',
- 'https://storage.googleapis.com/perfetto/gn-win-1695-83dad00a',
- '908c29556539292203d2952ebf55df03697cbc7cf526a3e295f31ba2576e4cac',
+ 'https://storage.googleapis.com/perfetto/gn-win-1968-0725d782',
+ '001f777f023c7a6959c778fb3a6b6cfc63f6baef953410ecdeaec350fb12285b',
'windows', 'x64'),
# clang-format