-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chromium: Update to 130.0.6723.58 (#844)
Fixes #841. Release notes: https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_15.html https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_22.html Build and patch changes: ------------------------ Add one patch to fix a build error on scarthgap with clang 18. Rebase remaining patches. License changes: ---------------- Added licenses: * third_party/android_deps/libs/com_google_dagger_hilt_core/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5823738 * third_party/android_deps/libs/com_squareup_okio_okio_jvm/LICENSE, third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/4294685, https://chromium-review.googlesource.com/c/chromium/src/+/5857028 * third_party/android_deps/libs/jakarta_inject_jakarta_inject_api/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5824189 * third_party/catapult/third_party/pipeline/LICENSE - https://chromium-review.googlesource.com/c/catapult/+/5847129 * third_party/devtools-frontend/src/front_end/third_party/third-party-web/LICENSE - https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5809617 * third_party/pdfium/third_party/agg23/copying, third_party/pdfium/third_party/libopenjpeg/LICENSE, third_party/pdfium/third_party/libtiff/LICENSE.md - https://pdfium-review.googlesource.com/c/pdfium/+/124210 Removed licenses: * courgette/third_party/bsdiff/LICENCE, courgette/third_party/divsufsort/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5812826 * third_party/android_deps/libs/android_arch_core_common/LICENSE, third_party/android_deps/libs/android_arch_core_runtime/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_common/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_livedata/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_livedata_core/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_runtime/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_viewmodel/LICENSE, third_party/android_deps/libs/com_android_support_asynclayoutinflater/LICENSE, third_party/android_deps/libs/com_android_support_collections/LICENSE, third_party/android_deps/libs/com_android_support_coordinatorlayout/LICENSE, third_party/android_deps/libs/com_android_support_cursoradapter/LICENSE, third_party/android_deps/libs/com_android_support_customview/LICENSE, third_party/android_deps/libs/com_android_support_documentfile/LICENSE, third_party/android_deps/libs/com_android_support_drawerlayout/LICENSE, third_party/android_deps/libs/com_android_support_interpolator/LICENSE, third_party/android_deps/libs/com_android_support_loader/LICENSE, third_party/android_deps/libs/com_android_support_localbroadcastmanager/LICENSE, third_party/android_deps/libs/com_android_support_print/LICENSE, third_party/android_deps/libs/com_android_support_slidingpanelayout/LICENSE, third_party/android_deps/libs/com_android_support_support_compat/LICENSE, third_party/android_deps/libs/com_android_support_support_core_ui/LICENSE, third_party/android_deps/libs/com_android_support_support_core_utils/LICENSE, third_party/android_deps/libs/com_android_support_swiperefreshlayout/LICENSE, third_party/android_deps/libs/com_android_support_versionedparcelable/LICENSE, third_party/android_deps/libs/com_android_support_viewpager/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5835984 * third_party/android_toolchain_canary/NOTICE - https://chromium-review.googlesource.com/c/chromium/src/+/5798143 * third_party/bidimapper/licenses/LICENSE.urlpattern_polyfill - https://chromium-review.googlesource.com/c/chromium/src/+/5850570 * third_party/catapult/third_party/requests_toolbelt/LICENSE - https://chromium-review.googlesource.com/c/catapult/+/5847130 * third_party/openscreen/src/third_party/zlib/LICENSE - https://chromium-review.googlesource.com/c/openscreen/+/5816482 Updated licenses: * chrome/installer/mac/third_party/xz/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5846369 * third_party/ced/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5816777 * third_party/perfetto/LICENSE - google/perfetto@fcae376 Test-built (big thanks to @SoumyaWind): --------------------------------------- * chromium-ozone-wayland: - master, clang, MACHINE=qemux86-64 - scarthgap, clang, MACHINE=qemuarm64, qemux86-64 * chromium-x11: - master, clang, MACHINE=qemuarm, qemuarm64, qemux86-64, raspberrypi4-64 - scarthgap, clang, MACHINE=qemuarm, qemuarm64, qemux86-64, raspberrypi4-64 Signed-off-by: Max Ihlenfeldt <[email protected]>
- Loading branch information
1 parent
f988d61
commit 3e97441
Showing
15 changed files
with
158 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ Signed-off-by: Max Ihlenfeldt <[email protected]> | |
1 file changed, 48 deletions(-) | ||
|
||
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn | ||
index 45086d6..dfbb2ab 100644 | ||
index 765345a..19b7912 100644 | ||
--- a/build/config/compiler/BUILD.gn | ||
+++ b/build/config/compiler/BUILD.gn | ||
@@ -1211,27 +1211,6 @@ config("compiler_cpu_abi") { | ||
@@ -1216,27 +1216,6 @@ config("compiler_cpu_abi") { | ||
"-msse3", | ||
] | ||
} | ||
|
@@ -50,7 +50,7 @@ index 45086d6..dfbb2ab 100644 | |
} else if (current_cpu == "mipsel" && !is_nacl) { | ||
ldflags += [ "-Wl,--hash-style=sysv" ] | ||
if (custom_toolchain == "") { | ||
@@ -1239,9 +1218,6 @@ config("compiler_cpu_abi") { | ||
@@ -1244,9 +1223,6 @@ config("compiler_cpu_abi") { | ||
if (is_android) { | ||
cflags += [ "--target=mipsel-linux-android" ] | ||
ldflags += [ "--target=mipsel-linux-android" ] | ||
|
@@ -60,7 +60,7 @@ index 45086d6..dfbb2ab 100644 | |
} | ||
} else { | ||
cflags += [ "-EL" ] | ||
@@ -1321,8 +1297,6 @@ config("compiler_cpu_abi") { | ||
@@ -1326,8 +1302,6 @@ config("compiler_cpu_abi") { | ||
ldflags += [ "-Wl,--hash-style=sysv" ] | ||
if (custom_toolchain == "") { | ||
if (is_clang) { | ||
|
@@ -69,7 +69,7 @@ index 45086d6..dfbb2ab 100644 | |
} else { | ||
cflags += [ "-EB" ] | ||
ldflags += [ "-EB" ] | ||
@@ -1370,9 +1344,6 @@ config("compiler_cpu_abi") { | ||
@@ -1375,9 +1349,6 @@ config("compiler_cpu_abi") { | ||
if (is_android) { | ||
cflags += [ "--target=mips64el-linux-android" ] | ||
ldflags += [ "--target=mips64el-linux-android" ] | ||
|
@@ -79,7 +79,7 @@ index 45086d6..dfbb2ab 100644 | |
} | ||
} else { | ||
cflags += [ | ||
@@ -1430,8 +1401,6 @@ config("compiler_cpu_abi") { | ||
@@ -1435,8 +1406,6 @@ config("compiler_cpu_abi") { | ||
ldflags += [ "-Wl,--hash-style=sysv" ] | ||
if (custom_toolchain == "") { | ||
if (is_clang) { | ||
|
@@ -88,7 +88,7 @@ index 45086d6..dfbb2ab 100644 | |
} else { | ||
cflags += [ | ||
"-EB", | ||
@@ -1600,23 +1569,6 @@ config("compiler_deterministic") { | ||
@@ -1605,23 +1574,6 @@ config("compiler_deterministic") { | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.