summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts')
-rwxr-xr-xtools/scripts/take_snapshot.py2
-rw-r--r--tools/scripts/version_resolver.py4
2 files changed, 4 insertions, 2 deletions
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'