Commit 22ae4bfa authored by libyuv-ci-autoroll-builder's avatar libyuv-ci-autoroll-builder Committed by Commit Bot

Roll chromium_revision e02114c8fa..bc5b06fa53 (678980:681273)

Change log: https://chromium.googlesource.com/chromium/src/+log/e02114c8fa..bc5b06fa53
Full diff: https://chromium.googlesource.com/chromium/src/+/e02114c8fa..bc5b06fa53

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/ce23ecb4d8..507fbe175b
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/c98642948c..c3472b022f
* src/buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/7b7a5c0f25..74cfb57006
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9038e03eb1..adcf115a5a
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/46959ed82d..5efdc1ca0c
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/3b2eb39e31..cded3d1ebd
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/09050cb498..4dfd5af701
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/42a883d132..ce4a26a406
* src/third_party/googletest/src: https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/6077f444da..b77e5c7625
* src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/fd97d4326f..682a230923
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a99b9c5b68..1e923835a8
DEPS diff: https://chromium.googlesource.com/chromium/src/+/e02114c8fa..bc5b06fa53/DEPS

No update to Clang.

TBR=libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
BUG=None

Change-Id: I750df9d0a3bd43efb707d26962bf3847d289fd93
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/1720853
Reviewed-by: <libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: <libyuv-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
parent db5c9792
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com', 'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'e02114c8fa90f197b41b3309aff3c332dfa05b46', 'chromium_revision': 'bc5b06fa530389488c11066a681ed9738aa9b09d',
} }
deps = { deps = {
'src/build': 'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'c98642948c05efca3c0f3baafb076ed53965a3b6', Var('chromium_git') + '/chromium/src/build' + '@' + 'c3472b022f7655e5de009d229f5bd22760cbd69a',
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '7b7a5c0f25f11f3c5a1ed3935324c2c59fbc24a2', Var('chromium_git') + '/chromium/src/buildtools' + '@' + '74cfb57006f83cfe050817526db359d5c8a11628',
'src/testing': 'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '46959ed82d15b622b3330295ed990ab8bb64a746', Var('chromium_git') + '/chromium/src/testing' + '@' + '5efdc1ca0c16408ce52cfeadb774882450707258',
'src/third_party': 'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '3b2eb39e313bf84d6ef2ab4f4330d45da1c79494', Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cded3d1ebd3d14fb76da35be1ee789ff1c73e525',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
...@@ -54,13 +54,13 @@ deps = { ...@@ -54,13 +54,13 @@ deps = {
Var('chromium_git') + '/external/llvm.org/libunwind.git' + '@' + '69d9b84cca8354117b9fe9705a4430d789ee599b', Var('chromium_git') + '/external/llvm.org/libunwind.git' + '@' + '69d9b84cca8354117b9fe9705a4430d789ee599b',
'src/third_party/catapult': 'src/third_party/catapult':
Var('chromium_git') + '/catapult.git' + '@' + '42a883d13292b1a8a667ef7be682b7347268ef1c', Var('chromium_git') + '/catapult.git' + '@' + 'ce4a26a406d32309d4b037e356cd4ebe4fa83d8c',
'src/third_party/colorama/src': 'src/third_party/colorama/src':
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/freetype/src': 'src/third_party/freetype/src':
Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'b110acba9e6f7e40314f0da5d249cb3cb3beeab8', Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'b110acba9e6f7e40314f0da5d249cb3cb3beeab8',
'src/third_party/googletest/src': 'src/third_party/googletest/src':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6077f444da944d96d311d358d761164261f1cdd0', Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'b77e5c76252bac322bb82c5b444f050bd0d92451',
'src/third_party/harfbuzz-ng/src': 'src/third_party/harfbuzz-ng/src':
Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + '2e7021da7d1726a37822e6a001b9218f82255bc8', Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + '2e7021da7d1726a37822e6a001b9218f82255bc8',
'src/third_party/libjpeg_turbo': 'src/third_party/libjpeg_turbo':
...@@ -68,7 +68,7 @@ deps = { ...@@ -68,7 +68,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm': 'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools': 'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a99b9c5b68d63f61bd69058c5512595c38aa4fa2', Var('chromium_git') + '/chromium/src/tools' + '@' + '1e923835a83acd618da1bc1ad59ecc58f4a08f43',
'src/tools/swarming_client': 'src/tools/swarming_client':
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + '96f125709acfd0b48fc1e5dae7d6ea42291726ac', Var('chromium_git') + '/infra/luci/client-py.git' + '@' + '96f125709acfd0b48fc1e5dae7d6ea42291726ac',
...@@ -101,9 +101,9 @@ deps = { ...@@ -101,9 +101,9 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/third_party/boringssl/src': 'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git' + '@' + '09050cb498336655883157c6e6055db9e5542857', 'https://boringssl.googlesource.com/boringssl.git' + '@' + '4dfd5af70191b068aebe567b8e29ce108cee85ce',
'src/base': { 'src/base': {
'url': Var('chromium_git') + '/chromium/src/base' + '@' + 'ce23ecb4d887d56d648cda12a253129cb6202e62', 'url': Var('chromium_git') + '/chromium/src/base' + '@' + '507fbe175be61b8cabf274f0b4eb7d4b6ba597e8',
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/third_party/bazel': { 'src/third_party/bazel': {
...@@ -256,7 +256,7 @@ deps = { ...@@ -256,7 +256,7 @@ deps = {
}, },
'src/third_party/icu': { 'src/third_party/icu': {
'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'fd97d4326fac6da84452b2d5fe75ff0949368dab', 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '682a230923933a7157a41b88c7804b6b7d2abdfa',
}, },
'src/third_party/icu4j': { 'src/third_party/icu4j': {
'packages': [ 'packages': [
...@@ -375,7 +375,7 @@ deps = { ...@@ -375,7 +375,7 @@ deps = {
# iOS deps: # iOS deps:
'src/ios': { 'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9038e03eb16c7e2f02de53225904a9469da19153', 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'adcf115a5a2de5db1442c8430f99f425d4759005',
'condition': 'checkout_ios' 'condition': 'checkout_ios'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment