mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Roll chromium_revision 7d683aeda8..004bde16df (1050091:1051775)
Change log:7d683aeda8..004bde16dfFull diff:7d683aeda8..004bde16dfChanged dependencies: * src/base:417936cae4..3bc981b4c9* src/build:806b01ed96..2f75979ab1* src/buildtools:b79692f320..7fca26a6d1* src/buildtools/third_party/libc++/trunk:a4dc7f17ca..c23f69f322* src/ios:625640808c..23dd80fe5d* src/testing:154d994baf..66850111c7* src/third_party:ea1616408d..e825e489ed* src/third_party/auto/src:14413dc9c7..c120217b63* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/5b90d5e756..5eb0675d9c * src/third_party/depot_tools:08bb5c487f..9ef048cd50* src/third_party/freetype/src:33ceac2afc..bd41700773* src/third_party/libunwindstack:3c86843ae0..e184bd94bf* src/tools:f85dc28ce5..55f85f6903DEPS diff:7d683aeda8..004bde16df/DEPS Clang version changed llvmorg-16-init-4949-g8ace9ea258c9:llvmorg-16-init-5189-gbfcd536a Details:7d683aeda8..004bde16df/tools/clang/scripts/update.py TBR=libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com BUG=None Change-Id: Ib993a32d70f859933c66726f36de9e6271887336 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3922314 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by: libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com <libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
parent
73968bd946
commit
562b67eaf6
28
DEPS
28
DEPS
@ -5,7 +5,7 @@ gclient_gn_args = [
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': '7d683aeda8370dcb79ec040f9473639b02fa232c',
|
||||
'chromium_revision': '004bde16df9d7815e65150a794f2e4648993c51a',
|
||||
'gn_version': 'git_revision:6f13aaac55a977e1948910942675c69f2b4f7a94',
|
||||
|
||||
# Keep the Chromium default of generating location tags.
|
||||
@ -14,13 +14,13 @@ vars = {
|
||||
|
||||
deps = {
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '806b01ed9612a1a18f4cbd46ce8f0439eab82715',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '2f75979ab1e09c4aa1bd23403542d1e95eaf6f25',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'b79692f320d80b158ce069f166f32861c36c6074',
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '7fca26a6d1f24d2898bceff41cd43c75493d0457',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '154d994bafa189d4b1ac7ee527bd857831ab5011',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '66850111c705416dceaed6af884071ec7b69049d',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ea1616408d0198742c47b323271bb00d69d2a73e',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e825e489ed35b426c88bc401d14dbbbbf4f18eaf',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -56,20 +56,20 @@ deps = {
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '8b525d2747f2584fc35d8c7e612e66f377858df7',
|
||||
'src/buildtools/third_party/libc++/trunk':
|
||||
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + 'a4dc7f17ca393e764685d475bbf65ff8f71a0800',
|
||||
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + 'c23f69f322353518166ec969533b64dfb2a1cf98',
|
||||
'src/buildtools/third_party/libc++abi/trunk':
|
||||
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '5c3e02e92ae8bbc1bf1001bd9ef0d76e044ddb86',
|
||||
'src/buildtools/third_party/libunwind/trunk':
|
||||
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + '7ff728a9779cdc8e0639c032dc45cc20f7b4af21',
|
||||
|
||||
'src/third_party/catapult':
|
||||
Var('chromium_git') + '/catapult.git' + '@' + '5b90d5e7568beef38c375ca5787802ee37fc50c9',
|
||||
Var('chromium_git') + '/catapult.git' + '@' + '5eb0675d9cbb3946b32d1b4f2d5a1721ec682eab',
|
||||
'src/third_party/colorama/src':
|
||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '08bb5c487f80147a236360ea50f4544890530779',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9ef048cd501f4e52fcb8f29f93c063ed5955175e',
|
||||
'src/third_party/freetype/src':
|
||||
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '33ceac2afc3608be2d12b3dece071a91e34c3062',
|
||||
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'bd41700773880ca049a331a9b8a079cf0b0311d4',
|
||||
'src/third_party/googletest/src':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'af29db7ec28d6df1c7f0f745186884091e602e07',
|
||||
'src/third_party/harfbuzz-ng/src':
|
||||
@ -79,7 +79,7 @@ deps = {
|
||||
'src/third_party/nasm':
|
||||
Var('chromium_git') + '/chromium/deps/nasm.git' + '@' + '9215e8e1d0fe474ffd3e16c1a07a0f97089e6224',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f85dc28ce50390de8fa5e34f5b008c5562b98028',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '55f85f6903c5a56ff86be1664a12ddd553c4a633',
|
||||
|
||||
# libyuv-only dependencies (not present in Chromium).
|
||||
'src/third_party/gtest-parallel':
|
||||
@ -102,13 +102,13 @@ deps = {
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'src/third_party/auto/src': {
|
||||
'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + '14413dc9c7141d83988656461218726c9e7d679d',
|
||||
'url': Var('chromium_git') + '/external/github.com/google/auto.git' + '@' + 'c120217b637b4c7cec7918aa13da8d6af500f1b6',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/boringssl/src':
|
||||
'https://boringssl.googlesource.com/boringssl.git' + '@' + '04989786e9ab16cef5261bbd05a2b1a8cb312dbf',
|
||||
'src/base': {
|
||||
'url': Var('chromium_git') + '/chromium/src/base' + '@' + '417936cae4abfa6f3710d6eff69a99d05575df22',
|
||||
'url': Var('chromium_git') + '/chromium/src/base' + '@' + '3bc981b4c981baf038ab2290556f905159b86a83',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/bazel': {
|
||||
@ -318,7 +318,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/libunwindstack': {
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party/libunwindstack.git' + '@' + '3c86843ae0f8d560ae0d15b92e34ce88cf83057a',
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party/libunwindstack.git' + '@' + 'e184bd94bf23148bf5f3a983f9d740ddb86fd46e',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/mockito/src': {
|
||||
@ -419,7 +419,7 @@ deps = {
|
||||
|
||||
# iOS deps:
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '625640808ca8f3db8740e920d8a347333edf0c2d',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '23dd80fe5deec265d20e5c3ea30a99f7b720fb81',
|
||||
'condition': 'checkout_ios'
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user