Roll chromium_revision 5d01e2667f..da763f1ccd (531725:532638)

Change log: 5d01e2667f..da763f1ccd
Full diff: 5d01e2667f..da763f1ccd

Changed dependencies:
* src/base: b2ca0b612f..2a3cdc3126
* src/build: a02764f4fd..33dd9b84fd
* src/buildtools: 437a616be5..f115f47867
* src/ios: f8a86f1a1b..e18677caa3
* src/testing: dee45e96fe..1d4c820fb9
* src/third_party: 86dfb27ddf..131ce7168b
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c3373753de..69f2184e9c
* src/third_party/depot_tools: fd4ad24165..7a4ced2773
* src/third_party/libvpx/source/libvpx: 373e08f921..742ae4b24d
* src/tools: 3265525bff..6a5902dcd8
DEPS diff: 5d01e2667f..da763f1ccd/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: I8466fa3aa3c88fe0c86d23d0401431305e6b1ab2
Reviewed-on: https://webrtc-review.googlesource.com/45863
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21795}
This commit is contained in:
Autoroller 2018-01-29 14:45:03 -08:00 committed by Commit Bot
parent d7ae3c34e5
commit 2baa39e81d

22
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': '5d01e2667f5313b8cbdf4f876e84780c0a658ab1',
'chromium_revision': 'da763f1ccda12815f5bc24f66e6e32265f33e12a',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -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': 'c3373753de40a505241481ad2e74e2746f21551f',
'catapult_revision': '69f2184e9c4351f5216d1ebe52bfd4c37ea79081',
# 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,11 +38,11 @@ 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' + '@' + 'b2ca0b612fde77d80298f91d5172d25d8b276e7e',
Var('chromium_git') + '/chromium/src/base' + '@' + '2a3cdc3126d1afeea6a65207d46af1d316166a36',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + 'a02764f4fda40254275f59a588857a63c76b70ce',
Var('chromium_git') + '/chromium/src/build' + '@' + '33dd9b84fd51a046a76b01672ed123056a7afbec',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '437a616be5b2056336ed3ca5c33c41f7788ede09',
Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'f115f4786771afdfacb18a2299541b23e21f4792',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
'src/examples/androidtests/third_party/gradle': {
'url': Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f8a86f1a1baa7d21f49483b15ea26ec48ee8a734',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e18677caa36f90dd47d6afd97e4b685b859fe2da',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'dee45e96fe4a22123ed637c8424955a4d0cbcbd1',
Var('chromium_git') + '/chromium/src/testing' + '@' + '1d4c820fb973f6b0ac91a2a4f41264029edd2bd6',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + '86dfb27ddfd75af8f72c79da959c2a3fdc5232e0',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '131ce7168b316a1e79494176abdfe1e68c4e2acc',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
'condition': 'checkout_android',
@ -80,7 +80,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' + '@' + 'fd4ad2416554c43f6ecd2c9c62ab5914f521c9ad',
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7a4ced2773b2173c8ddc17c4895514706eb8df46',
'src/third_party/errorprone/lib': {
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + 'ecc57c2b00627667874744b9ad8efe10734d97a8',
'condition': 'checkout_android',
@ -117,7 +117,7 @@ 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' + '@' + '373e08f921e5bfd5a96963fabbbbe16ec793d44e',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '742ae4b24d28342a1642c9749826ee8428b20d6e',
'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '92e22cf5b66173d5d5056751ca62bc2254e4ff86',
'src/third_party/lss': {
@ -159,7 +159,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' + '@' + '3265525bff0a6f85db15b9f8e8c30cb925b9c224',
Var('chromium_git') + '/chromium/src/tools' + '@' + '6a5902dcd8e1447493b83b6aa4dbb3c223b1956f',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':