Skip to content

Commit 7baac66

Browse files
committed
- Update to ungoogled-chromium 140.0.7339.80-1
1 parent 9ae9b4f commit 7baac66

11 files changed

+246
-245
lines changed

domain_substitution.list

Lines changed: 181 additions & 183 deletions
Large diffs are not rendered by default.

downloads.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# `http://prereleases.llvm.org/win-snapshots/LLVM-9.8.7-r123456-win64.exe`
2222
# (link derived from [LLVM Snapshot Builds](http://llvm.org/builds/))
2323
[llvm]
24-
version = 20.1.8
24+
version = 21.1.0
2525
#Uncomment when pre-release version is used.
2626
#url = https://prereleases.llvm.org/win-snapshots/LLVM-%(version)s-win64.exe
2727
#Uncomment the below instead when a new enough stable version of LLVM comes around
2828
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s/LLVM-%(version)s-win64.exe
2929
download_filename = LLVM-%(version)s-win64.exe
30-
sha512 = e9624399e9dc7bba3619b60500157bcb41fea30d103a2bd53f97ecf92162962132172d906a62b1ac08ca91d5f1a8272a81ef50d65018726e1f3dd76fac418c84
30+
sha512 = f4f8fc9f55a3e43cf0bba46539deda8df7a4fee123bd4f9d2bba06304b04989ca04177901ec41cdf9ead2516ae80cd826660ad82564fffbf10785d66d99e4158
3131
extractor = 7z
3232
output_path = third_party/llvm-build/Release+Asserts
3333

@@ -78,10 +78,10 @@ output_path = third_party/ninja
7878

7979
# Pre-built git
8080
[git]
81-
version = 2.50.1
81+
version = 2.51.0
8282
url = https://github.com/git-for-windows/git/releases/download/v%(version)s.windows.1/PortableGit-%(version)s-64-bit.7z.exe
8383
download_filename = PortableGit-%(version)s-64-bit.7z.exe
84-
sha256 = c45a7dfa2bde34059f6dbd85f49a95d73d5aea29305f51b79595e56e4f323a3d
84+
sha256 = a09b275d51ed3e829128e04cf4168fb54896cf6234bb30fecb8dc96a2bd321fa
8585
extractor = 7z
8686
output_path = third_party/git
8787

@@ -106,7 +106,7 @@ strip_leading_dirs=package
106106

107107
# DirectX-Headers
108108
[directx-headers]
109-
version = d9020edfc69b789653e04fa2d8d10ee3317ffa56
109+
version = 8287305d36a2f717260dbbba7b6f5fae36f0f88a
110110
url = https://github.com/microsoft/DirectX-Headers/archive/%(version)s.zip
111111
download_filename = directx-headers-%(version)s.zip
112112
extractor = 7z
@@ -115,24 +115,24 @@ strip_leading_dirs=DirectX-Headers-%(version)s
115115

116116
# Rust
117117
[rust-x64]
118-
version = 2025-05-06
118+
version = 2025-06-23
119119
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-x86_64-pc-windows-msvc.tar.gz
120120
download_filename = rust-nightly-%(version)s-x86_64-pc-windows-msvc.tar.gz
121-
sha512 = de63764d4f80df2f39b416444ca675a802afd5f0d080953940c72c25edba32e7e7647bb36ca979a32433870262b6a8c39b659c1f595f5cf7efa73a34a7c89ce6
121+
sha512 = d56a378d4e23ce2af155715761444815d804010387ff4c35f4f58ce3aef626ca465a77a95a90b36a5bb7ee10bad10e14afdbc2cf8a8041f1d8cc61b72bbbb170
122122
output_path = third_party/rust-toolchain-x64
123123
strip_leading_dirs=rust-nightly-x86_64-pc-windows-msvc
124124
[rust-x86]
125-
version = 2025-05-06
125+
version = 2025-06-23
126126
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-i686-pc-windows-msvc.tar.gz
127127
download_filename = rust-nightly-%(version)s-i686-pc-windows-msvc.tar.gz
128-
sha512 = 2fab19df4d8881ea78c3e934bbbc0fdb4b6d717eab622c64797c25b0a089b7b20ad3cb9e6171043483afcbdad9f45a149cd5837b797abea4e3f1e9ea3bd88d07
128+
sha512 = e98a87768dc8c83f00d5e66d584fc4531773c1904b0787a3d47d81b7b3ce05ed03097685668c514e84fbf4c9c7ba864b02ce3cc29eb86c282effc263524ed340
129129
output_path = third_party/rust-toolchain-x86
130130
strip_leading_dirs=rust-nightly-i686-pc-windows-msvc
131131
[rust-arm]
132-
version = 2025-05-06
132+
version = 2025-06-23
133133
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-aarch64-pc-windows-msvc.tar.gz
134134
download_filename = rust-nightly-%(version)s-aarch64-pc-windows-msvc.tar.gz
135-
sha512 = c53dabf46a5939771f3c105460e68d767ba4d705f4da3a350124bd3d28427ef35b6fa9e14b44392f63631a7d736d9da7b517ed4c7e891ed97a2b80e2984f92ad
135+
sha512 = a289597f213e31999f755603dd4d8838d911ee327507974d98d54a717ba647ee371f683381ecc69886c83c5801856448e12d021a4b14571b81a0657fd0409df5
136136
output_path = third_party/rust-toolchain-arm
137137
strip_leading_dirs=rust-nightly-aarch64-pc-windows-msvc
138138
[rust-windows-create]

