Roll chromium_revision 39876e57c3..e50425bed9 (526975:527616)

Change log: 39876e57c3..e50425bed9
Full diff: 39876e57c3..e50425bed9

Changed dependencies:
* src/base: 6e1f9013c6..5cea871807
* src/build: d1bdc18161..3f463e8336
* src/ios: d7a8f0cc20..cf36e4afe8
* src/testing: c94e5a638a..4193cc165c
* src/third_party: f2ed06d759..aa39a3d09c
* src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/a2e9bc7c1b..7d781b3544
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/02e6256b16..ef16f19ef2
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2de84c0d21..d14d29762c
* src/third_party/depot_tools: edac7184bc..df27bf6f00
* src/third_party/libvpx/source/libvpx: a2127236ae..8a4336ed2e
* src/third_party/libyuv: c67db60534..263243aadc
* src/tools: 0220d70c96..775ef02cdb
DEPS diff: 39876e57c3..e50425bed9/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,marpan@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: Ia4c4b9939339929b4d2ec9d1f5df2f5d845748d9
Reviewed-on: https://webrtc-review.googlesource.com/37904
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21517}
This commit is contained in:
Autoroller 2018-01-08 04:46:00 -08:00 committed by Commit Bot
parent 99175c6eb3
commit 7be31af87b

26
DEPS
View File

@ -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': '39876e57c391e5bebf18c3400a792498c36f3441',
'chromium_revision': 'e50425bed92b9a78403abfceeefe269f44cb92c7',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -20,7 +20,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling BoringSSL
# and whatever else without interference from each other.
'boringssl_revision': '02e6256b16b54319b1c01d4133ca3317e82b2dbb',
'boringssl_revision': 'ef16f19ef2ea7364a3645c8c48d68f91855305c7',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lss
# and whatever else without interference from each other.
@ -28,7 +28,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': '2de84c0d21c28eeb042dc4d6a1a88553f6d286da',
'catapult_revision': 'd14d29762cc0d6fd8c4738a8be98a91b965258ec',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
@ -38,9 +38,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' + '@' + '6e1f9013c65118fcf71ec258bf796b445067a730',
Var('chromium_git') + '/chromium/src/base' + '@' + '5cea8718075fecede9e8c8797bef5036de501650',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'd1bdc181614da3644da2e34e7bea2cb813ab64fb',
Var('chromium_git') + '/chromium/src/build' + '@' + '3f463e83360e5e4b42189bedb3e4220b3494231a',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1be57dc4c2c68fa564ee258a3af0cf8003007edf',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,15 +50,15 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd7a8f0cc208405db71c294e1820ba0aedb4b73eb',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cf36e4afe8d540a0a6b097ee1d2da6ac2255db88',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c94e5a638a52dbcef00d84ac0407982e99bab5d3',
Var('chromium_git') + '/chromium/src/testing' + '@' + '4193cc165cd8df07163126d6d0e06f84ec88b058',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f2ed06d7598cffb2455e3ad447cf8a08bb20db35',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'aa39a3d09ccec76c3cf819d53f7650e2e7957dd7',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'url': Var('chromium_git') + '/android_tools.git' + '@' + '7d781b3544ef67dfa8c7c0c1a347b818c49c42bc',
'condition': 'checkout_android',
},
'src/third_party/auto/src': {
@ -76,7 +76,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' + '@' + 'edac7184bc0b8d75725d224c4f8d8c302ff9e9e3',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'df27bf6f0034ac718433f8c745f9229514aca960',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0fce89415c910ed2196f4bddf601ffddd90504fa',
'condition': 'checkout_android',
@ -113,9 +113,9 @@ deps = {
'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'a2127236ae4742f329e5571d76b84de08cd3b8ea',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '8a4336ed2edea09b67f49828df1f8c526a85a7a6',
'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'c67db6053495a2744511a43ba7b6ba3fa49b26a5',
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '263243aadc3c30d548ffc36e6fdb0cc987511cc6',
'src/third_party/lss': {
'url': Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revision'),
'condition': 'checkout_android or checkout_linux',
@ -155,7 +155,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '0220d70c96b79bb92400b83150dc4d67db4494b4',
Var('chromium_git') + '/chromium/src/tools' + '@' + '775ef02cdb8767a56349d5e341e6da9c14390cf0',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':