Roll chromium_revision 725be848c7..1959cb7246 (645432:645740)
Change log:725be848c7..1959cb7246Full diff:725be848c7..1959cb7246Changed dependencies * src/base:c2c8f89017..1eab3d6f19* src/build:36af1d1558..6c0fac7d13* src/ios:fcf54ebc8a..8b31e9a281* src/testing:c638c29cd2..d3611df1cc* src/third_party:9359f3f362..b11e420974* src/third_party/depot_tools:51c0f388a1..d19589ff81* src/third_party/libvpx/source/libvpx:0d2299c1ee..ecae7f8f81* src/tools:bd4c9caab1..6c819de897DEPS diff:725be848c7..1959cb7246/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,marpan@webrtc.org, BUG=None Change-Id: I3c0667e606c3f59e9ee6c84a2e9411cac7d03490 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130520 Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#27357}
This commit is contained in:
parent
aa023e2553
commit
21583fdbcf
18
DEPS
18
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': '725be848c724ec8a95ce8fa5bbddc4aa78dd85c4',
|
||||
'chromium_revision': '1959cb7246891ff252c350565139e36a1dab0631',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -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' + '@' + 'c2c8f89017b21ed55485d0e9d06773b6238604c2',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '1eab3d6f19a335bbda9df95725fe395f783e681c',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '36af1d1558f0fbe0f0f5cdbcb61ac9e2ea577a8d',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '6c0fac7d138782c38f4cfda696710b39eccc886c',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'eda23acabd9a73b6ddadcdd626c05a85d93d31dd',
|
||||
# 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' + '@' + 'fcf54ebc8a832b9990426fc310b4229b7783fbe4',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8b31e9a2812c87675d2156a4106a63657b6e53ad',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c638c29cd27ef091c0298597da6e3452c3e5bf6c',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd3611df1ccf36bfca7adbd9763adef20591b4fa6',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '9359f3f362302d181c94fdbd4c0f67ef340a8325',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b11e42097495016fa7bf71283f9856d26b380977',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -199,7 +199,7 @@ 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' + '@' + '51c0f388a154eb0e3c10ce6db73ad7aa128a9238',
|
||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'd19589ff81c38ecc60228d0429cf39bfb4381ce6',
|
||||
'src/third_party/errorprone/lib': {
|
||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||
'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' + '@' + '0d2299c1ee04b9fb7c30e3ad555bf12e95157dfa',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ecae7f8f81d866ac340834de3422f8c02d46a995',
|
||||
'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' + '@' + 'bd4c9caab1379060c4e47d219ce7cf23a93821ad',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '6c819de897b576d776e089d2bcb649917724f9b4',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user