mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Roll chromium_revision 2140415f50..e37ae34e9f (1179456:1181024)
Rename third_party/android_toolchain to third_party/android_toolchain/ndk due to https://chromium-review.googlesource.com/c/chromium/src/+/4728129 Change log:2140415f50..e37ae34e9fFull diff:2140415f50..e37ae34e9fChanged dependencies * build:7dd254d602..a5321f10c9* buildtools:79ab87fa54..a9a6f0c49d* testing:7a3b32e55f..9ae730e481* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..d7f301be80 * third_party/depot_tools:fc36eba70b..2f873f7c22* third_party/fuchsia-sdk/sdk: version:14.20230727.2.1..version:14.20230804.1.1 * third_party/libc++abi/src:d4760c0af9..cc2a32ba83* third_party/libunwind/src:e5a9c50e5e..b113f23e4c* third_party/r8: OdhGaLChEyG23to4T8_V2aMCAZi970T4B4t8ih0tNGsC..dbml4pnGIsEBy3dFYki-S8IYt4jxxqZXaUDwtY3Q-SgC * third_party/turbine: njzYdPKg07o6bisJmD2GAMXIi0p3KPbBy93bLGnp2TYC..HFp7iOu-n4-CdEasFTQZvD1Vg1L-q1URqRTOM-iZ2AMC * tools/android:7cd5bbdfe4..e309c7523b* tools/clang:02d5529a3f..078c92947e* tools/mb:bee2ccad89..988a4dec39DEPS diff:2140415f50..e37ae34e9f/DEPS No update to Clang. Bug: chromium:1469911 Change-Id: I5ac8510d880a092e838c4fa797dd3748976d358c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4760727 Reviewed-by: Geoff Lang <geofflang@chromium.org> Auto-Submit: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
719165c8eb
commit
3ad8d9127a
30
DEPS
30
DEPS
@@ -45,7 +45,7 @@ vars = {
|
||||
'checkout_angle_mesa': False,
|
||||
|
||||
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
||||
'chromium_revision': '2140415f507ffa1337c5cc4ec0ae46949cddd114',
|
||||
'chromium_revision': 'e37ae34e9fdfd3977120a15718130a5f4bcc1b2c',
|
||||
# We never want to checkout chromium,
|
||||
# but need a dummy DEPS entry for the autoroller
|
||||
'dummy_checkout_chromium': False,
|
||||
@@ -90,11 +90,11 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling catapult
|
||||
# and whatever else without interference from each other.
|
||||
'catapult_revision': 'f8b55bb94593d7db3a4bb4ac7c27e777346720e3',
|
||||
'catapult_revision': 'd7f301be80d9243dbd4d5669a67811c7a7848807',
|
||||
|
||||
# the commit queue can handle CLs rolling Fuchsia sdk
|
||||
# and whatever else without interference from each other.
|
||||
'fuchsia_version': 'version:14.20230727.2.1',
|
||||
'fuchsia_version': 'version:14.20230804.1.1',
|
||||
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling luci-go
|
||||
@@ -146,12 +146,12 @@ vars = {
|
||||
deps = {
|
||||
|
||||
'build': {
|
||||
'url': '{chromium_git}/chromium/src/build.git@7dd254d6023c1382c00601707e77ec4e2714e4f3',
|
||||
'url': '{chromium_git}/chromium/src/build.git@a5321f10c92e1cab7ba5ba6f8a4731513db090c5',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'buildtools': {
|
||||
'url': '{chromium_git}/chromium/src/buildtools.git@79ab87fa54614258c4c95891e873223371194525',
|
||||
'url': '{chromium_git}/chromium/src/buildtools.git@a9a6f0c49d0e8fa0cda37337430b4736ab3dc944',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -194,7 +194,7 @@ deps = {
|
||||
},
|
||||
|
||||
'testing': {
|
||||
'url': '{chromium_git}/chromium/src/testing@7a3b32e55fe48bfacdc5d21634949543a3bb8d77',
|
||||
'url': '{chromium_git}/chromium/src/testing@9ae730e48167af9452d74605b7e4071b55b9727a',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -268,7 +268,7 @@ deps = {
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
'third_party/android_toolchain': {
|
||||
'third_party/android_toolchain/ndk': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_toolchain/android_toolchain',
|
||||
@@ -377,7 +377,7 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/depot_tools': {
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@fc36eba70b39615c213325908405db435ef18ce3',
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@2f873f7c229cf9da13b96dfefb801ebab7c223dd',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -496,12 +496,12 @@ deps = {
|
||||
},
|
||||
|
||||
'third_party/libc++abi/src': {
|
||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@d4760c0af99ccc9bce077960d5ddde4d66146c05',
|
||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@cc2a32ba831d2246511e0bab34011c48534b405c',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'third_party/libunwind/src': {
|
||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@e5a9c50e5e0b620a8886df1c4677b12404620fb6',
|
||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libunwind.git@b113f23e4c61d00e3e7160a2d36b74d7c179364c',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -578,7 +578,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/r8',
|
||||
'version': 'OdhGaLChEyG23to4T8_V2aMCAZi970T4B4t8ih0tNGsC',
|
||||
'version': 'dbml4pnGIsEBy3dFYki-S8IYt4jxxqZXaUDwtY3Q-SgC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -622,7 +622,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/turbine',
|
||||
'version': 'njzYdPKg07o6bisJmD2GAMXIi0p3KPbBy93bLGnp2TYC',
|
||||
'version': 'HFp7iOu-n4-CdEasFTQZvD1Vg1L-q1URqRTOM-iZ2AMC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
@@ -654,12 +654,12 @@ deps = {
|
||||
},
|
||||
|
||||
'tools/android': {
|
||||
'url': '{chromium_git}/chromium/src/tools/android@7cd5bbdfe460f6f64786d8b44d9e625f49d15370',
|
||||
'url': '{chromium_git}/chromium/src/tools/android@e309c7523b5e981c0b7ff66037783163821f3a86',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
'tools/clang': {
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@02d5529a3fa5eb658949c576d5cc1f8348a9b515',
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@078c92947ef8554ac4da1bb351c284bf2230b94f',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
@@ -690,7 +690,7 @@ deps = {
|
||||
},
|
||||
|
||||
'tools/mb': {
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@bee2ccad897bf3b03301fe087549ab934d7ceacc',
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@988a4dec391910b574b803ce6a789919cea7b45e',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
||||
2
build
2
build
Submodule build updated: 7dd254d602...a5321f10c9
Submodule buildtools updated: 79ab87fa54...a9a6f0c49d
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@
|
||||
'mac_mini_intel_gpu_experimental': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
|
||||
'display_attached': '1',
|
||||
'gpu': '8086:3e9b',
|
||||
'os': 'Mac-13.4.1'}}},
|
||||
'os': 'Mac-13.5'}}},
|
||||
'mac_mini_intel_gpu_stable': { 'swarming': { 'dimensions': { 'cpu': 'x86-64',
|
||||
'display_attached': '1',
|
||||
'gpu': '8086:3e9b',
|
||||
|
||||
@@ -48,7 +48,7 @@ ANGLE_CHROMIUM_DEPS = [
|
||||
'third_party/android_sdk',
|
||||
'third_party/android_sdk/public',
|
||||
'third_party/android_system_sdk',
|
||||
'third_party/android_toolchain',
|
||||
'third_party/android_toolchain/ndk',
|
||||
'third_party/bazel',
|
||||
'third_party/catapult',
|
||||
'third_party/clang-format/script',
|
||||
|
||||
2
testing
2
testing
Submodule testing updated: 7a3b32e55f...9ae730e481
2
third_party/catapult
vendored
2
third_party/catapult
vendored
Submodule third_party/catapult updated: f8b55bb945...d7f301be80
2
third_party/depot_tools
vendored
2
third_party/depot_tools
vendored
Submodule third_party/depot_tools updated: fc36eba70b...2f873f7c22
2
third_party/dummy_chromium
vendored
2
third_party/dummy_chromium
vendored
Submodule third_party/dummy_chromium updated: 2140415f50...e37ae34e9f
2
third_party/libc++abi/src
vendored
2
third_party/libc++abi/src
vendored
Submodule third_party/libc++abi/src updated: d4760c0af9...cc2a32ba83
2
third_party/libunwind/src
vendored
2
third_party/libunwind/src
vendored
Submodule third_party/libunwind/src updated: e5a9c50e5e...b113f23e4c
Submodule tools/android updated: 7cd5bbdfe4...e309c7523b
Submodule tools/clang updated: 02d5529a3f...078c92947e
2
tools/mb
2
tools/mb
Submodule tools/mb updated: bee2ccad89...988a4dec39
Reference in New Issue
Block a user