Roll chromium_revision db92e07547..8939017df7 (656805:657653)
Change log:db92e07547..8939017df7
Full diff:db92e07547..8939017df7
Changed dependencies * src/base:539846dc1d..6e1e13bf3e
* src/build:ad74ef2f83..ea2296fbae
* src/ios:b76c091b33..e6bde469a1
* src/testing:90baaa8ad6..20ee8223e1
* src/third_party:e470fd1a92..408254f68d
* src/third_party/android_build_tools/aapt2: XPNW95mgY7ws_5lNsyjlq7DowuughMNsRIGuGCT0basC..j6U3mv7-KG3PSDtVvTwycWzjwvFR1_sSdA540AYxpucC * src/third_party/android_build_tools/bundletool: Z272op8PxTBt5cUJ8aE0NXam_SO7tp-0T0R1woZ0XN0C..bGlR4jA25RgxNi_eSTqm3lX-DvXyHELRfoYIWkmfY1EC * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cca9447f62..f8847c1a94 * src/third_party/depot_tools:ccd2b4da9a..e7f0b4c62c
* src/third_party/ffmpeg:4500d7f55f..90cf969d61
* src/third_party/google-truth: 4d6fe892fc3150ab40ef1d619baf0038859eb6d2..0VVeotkT0RWtPio6D5NOjDWUwgzDXEbOlqAdmRZ4ku4C * src/third_party/libvpx/source/libvpx:3fd96f7d7d..1cbcb820ac
* src/tools:b6d9e26128..f3fca3630c
DEPS diff:db92e07547..8939017df7
/DEPS Clang version changed 359912:360094 Details:db92e07547..8939017df7
/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, jianj@chromium.org, BUG=None Change-Id: I7dca4da39bfaf3fe356a7c6e66db3fecc8d94ee1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135647 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27878}
This commit is contained in:

committed by
Commit Bot

parent
60f14ce217
commit
26ab9d6855
28
DEPS
28
DEPS
@ -7,7 +7,7 @@ vars = {
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||
'chromium_revision': 'db92e075470aee54ea01f279b3a8f42f8d05721e',
|
||||
'chromium_revision': '8939017df7933759a10504633adeaf84671438b7',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -24,7 +24,7 @@ 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': 'cca9447f62824814d1ae1dd6c6268a66745d9fab',
|
||||
'catapult_revision': 'f8847c1a94bb0c8ec61669bdcc1a34098aa94664',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -86,9 +86,9 @@ deps = {
|
||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||
# in base/third_party/libevent is solved.
|
||||
'src/base':
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '539846dc1d6ad07ad7c056eecf1cb3b0924772cf',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '6e1e13bf3ed7a663e40950b6e7f25c89a8f871b8',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'ad74ef2f832ea5ec6bf523cf517731037e38deb8',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'ea2296fbae93e873f003db57c00445cbbb1aa753',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -98,13 +98,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b76c091b335001814fa212fca6b09e5c00c2bb39',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e6bde469a13b05d079638c4fe595395454ad2f6a',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '90baaa8ad6b5ed01ca5525cce0f322eb69d917e0',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '20ee8223e1d8c3ee88d64fb04fc35135f9d4c62e',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e470fd1a92aac4b88d834df2f531494277c52805',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '408254f68d8c13d8efc041cbe137c163bc1a458b',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -166,7 +166,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_build_tools/aapt2',
|
||||
'version': 'XPNW95mgY7ws_5lNsyjlq7DowuughMNsRIGuGCT0basC',
|
||||
'version': 'j6U3mv7-KG3PSDtVvTwycWzjwvFR1_sSdA540AYxpucC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -177,7 +177,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_tools_bundletool',
|
||||
'version': 'Z272op8PxTBt5cUJ8aE0NXam_SO7tp-0T0R1woZ0XN0C',
|
||||
'version': 'bGlR4jA25RgxNi_eSTqm3lX-DvXyHELRfoYIWkmfY1EC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -199,13 +199,13 @@ deps = {
|
||||
'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' + '@' + 'ccd2b4da9a7e6ddf126c0b4437db75201836154c',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e7f0b4c62c551cde2723d1456e007fcb10f53ac2',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/ffmpeg':
|
||||
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '4500d7f55f3d101a85a55a993bb8125c0825966f',
|
||||
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '90cf969d61d6a0644c84a37e24156f1ddb6a208d',
|
||||
'src/third_party/findbugs': {
|
||||
'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67',
|
||||
'condition': 'checkout_android',
|
||||
@ -221,7 +221,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/google-truth',
|
||||
'version': '4d6fe892fc3150ab40ef1d619baf0038859eb6d2',
|
||||
'version': '0VVeotkT0RWtPio6D5NOjDWUwgzDXEbOlqAdmRZ4ku4C',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -250,7 +250,7 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '650611720ecc23e0e6b32b0e3100f8b4df91696c',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '3fd96f7d7d848ce8fc3ff27cb689207d191996ed',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '1cbcb820ace4be7f2af2d3c6d2200f418345b46b',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b36c86fdfe746d7be904c3a565b047b24d58087e',
|
||||
'src/third_party/lss': {
|
||||
@ -312,7 +312,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'b6d9e26128ae9af4488c6b751729c98eb0b9c8db',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'f3fca3630c180bc324337950a1e7e768bd0ca244',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user