patches/ungoogled-chromium/windows/windows-disable-clang-version-check.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/build/config/compiler/BUILD.gn
22
+++ b/build/config/compiler/BUILD.gn
3-
@@ -1704,8 +1704,7 @@ config("compiler_deterministic") {
3+
@@ -1713,8 +1713,7 @@ config("compiler_deterministic") {
44
}
55

66
config("clang_revision") {

patches/ungoogled-chromium/windows/windows-disable-event-log.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
--- a/chrome/common/BUILD.gn
55
+++ b/chrome/common/BUILD.gn
6-
@@ -125,7 +125,6 @@ source_set("request_code_constants") {
6+
@@ -124,7 +124,6 @@ source_set("request_code_constants") {
77
static_library("common_lib") {
88
visibility = [
99
":*",
1010
- "//chrome/common/win:eventlog_messages",
1111
]
1212
sources = [
13-
"all_messages.h",
14-
@@ -375,7 +374,6 @@ static_library("common_lib") {
13+
"chrome_content_client.cc",
14+
@@ -362,7 +361,6 @@ static_library("common_lib") {
1515
"conflicts/remote_module_watcher_win.cc",
1616
"conflicts/remote_module_watcher_win.h",
1717
]
@@ -21,15 +21,15 @@
2121
"//components/dom_distiller/core", # Needed by chrome_content_client.cc.
2222
--- a/chrome/common/logging_chrome.cc
2323
+++ b/chrome/common/logging_chrome.cc
24-
@@ -68,7 +68,6 @@
24+
@@ -50,7 +50,6 @@
2525
#include "base/syslog_logging.h"
2626
#include "base/win/scoped_handle.h"
2727
#include "base/win/windows_handle_util.h"
2828
-#include "chrome/common/win/eventlog_messages.h"
2929
#include "chrome/install_static/install_details.h"
3030
#include "sandbox/policy/switches.h"
3131
#endif
32-
@@ -528,11 +527,6 @@ void InitChromeLogging(const base::Comma
32+
@@ -510,11 +509,6 @@ void InitChromeLogging(const base::Comma
3333
#if BUILDFLAG(IS_WIN)
3434
// Enable trace control and transport through event tracing for Windows.
3535
LogEventProvider::Initialize(kChromeTraceProviderName);

patches/ungoogled-chromium/windows/windows-disable-reorder-fix-linking.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
configs -= [ "//build/config/compiler:thinlto_optimize_default" ]
5757
--- a/chrome/test/chromedriver/BUILD.gn
5858
+++ b/chrome/test/chromedriver/BUILD.gn
59-
@@ -500,11 +500,6 @@ python_library("chromedriver_py_tests")
59+
@@ -508,11 +508,6 @@ python_library("chromedriver_py_tests")
6060
if (is_component_build && is_mac) {
6161
data_deps += [ "//chrome:chrome_framework" ]
6262
}

patches/ungoogled-chromium/windows/windows-fix-building-with-rust.patch

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--- a/build/config/clang/BUILD.gn
22
+++ b/build/config/clang/BUILD.gn
3-
@@ -289,8 +289,6 @@ clang_lib("compiler_builtins") {
3+
@@ -292,8 +292,6 @@ clang_lib("compiler_builtins") {
44
} else {
55
assert(false, "unsupported target_platform=$target_platform")
66
}
7-
- } else {
7+
- } else if (current_cpu != "ppc64" && current_cpu != "s390x") {
88
- libname = "builtins"
99
}
1010
}
@@ -25,10 +25,10 @@
2525
# Rust targets to be rebuilt, which allows you to update your toolchain and
2626
# not break incremental builds.
2727
- rustc_version = ""
28-
+ rustc_version = "rustc 1.88.0-nightly (2e6882ac5 2025-05-05)"
28+
+ rustc_version = "rustc 1.89.0-nightly (be19eda0d 2025-06-22)"
2929

30-
# If you're using a Rust toolchain as specified by rust_sysroot_absolute,
31-
# you can specify whether it supports nacl here.
30+
# Whether artifacts produced by the Rust compiler can participate in ThinLTO.
31+
#
3232
--- a/third_party/rust/windows_aarch64_msvc/v0_52/BUILD.gn
3333
+++ b/third_party/rust/windows_aarch64_msvc/v0_52/BUILD.gn
3434
@@ -13,8 +13,8 @@ cargo_crate("lib") {
@@ -42,10 +42,10 @@
4242
inputs = []
4343

4444
build_native_rust_unit_tests = false
45-
@@ -22,13 +22,13 @@ cargo_crate("lib") {
46-
cargo_pkg_authors = "Microsoft"
45+
@@ -23,13 +23,13 @@ cargo_crate("lib") {
4746
cargo_pkg_name = "windows_aarch64_msvc"
4847
cargo_pkg_description = "Import lib for Windows"
48+
cargo_pkg_repository = "https://github.com/microsoft/windows-rs"
4949
- cargo_pkg_version = "0.52.6"
5050
+ cargo_pkg_version = "0.52.0"
5151

@@ -73,10 +73,10 @@
7373
inputs = []
7474

7575
build_native_rust_unit_tests = false
76-
@@ -22,13 +22,13 @@ cargo_crate("lib") {
77-
cargo_pkg_authors = "Microsoft"
76+
@@ -23,13 +23,13 @@ cargo_crate("lib") {
7877
cargo_pkg_name = "windows_i686_msvc"
7978
cargo_pkg_description = "Import lib for Windows"
79+
cargo_pkg_repository = "https://github.com/microsoft/windows-rs"
8080
- cargo_pkg_version = "0.52.6"
8181
+ cargo_pkg_version = "0.52.0"
8282

@@ -104,10 +104,10 @@
104104
inputs = []
105105

106106
build_native_rust_unit_tests = false
107-
@@ -22,13 +22,13 @@ cargo_crate("lib") {
108-
cargo_pkg_authors = "Microsoft"
107+
@@ -23,13 +23,13 @@ cargo_crate("lib") {
109108
cargo_pkg_name = "windows_x86_64_msvc"
110109
cargo_pkg_description = "Import lib for Windows"
110+
cargo_pkg_repository = "https://github.com/microsoft/windows-rs"
111111
- cargo_pkg_version = "0.52.6"
112112
+ cargo_pkg_version = "0.52.0"
113113

@@ -124,17 +124,17 @@
124124
# //third_party/rust/chromium_crates_io/Cargo.toml to use
125125
--- a/tools/rust/build_bindgen.py
126126
+++ b/tools/rust/build_bindgen.py
127-
@@ -28,8 +28,7 @@ from update import (RmTree)
128-
129-
# The git hash to use.
130-
BINDGEN_GIT_VERSION = 'f93d5dfa6d5d7409bea584f3eab38e1fc52b8360'
127+
@@ -29,8 +29,7 @@ from update import (RmTree)
128+
# The git hash to use. See https://github.com/rust-lang/rust-bindgen/tags.
129+
# The current hash below corresponds to version 0.72.0
130+
BINDGEN_GIT_VERSION = 'd0e7d6b5b763e93dd38f9ece05230979ede95a0a'
131131
-BINDGEN_GIT_REPO = ('https://chromium.googlesource.com/external/' +
132132
- 'github.com/rust-lang/rust-bindgen')
133133
+BINDGEN_GIT_REPO = ('https://github.com/rust-lang/rust-bindgen')
134134

135135
BINDGEN_SRC_DIR = os.path.join(THIRD_PARTY_DIR, 'rust-toolchain-intermediate',
136136
'bindgen-src')
137-
@@ -102,15 +101,8 @@ def RunCargo(cargo_args):
137+
@@ -103,15 +102,8 @@ def RunCargo(cargo_args):
138138
f'the build_rust.py script builds rustc that is needed here.')
139139
sys.exit(1)
140140

@@ -152,15 +152,15 @@
152152

153153
env = collections.defaultdict(str, os.environ)
154154
# Cargo normally stores files in $HOME. Override this.
155-
@@ -120,7 +112,6 @@ def RunCargo(cargo_args):
155+
@@ -121,7 +113,6 @@ def RunCargo(cargo_args):
156156
env['RUSTC'] = rustc_bin
157157

158158
# Use the LLVM libs and clang compiler from the rustc build.
159159
- env['LLVM_CONFIG_PATH'] = os.path.join(llvm_dir, 'bin', 'llvm-config')
160160
if sys.platform == 'win32':
161161
env['LIBCLANG_PATH'] = os.path.join(llvm_dir, 'bin')
162162
else:
163-
@@ -207,7 +198,7 @@ def main():
163+
@@ -209,7 +200,7 @@ def main():
164164
install_dir = os.path.join(RUST_TOOLCHAIN_OUT_DIR)
165165
print(f'Installing bindgen to {install_dir} ...')
166166

patches/ungoogled-chromium/windows/windows-fix-building-without-safebrowsing.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
--- a/chrome/app/BUILD.gn
55
+++ b/chrome/app/BUILD.gn
6-
@@ -41,10 +41,7 @@ source_set("chrome_dll_resources") {
6+
@@ -38,10 +38,7 @@ source_set("chrome_dll_resources") {
77
deps = [ ":command_ids" ]
88

99
if (is_win) {
@@ -17,15 +17,15 @@
1717
"//build:branding_buildflags",
1818
--- a/chrome/browser/chrome_content_browser_client.cc
1919
+++ b/chrome/browser/chrome_content_browser_client.cc
20-
@@ -5131,7 +5131,6 @@ std::wstring ChromeContentBrowserClient:
20+
@@ -5076,7 +5076,6 @@ std::wstring ChromeContentBrowserClient:
2121
#endif
2222
case sandbox::mojom::Sandbox::kPrintCompositor:
2323
case sandbox::mojom::Sandbox::kAudio:
2424
- case sandbox::mojom::Sandbox::kScreenAI:
2525
case sandbox::mojom::Sandbox::kSpeechRecognition:
2626
case sandbox::mojom::Sandbox::kPdfConversion:
2727
case sandbox::mojom::Sandbox::kService:
28-
@@ -5228,7 +5227,6 @@ bool ChromeContentBrowserClient::PreSpaw
28+
@@ -5173,7 +5172,6 @@ bool ChromeContentBrowserClient::PreSpaw
2929
case sandbox::mojom::Sandbox::kPrintBackend:
3030
#endif
3131
case sandbox::mojom::Sandbox::kPrintCompositor:

patches/ungoogled-chromium/windows/windows-fix-command-ids.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
#define IDC_RESTORE_WINDOW 34052
2020
#endif
2121

22-
@@ -90,7 +90,7 @@
23-
#define IDC_WEB_APP_SETTINGS 34062
24-
#define IDC_WEB_APP_MENU_APP_INFO 34063
22+
@@ -91,7 +91,7 @@
23+
#define IDC_WEB_APP_MENU_APP_INFO 34063
24+
#define IDC_WEB_APP_UPGRADE_DIALOG 34064
2525

2626
-#if BUILDFLAG(IS_CHROMEOS)
2727
+#if (0)
2828
// Move window to other user commands
2929
#define IDC_VISIT_DESKTOP_OF_LRU_USER_2 34080
3030
#define IDC_VISIT_DESKTOP_OF_LRU_USER_3 34081
31-
@@ -498,7 +498,7 @@
31+
@@ -500,7 +500,7 @@
3232
#define IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING 51208
3333

3434
// Context menu items for media toolbar button
@@ -37,7 +37,7 @@
3737
#define IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE 51209
3838
#endif
3939
#define IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS 51210
40-
@@ -535,7 +535,7 @@
40+
@@ -537,7 +537,7 @@
4141
#define IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS 52411
4242
#define IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE 52412
4343

patches/ungoogled-chromium/windows/windows-fix-rc-terminating-error.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
--- a/build/build_config.h
44
+++ b/build/build_config.h
5-
@@ -49,7 +49,7 @@
6-
// ARCH_CPU_31_BITS / ARCH_CPU_32_BITS / ARCH_CPU_64_BITS
7-
// ARCH_CPU_BIG_ENDIAN / ARCH_CPU_LITTLE_ENDIAN
5+
@@ -53,7 +53,7 @@
6+
//
7+
// * `#[cfg(unix)]` ~= `BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA)`
88

99
-#ifndef BUILD_BUILD_CONFIG_H_
1010
+#if !defined(BUILD_BUILD_CONFIG_H_) && !defined(RC_INVOKED)

pruning.list

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ build/android/stacktrace/java_deobfuscate_java.jar
5858
build/android/tests/symbolize/liba.so
5959
build/android/tests/symbolize/libb.so
6060
build/linux/sysroot_scripts/keyring.gpg
61-
buildtools/third_party/eu-strip/bin/eu-strip
6261
chrome/app/etw_events/MSG00001.bin
6362
chrome/app/etw_events/chrome_events_winTEMP.BIN
6463
chrome/browser/ash/power/ml/smart_dim/20190521_example_preprocessor_config.pb
@@ -1467,8 +1466,6 @@ net/data/ssl/certificates/unittest.selfsigned.der
14671466
net/data/ssl/certificates/websocket_client_cert.p12
14681467
net/data/url_request_unittest/BullRunSpeech.txt.deflate
14691468
net/data/url_request_unittest/gzip-encoded
1470-
net/tools/testserver/dist/_socket.pyd
1471-
net/tools/testserver/dist/_ssl.pyd
14721469
pdf/pdfium/fuzzers/corpora/pdf_codec_tiff/not_kitty.tiff
14731470
pdf/pdfium/fuzzers/corpora/pdf_jpx/not_kitty.jp2
14741471
pdf/test/data/bigtable_micro.in
@@ -2118,7 +2115,6 @@ third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Universal
21182115
third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/W-SU
21192116
third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/WET
21202117
third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Zulu
2121-
third_party/accessibility_test_framework/src/gradle/wrapper/gradle-wrapper.jar
21222118
third_party/afl/src/testcases/archives/common/bzip2/small_archive.bz2
21232119
third_party/afl/src/testcases/archives/common/cab/small_archive.cab
21242120
third_party/afl/src/testcases/archives/common/compress/small_archive.Z
@@ -7389,7 +7385,12 @@ third_party/crashpad/crashpad/snapshot/ios/testdata/crash-5726011582644224
73897385
third_party/crashpad/crashpad/snapshot/ios/testdata/crash-6605504629637120
73907386
third_party/crashpad/crashpad/snapshot/ios/testdata/crash-c44acfcbccd8c7a8
73917387
third_party/crashpad/crashpad/util/net/testdata/binary_http_body.dat
7388+
third_party/crossbench-web-tests/synthetic/powerline/Chrome-Scheduler-Optimization-Benchmarks.ogg
73927389
third_party/crossbench/crossbench/probes/profiling/time-profile.tracetemplate
7390+
third_party/crossbench/tests/crossbench/plt/pb/battery/ac_powered.pb
7391+
third_party/crossbench/tests/crossbench/plt/pb/battery/battery_powered.pb
7392+
third_party/crossbench/tests/crossbench/plt/pb/display/1080p.pb
7393+
third_party/crossbench/tests/crossbench/plt/pb/dumpsys_meminfo.pb
73937394
third_party/dawn/third_party/benchmark_shaders/unity_boat_attack/unity_webgpu_0000017E9E2D81A0.vs.spv
73947395
third_party/dawn/third_party/benchmark_shaders/unity_boat_attack/unity_webgpu_000002778DE78280.cs.spv
73957396
third_party/dawn/third_party/benchmark_shaders/unity_boat_attack/unity_webgpu_000002778F740030.fs.spv
@@ -8036,6 +8037,7 @@ third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/crux
80368037
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/dom-size-long.json.gz
80378038
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/dom-size-overlap.json.gz
80388039
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/dom-size.json.gz
8040+
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/dpr.json.gz
80398041
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/dupe-js-inline-maps.json.gz
80408042
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/dupe-js.json.gz
80418043
third_party/devtools-frontend/src/front_end/panels/timeline/fixtures/traces/enhanced-traces.json.gz
@@ -10977,21 +10979,20 @@ third_party/rust/chromium_crates_io/vendor/regex-automata-v0_4/tests/gen/sparse/
1097710979
third_party/rust/chromium_crates_io/vendor/regex-automata-v0_4/tests/gen/sparse/multi_pattern_v2_fwd.littleendian.dfa
1097810980
third_party/rust/chromium_crates_io/vendor/regex-automata-v0_4/tests/gen/sparse/multi_pattern_v2_rev.bigendian.dfa
1097910981
third_party/rust/chromium_crates_io/vendor/regex-automata-v0_4/tests/gen/sparse/multi_pattern_v2_rev.littleendian.dfa
10980-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/America/Bogota
10981-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/America/Los_Angeles
10982-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/America/Whitehorse
10983-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/Antarctica/Troll
10984-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/Arctic/Longyearbyen
10985-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/Asia/Tokyo
10986-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/Chile/EasterIsland
10987-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/PST8PDT
10988-
third_party/rust/chromium_crates_io/vendor/tzif-v0_3/testdata/Pacific/Pohnpei
10982+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/America/Bogota
10983+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/America/Los_Angeles
10984+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/America/Whitehorse
10985+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/Antarctica/Troll
10986+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/Arctic/Longyearbyen
10987+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/Asia/Tokyo
10988+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/Chile/EasterIsland
10989+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/PST8PDT
10990+
third_party/rust/chromium_crates_io/vendor/tzif-v0_4/testdata/Pacific/Pohnpei
1098910991
third_party/rust/chromium_crates_io/vendor/unicode-ident-v1/tests/fst/xid_continue.fst
1099010992
third_party/rust/chromium_crates_io/vendor/unicode-ident-v1/tests/fst/xid_start.fst
1099110993
third_party/rust/chromium_crates_io/vendor/windows_aarch64_msvc-v0_52/lib/windows.0.52.0.lib
1099210994
third_party/rust/chromium_crates_io/vendor/windows_i686_msvc-v0_52/lib/windows.0.52.0.lib
1099310995
third_party/rust/chromium_crates_io/vendor/windows_x86_64_msvc-v0_52/lib/windows.0.52.0.lib
10994-
third_party/skia/demos.skia.org/demos/mesh2d/canvaskit.wasm
1099510996
third_party/skia/modules/canvaskit/tests/assets/Roboto-Regular.otf
1099610997
third_party/skia/modules/canvaskit/tests/assets/red_line.skp
1099710998
third_party/skia/modules/canvaskit/tests/assets/test.ttc
@@ -12395,6 +12396,8 @@ third_party/zlib/google/test/data/test_encrypted.zip
1239512396
third_party/zlib/google/test/data/test_mismatch_size.zip
1239612397
third_party/zlib/google/test/data/test_nocompress.zip
1239712398
third_party/zlib/google/test/data/test_posix_permissions.zip
12399+
third_party/zlib/google/test/data/unicode_path_extra.zip
12400+
third_party/zlib/google/test/data/unicode_path_extra_overflow.zip
1239812401
third_party/zstd/src/programs/windres/zstd32.res
1239912402
third_party/zstd/src/programs/windres/zstd64.res
1240012403
third_party/zstd/src/tests/dict-files/zero-weight-dict

0 commit comments

Comments
 (0)