Roll chromium_revision 4f34e798b7..a76818d7bf (540949:541053)

Change log: 4f34e798b7..a76818d7bf
Full diff: 4f34e798b7..a76818d7bf

Changed dependencies:
* src/base: 820903a0fd..a84984c792
* src/build: 244cd3dc77..06a6e63084
* src/ios: a4b3be210d..5b99a0954d
* src/testing: 8d099e8020..d127d05715
* src/third_party: cea692b439..2d7c1c2b96
* src/tools: 5e6d7f0f14..394bf90f9c
DEPS diff: 4f34e798b7..a76818d7bf/DEPS

No update to Clang.

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

Change-Id: Ib53d884e183ff63eee73bf56132e6396ccec3b17
Reviewed-on: https://webrtc-review.googlesource.com/60102
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22302}
This commit is contained in:
Autoroller 2018-03-05 23:45:03 -08:00 committed by Commit Bot
parent 6b54228e8b
commit 87f827db3e

14
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': '4f34e798b71bdc72ca4a1bf82b91e34d6929c731',
'chromium_revision': 'a76818d7bffc5265bc78d0fd4ae578ebd590e81c',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -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' + '@' + '820903a0fde78322677ac217ee97a66654f21400',
Var('chromium_git') + '/chromium/src/base' + '@' + 'a84984c792090660386ee04f164962c519f2cba1',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '244cd3dc7767fe3f248099e2986394e76d819db6',
Var('chromium_git') + '/chromium/src/build' + '@' + '06a6e63084bdf9880b0bc438075dde9ea36316b3',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '2888931260f2a32bc583f005bd807a561b2fa6af',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -50,13 +50,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a4b3be210d5337555680717c69b6ea54e28a03ac',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5b99a0954db3e19b3fbff734b67d89f2cfd15ea5',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '8d099e8020dcbd0bed708093603da63b913eb94d',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd127d05715845e9f9a7ba2a577f59f5dc16589b1',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cea692b4390da7b18308cc941aa09f5e28baf73d',
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2d7c1c2b96b2dd617ac91135f6e58ed705917a4c',
'src/third_party/android_ndk': {
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81',
'condition': 'checkout_android',
@ -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' + '@' + '5e6d7f0f14fff5055e7378b9680c36c1b341f471',
Var('chromium_git') + '/chromium/src/tools' + '@' + '394bf90f9cc5695be0bab7a368a969bef5db6363',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':