From 00e2201264e3839570fbf64817eeca931a630b01 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 19 May 2022 12:45:29 +0200 Subject: Adaptations for Chromium 102 Pick-to: 6.4 Change-Id: I7ef0ad616f2ea0fae482253335e95998aa2d360e Reviewed-by: Michal Klocek --- tools/scripts/take_snapshot.py | 2 ++ tools/scripts/version_resolver.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/scripts') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 0e2bb1d7e..4c115b9c5 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -146,6 +146,8 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/colorama') or file_path.startswith('third_party/depot_tools') or (file_path.startswith('third_party/node/node_modules/') + and not file_path.startswith('third_party/node/node_modules/@types/d3') + and not file_path.startswith('third_party/node/node_modules/@types/trusted-types/') and not file_path.startswith('third_party/node/node_modules/cancel-token/') and not file_path.startswith('third_party/node/node_modules/cssbeautify/') and not file_path.startswith('third_party/node/node_modules/has-ansi/') diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index d94764f39..407f5f2cc 100644 --- a/tools/scripts/version_resolver.py +++ b/tools/scripts/version_resolver.py @@ -12,8 +12,8 @@ import json import urllib3 import git_submodule as GitSubmodule -chromium_version = '98.0.4758.90' -chromium_branch = '4758' +chromium_version = '102.0.5005.137' +chromium_branch = '5005' ninja_version = 'v1.8.2' json_url = 'http://omahaproxy.appspot.com/all.json' -- cgit v1.2.3